[seam-commits] Seam SVN: r14173 - branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 8 02:05:06 EDT 2011
Author: manaRH
Date: 2011-09-08 02:05:06 -0400 (Thu, 08 Sep 2011)
New Revision: 14173
Modified:
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
JBPAPP-7139 - Documentation changes due upgrade of openid4java
Modified: branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Security.xml 2011-09-07 16:48:05 UTC (rev 14172)
+++ branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Security.xml 2011-09-08 06:05:06 UTC (rev 14173)
@@ -4287,7 +4287,7 @@
<section>
<title>Configuring OpenID</title>
<para>
- Seam uses the <literal>opemid4java</literal> package, and requires four additional <filename>JAR</filename>s to make use of Seam integration. These are <filename>htmlparser.jar</filename>, <filename>openid4java.jar</filename>, <filename>openxri-client.jar</filename> and <filename>openxri-syntax.jar</filename>.
+ Seam uses the <literal>openid4java</literal> package, and requires a few additional <filename>JAR</filename>s to make use of Seam integration. These are <filename>nekohtml.jar</filename>, <filename>openid4java-nodeps.jar</filename>, <filename>guice.jar</filename>, <filename>jcip-annotations.jar</filename>, <filename>httpclient.jar</filename> and <filename>commons-codec.jar</filename>.
</para>
<para>
OpenID processing requires the <literal>OpenIdPhaseListener</literal>, which should be added to your <filename>faces-config.xml</filename> file. The phase listener processes the callback from the OpenID provider, allowing re-entry into the local application.
More information about the seam-commits
mailing list