|
|
|
|
@ -726,13 +726,6 @@
@@ -726,13 +726,6 @@
|
|
|
|
|
section.</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para><literal>DaoAuthenticationToken</literal> is used to |
|
|
|
|
represent a successful authentication by the |
|
|
|
|
<literal>DaoAuthenticationProvider</literal>. This is further |
|
|
|
|
discussed below.</para> |
|
|
|
|
</listitem> |
|
|
|
|
|
|
|
|
|
<listitem> |
|
|
|
|
<para><literal>PrincipalAcegiUserToken</literal> and |
|
|
|
|
<literal>JettyAcegiUserToken</literal> implement |
|
|
|
|
@ -960,7 +953,7 @@
@@ -960,7 +953,7 @@
|
|
|
|
|
desired.</para> |
|
|
|
|
</sect2> |
|
|
|
|
|
|
|
|
|
<sect2 id="security-authentication-provider-in-memory"> |
|
|
|
|
<sect2 id="security-authentication-provider-events"> |
|
|
|
|
<title>Event Publishing</title> |
|
|
|
|
|
|
|
|
|
<para>The <literal>DaoAuthenticationProvider</literal> automatically |
|
|
|
|
@ -2526,7 +2519,6 @@ $CATALINA_HOME/bin/startup.sh</programlisting></para>
@@ -2526,7 +2519,6 @@ $CATALINA_HOME/bin/startup.sh</programlisting></para>
|
|
|
|
|
|
|
|
|
|
<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"> |
|
|
|
|
|