mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Minor corrections prior to release 0.51.
This commit is contained in:
parent
b5cbcdc591
commit
c91c61bd6d
@ -726,13 +726,6 @@
|
|||||||
section.</para>
|
section.</para>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para><literal>PrincipalAcegiUserToken</literal> and
|
<para><literal>PrincipalAcegiUserToken</literal> and
|
||||||
<literal>JettyAcegiUserToken</literal> implement
|
<literal>JettyAcegiUserToken</literal> implement
|
||||||
@ -960,7 +953,7 @@
|
|||||||
desired.</para>
|
desired.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="security-authentication-provider-in-memory">
|
<sect2 id="security-authentication-provider-events">
|
||||||
<title>Event Publishing</title>
|
<title>Event Publishing</title>
|
||||||
|
|
||||||
<para>The <literal>DaoAuthenticationProvider</literal> automatically
|
<para>The <literal>DaoAuthenticationProvider</literal> automatically
|
||||||
@ -2526,7 +2519,6 @@ $CATALINA_HOME/bin/startup.sh</programlisting></para>
|
|||||||
|
|
||||||
<bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
<bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
||||||
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
||||||
<property name="key"><value>my_password</value></property>
|
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="authenticationManager" class="net.sf.acegisecurity.providers.ProviderManager">
|
<bean id="authenticationManager" class="net.sf.acegisecurity.providers.ProviderManager">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user