[jboss-cvs] jbosstest/src/resources/test-configs/jacc/deploy ...

Anil Saldhana anil.saldhana at jboss.com
Mon Jul 17 13:21:40 EDT 2006


  User: asaldhana
  Date: 06/07/17 13:21:40

  Modified:    src/resources/test-configs/jacc/deploy 
                        security-policies-service.xml
  Log:
  JBAS-3374: Update the jacc tests to use the new SecurityAuthorizationInterceptor
  
  Revision  Changes    Path
  1.2       +8 -0      jbosstest/src/resources/test-configs/jacc/deploy/security-policies-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security-policies-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/test-configs/jacc/deploy/security-policies-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- security-policies-service.xml	11 Jul 2006 17:57:59 -0000	1.1
  +++ security-policies-service.xml	17 Jul 2006 17:21:40 -0000	1.2
  @@ -21,6 +21,14 @@
                  <jbsx:policy-module code="org.jboss.security.authorization.modules.JACCAuthorizationModule" flag="required"/>
                 </jbsx:authorization>
               </jbsx:application-policy>
  +            <jbsx:application-policy name="jboss-ejb-policy">
  +              <jbsx:authentication>
  +                <jbsx:login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"/>
  +              </jbsx:authentication>
  +              <jbsx:authorization>
  +               <jbsx:policy-module code="org.jboss.security.authorization.modules.JACCAuthorizationModule" flag="required"/>
  +              </jbsx:authorization>
  +            </jbsx:application-policy>
            </jbsx:policy>         
         </attribute>
         <depends optional-attribute-name="LoginConfigService">
  
  
  



More information about the jboss-cvs-commits mailing list