Minor corrections prior to release 0.51.

This commit is contained in:
Ben Alex 2004-06-06 06:57:41 +00:00
parent b5cbcdc591
commit c91c61bd6d
1 changed files with 1 additions and 9 deletions

View File

@ -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 @@
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>
&lt;bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider"&gt;
&lt;property name="authenticationDao"&gt;&lt;ref bean="inMemoryDaoImpl"/&gt;&lt;/property&gt;
&lt;property name="key"&gt;&lt;value&gt;my_password&lt;/value&gt;&lt;/property&gt;
&lt;/bean&gt;
&lt;bean id="authenticationManager" class="net.sf.acegisecurity.providers.ProviderManager"&gt;