[seam-commits] Seam SVN: r7928 - trunk/doc/reference/en/modules and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 13 18:55:00 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-04-13 18:55:00 -0400 (Sun, 13 Apr 2008)
New Revision: 7928

Modified:
   branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml
   trunk/doc/reference/en/modules/security.xml
Log:
Remove authenticate-method (confusing!)

Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml	2008-04-13 20:28:05 UTC (rev 7927)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml	2008-04-13 22:55:00 UTC (rev 7928)
@@ -501,8 +501,7 @@
           provided by JBoss AS), then the entry in <literal>components.xml</literal> would look like this:
         </para>
 
-        <programlisting role="XML"><![CDATA[<security:identity authenticate-method="#{authenticator.authenticate}"
-                      jaas-config-name="other"/>]]></programlisting>
+        <programlisting role="XML"><![CDATA[<security:identity jaas-config-name="other"/>]]></programlisting>
                       
         <para>
           Please keep in mind that doing this does not mean that your user will be authenticated in whichever

Modified: trunk/doc/reference/en/modules/security.xml
===================================================================
--- trunk/doc/reference/en/modules/security.xml	2008-04-13 20:28:05 UTC (rev 7927)
+++ trunk/doc/reference/en/modules/security.xml	2008-04-13 22:55:00 UTC (rev 7928)
@@ -499,8 +499,7 @@
           provided by JBoss AS), then the entry in <literal>components.xml</literal> would look like this:
         </para>
 
-        <programlisting><![CDATA[<security:identity authenticate-method="#{authenticator.authenticate}"
-                      jaas-config-name="other"/>]]></programlisting>
+        <programlisting><![CDATA[<security:identity jaas-config-name="other"/>]]></programlisting>
                       
         <para>
           Please keep in mind that doing this does not mean that your user will be authenticated in whichever




More information about the seam-commits mailing list