[jboss-cvs] JBossAS SVN: r112353 - branches/JBPAPP_5_1/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 17 11:28:27 EDT 2011


Author: pskopek at redhat.com
Date: 2011-10-17 11:28:26 -0400 (Mon, 17 Oct 2011)
New Revision: 112353

Modified:
   branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml
Log:
JBPAPP-7325 - inserting PicketLink Authenticator to war deployer configuration

Modified: branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml	2011-10-17 02:57:07 UTC (rev 112352)
+++ branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml	2011-10-17 15:28:26 UTC (rev 112353)
@@ -188,6 +188,10 @@
                <key>NONE</key>
                <value>org.apache.catalina.authenticator.NonLoginAuthenticator</value>
             </entry>
+            <entry>
+               <key>SECURITY_DOMAIN</key>
+               <value>org.picketlink.identity.federation.bindings.tomcat.PicketLinkAuthenticator</value>
+            </entry>
          </map>         
       </property>
       



More information about the jboss-cvs-commits mailing list