Browse Source

Refactor DaoAuthenticationProvider cache model.

1.0.x
Ben Alex 22 years ago
parent
commit
b5cbcdc591
  1. 1
      core/src/main/resources/org/acegisecurity/adapters/acegisecurity.xml

1
core/src/main/resources/org/acegisecurity/adapters/acegisecurity.xml

@ -36,7 +36,6 @@ @@ -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 -->

Loading…
Cancel
Save