[jboss-cvs] jbosssx/src/main/org/jboss/security ...

Anil Saldhana anil.saldhana at jboss.com
Mon Jul 17 13:15:02 EDT 2006


  User: asaldhana
  Date: 06/07/17 13:15:02

  Modified:    src/main/org/jboss/security  SecurityConstants.java
  Log:
  JBAS-3324: Application policy for the ejb layer
  
  Revision  Changes    Path
  1.5       +7 -2      jbosssx/src/main/org/jboss/security/SecurityConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosssx/src/main/org/jboss/security/SecurityConstants.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- SecurityConstants.java	11 Jul 2006 17:49:11 -0000	1.4
  +++ SecurityConstants.java	17 Jul 2006 17:15:02 -0000	1.5
  @@ -21,13 +21,13 @@
     */
   package org.jboss.security;
   
  -//$Id: SecurityConstants.java,v 1.4 2006/07/11 17:49:11 asaldhana Exp $
  +//$Id: SecurityConstants.java,v 1.5 2006/07/17 17:15:02 asaldhana Exp $
   
   /**
    *  Defines Constants for usage in the Security Layer
    *  @author <a href="mailto:Anil.Saldhana at jboss.org">Anil Saldhana</a>
    *  @since  Dec 30, 2005 
  - *  @version $Revision: 1.4 $
  + *  @version $Revision: 1.5 $
    */
   public interface SecurityConstants
   {
  @@ -84,4 +84,9 @@
       * Application Policy driving the web authorization layer
       */
      String DEFAULT_WEB_APPLICATION_POLICY = "jboss-web-policy";
  +   
  +   /**
  +    * Application Policy driving the ejb authorization layer
  +    */
  +   String DEFAULT_EJB_APPLICATION_POLICY = "jboss-ejb-policy";
   }
  
  
  



More information about the jboss-cvs-commits mailing list