[seam-commits] Seam SVN: r11645 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sun Nov 22 08:05:31 EST 2009
Author: nico.ben
Date: 2009-11-22 08:05:31 -0500 (Sun, 22 Nov 2009)
New Revision: 11645
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
Correct name "authenticate-method"
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml 2009-11-21 20:16:05 UTC (rev 11644)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml 2009-11-22 13:05:31 UTC (rev 11645)
@@ -1665,7 +1665,7 @@
<para>
If you are using the Identity Management features in your Seam application, then it is not required
to provide an authenticator component (see previous Authentication section) to enable authentication.
- Simply omit the <literal>authenticator-method</literal> from the <literal>identity</literal> configuration
+ Simply omit the <literal>authenticate-method</literal> from the <literal>identity</literal> configuration
in <literal>components.xml</literal>, and the <literal>SeamLoginModule</literal> will by default
use <literal>IdentityManager</literal> to authenticate your application's users, without any special
configuration required.
More information about the seam-commits
mailing list