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

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 11 13:49:11 EDT 2006


  User: asaldhana
  Date: 06/07/11 13:49:11

  Modified:    src/main/org/jboss/security  SecurityConstants.java
  Log:
  JBAS-3373: Default application policy for the web layer
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- SecurityConstants.java	10 Jul 2006 04:42:37 -0000	1.3
  +++ SecurityConstants.java	11 Jul 2006 17:49:11 -0000	1.4
  @@ -21,13 +21,13 @@
     */
   package org.jboss.security;
   
  -//$Id: SecurityConstants.java,v 1.3 2006/07/10 04:42:37 j2ee_junkie Exp $
  +//$Id: SecurityConstants.java,v 1.4 2006/07/11 17:49:11 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.3 $
  + *  @version $Revision: 1.4 $
    */
   public interface SecurityConstants
   {
  @@ -79,4 +79,9 @@
      String SERVLET_LAYER = "HttpServlet";
      
      String CONTEXT_ID = "jboss.contextid";
  +   
  +   /**
  +    * Application Policy driving the web authorization layer
  +    */
  +   String DEFAULT_WEB_APPLICATION_POLICY = "jboss-web-policy";
   }
  
  
  



More information about the jboss-cvs-commits mailing list