mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
SEC-1192: Fix incorrect classname in preauth chapter
This commit is contained in:
parent
6b53703e37
commit
df7c734450
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user