Browse Source

Minor corrections prior to release 0.51.

Ben Alex 21 years ago
parent
commit
c91c61bd6d
1 changed files with 1 additions and 9 deletions
  1. 1 9
      docs/reference/src/index.xml

+ 1 - 9
docs/reference/src/index.xml

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