User: stark   
  Date: 01/02/14 13:20:10

  Modified:    security/src/main/org/jboss/test/security/test/ejbs
                        jboss.xml
  Log:
  Updated SecurityInterceptor to be independent of any JAAS classes
  and refactored security proxy layer to simplify the model.
  
  Revision  Changes    Path
  1.2       +1 -2      
contrib/security/src/main/org/jboss/test/security/test/ejbs/jboss.xml
  
  Index: jboss.xml
  ===================================================================
  RCS file: 
/products/cvs/ejboss/contrib/security/src/main/org/jboss/test/security/test/ejbs/jboss.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss.xml 2001/02/12 09:29:41     1.1
  +++ jboss.xml 2001/02/14 21:20:10     1.2
  @@ -23,8 +23,7 @@
                <session>
                        <ejb-name>ProjRepository</ejb-name>
                        <configuration-name>Standard Stateful 
SessionBean</configuration-name>
  -                     
<stateless-security-proxy>org.jboss.test.security.test.ejbs.project.ProjRepositoryStatelessProxy</stateless-security-proxy>
  -                     
<stateful-security-proxy>org.jboss.test.security.test.ejbs.project.ProjRepositoryStatefulProxy</stateful-security-proxy>
  +                     
<security-proxy>org.jboss.test.security.test.ejbs.project.ProjRepositorySecurityProxy2</security-proxy>
                </session>
                <session>
                        <ejb-name>StatelessSession</ejb-name>
  
  
  

Reply via email to