SEC-1192: Fix incorrect classname in preauth chapter

This commit is contained in:
Luke Taylor 2009-07-08 14:53:40 +00:00
parent 6b53703e37
commit df7c734450

View File

@ -162,7 +162,7 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
<security:custom-authentication-provider /> <security:custom-authentication-provider />
<property name="preAuthenticatedUserDetailsService"> <property name="preAuthenticatedUserDetailsService">
<bean id="userDetailsServiceWrapper" <bean id="userDetailsServiceWrapper"
class="org.springframework.security.userdetails.UserDetailsByNameServiceWrapper"> class="org.springframework.security.core.userdetails.UserDetailsByNameServiceWrapper">
<property name="userDetailsService" ref="userDetailsService"/> <property name="userDetailsService" ref="userDetailsService"/>
</bean> </bean>
</property> </property>