Hello,
Please see below doc of Spring Security 3.0
http://static.springsource.org/sprin...h.html#d0e5777
In the above code, correct class should beCode:<bean id="siteminderFilter" class= "org.springframework.security.web.authentication.preauth.header.RequestHeaderAuthenticationFilter"> <property name="principalRequestHeader" value="SM_USER"/> <property name="authenticationManager" ref="authenticationManager" /> </bean>
Please update the documentation.Code:org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter
Regards,
Darshan Shroff
shroffdarshan@gmail.com
http://www.linkedin.com/in/darshanshroff


Reply With Quote