Corrected typo as spotted by Tim Kettering.
This commit is contained in:
parent
8713d4d52c
commit
9b0ce184ca
|
@ -891,7 +891,7 @@
|
||||||
<para><programlisting><bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
<para><programlisting><bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
||||||
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
||||||
<property name="key"><value>my_password</value></property>
|
<property name="key"><value>my_password</value></property>
|
||||||
<property name="refreshTokenInterval><value>60000</value></property>
|
<property name="refreshTokenInterval"><value>60000</value></property>
|
||||||
<property name="saltSource"><ref bean="saltSource"/></property>
|
<property name="saltSource"><ref bean="saltSource"/></property>
|
||||||
<property name="passwordEncoder"><ref bean="passwordEncoder"/></property>
|
<property name="passwordEncoder"><ref bean="passwordEncoder"/></property>
|
||||||
</bean></programlisting></para>
|
</bean></programlisting></para>
|
||||||
|
|
Loading…
Reference in New Issue