[jboss-cvs] JBossAS SVN: r91352 - branches/JBPAPP_5_0/profileservice/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 16 15:44:41 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-16 15:44:41 -0400 (Thu, 16 Jul 2009)
New Revision: 91352

Modified:
   branches/JBPAPP_5_0/profileservice/src/resources/profileservice-jboss-beans.xml
Log:
JBAS-7085 disable auth checking of profileservice by default

Modified: branches/JBPAPP_5_0/profileservice/src/resources/profileservice-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_0/profileservice/src/resources/profileservice-jboss-beans.xml	2009-07-16 16:13:59 UTC (rev 91351)
+++ branches/JBPAPP_5_0/profileservice/src/resources/profileservice-jboss-beans.xml	2009-07-16 19:44:41 UTC (rev 91352)
@@ -174,10 +174,10 @@
         <!-- Server side security interceptor stack -->
         <property name="serverProxyInterceptors">
             <list>
+            <!-- uncomment to enable auth checks for the profileservice
                 <bean class="org.jboss.aspects.security.AuthenticationInterceptor">
                     <constructor>
                         <parameter>
-                            <!-- AuthenticationManager -->
                             <value-factory bean="JNDIBasedSecurityManagement" method="getAuthenticationManager"
                             parameter="jmx-console"/>
                         </parameter>
@@ -185,18 +185,17 @@
                 </bean>
                 <bean class="org.jboss.aspects.security.RoleBasedAuthorizationInterceptor">
                     <constructor>
-                        <!-- AuthenticationManager -->
                         <parameter>
                             <value-factory bean="JNDIBasedSecurityManagement" method="getAuthenticationManager"
                                 parameter="jmx-console"/>
                         </parameter>
-                        <!-- RealmMapping, the AuthenticationManager impl currently supports this -->
                         <parameter>
                             <value-factory bean="JNDIBasedSecurityManagement" method="getAuthenticationManager"
                                 parameter="jmx-console"/>
                         </parameter>
                     </constructor>
                 </bean>
+            -->
             </list>
         </property>
         <depends>ConnectorMBean</depends>




More information about the jboss-cvs-commits mailing list