mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-12 07:02:13 +00:00
SEC-1599: Corrected docbook source.
This commit is contained in:
parent
c458311d2d
commit
399e921d14
@ -87,7 +87,7 @@
|
||||
<bean id="daoAuthenticationProvider"
|
||||
class="org.springframework.security.authentication.dao.DaoAuthenticationProvider">
|
||||
<property name="userDetailsService" ref="inMemoryDaoImpl"/>
|
||||
<property name="saltSource" ref bean="saltSource"/>
|
||||
<property name="saltSource" ref="saltSource"/>
|
||||
<property name="passwordEncoder" ref="passwordEncoder"/>
|
||||
</bean>]]></programlisting> The <interfacename>PasswordEncoder</interfacename> and
|
||||
<interfacename>SaltSource</interfacename> are optional. A
|
||||
|
Loading…
x
Reference in New Issue
Block a user