Refactor DaoAuthenticationProvider cache model.

This commit is contained in:
Ben Alex 2004-06-06 06:31:28 +00:00
parent 1b24ff5ea8
commit b5cbcdc591
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
<!-- Authentication provider that queries our data access object -->
<bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
<property name="key"><value>my_password</value></property>
</bean>
<!-- The authentication manager that iterates through our only authentication provider -->