[jboss-cvs] JBossAS SVN: r112354 - tags/JBPAPP_5_1_2_ER2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 17 11:36:30 EDT 2011


Author: pskopek at redhat.com
Date: 2011-10-17 11:36:30 -0400 (Mon, 17 Oct 2011)
New Revision: 112354

Modified:
   tags/JBPAPP_5_1_2_ER2/tomcat/src/resources/war-deployers-jboss-beans.xml
Log:
JBPAPP-7325 - inserting PicketLink Authenticator to war deployer configuration - the decision to make this change came later then the tag

Modified: tags/JBPAPP_5_1_2_ER2/tomcat/src/resources/war-deployers-jboss-beans.xml
===================================================================
--- tags/JBPAPP_5_1_2_ER2/tomcat/src/resources/war-deployers-jboss-beans.xml	2011-10-17 15:28:26 UTC (rev 112353)
+++ tags/JBPAPP_5_1_2_ER2/tomcat/src/resources/war-deployers-jboss-beans.xml	2011-10-17 15:36:30 UTC (rev 112354)
@@ -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