浏览代码

Refactor DaoAuthenticationProvider cache model.

Ben Alex 21 年之前
父节点
当前提交
b5cbcdc591
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/src/main/resources/org/acegisecurity/adapters/acegisecurity.xml

+ 0 - 1
core/src/main/resources/org/acegisecurity/adapters/acegisecurity.xml

@@ -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 -->