diff --git a/docs/reference/src/index.xml b/docs/reference/src/index.xml index da514e821d..ddf990eaea 100644 --- a/docs/reference/src/index.xml +++ b/docs/reference/src/index.xml @@ -726,13 +726,6 @@ section. - - DaoAuthenticationToken is used to - represent a successful authentication by the - DaoAuthenticationProvider. This is further - discussed below. - - PrincipalAcegiUserToken and JettyAcegiUserToken implement @@ -960,7 +953,7 @@ desired. - + Event Publishing The DaoAuthenticationProvider automatically @@ -2526,7 +2519,6 @@ $CATALINA_HOME/bin/startup.sh <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> <bean id="authenticationManager" class="net.sf.acegisecurity.providers.ProviderManager">