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

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 25 12:58:15 EDT 2006


  User: asaldhana
  Date: 06/07/25 12:58:15

  Modified:    src/main/org/jboss/security/authorization  ResourceKeys.java
  Log:
  JBAS-3374: additional keys for EJBContext.isCallerInRole
  
  Revision  Changes    Path
  1.3       +6 -3      jbosssx/src/main/org/jboss/security/authorization/ResourceKeys.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ResourceKeys.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosssx/src/main/org/jboss/security/authorization/ResourceKeys.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ResourceKeys.java	19 Jul 2006 18:23:43 -0000	1.2
  +++ ResourceKeys.java	25 Jul 2006 16:58:15 -0000	1.3
  @@ -21,13 +21,13 @@
     */
   package org.jboss.security.authorization;
   
  -//$Id: ResourceKeys.java,v 1.2 2006/07/19 18:23:43 asaldhana Exp $
  +//$Id: ResourceKeys.java,v 1.3 2006/07/25 16:58:15 asaldhana Exp $
   
   /**
    *  Defines the keys for the Context Map in the Resource
    *  @author <a href="mailto:Anil.Saldhana at jboss.org">Anil Saldhana</a>
    *  @since  Jul 17, 2006 
  - *  @version $Revision: 1.2 $
  + *  @version $Revision: 1.3 $
    */
   public interface ResourceKeys
   {
  @@ -37,7 +37,6 @@
      String WEB_RESPONSE = "web.response";
      String WEB_SECURITY_CONSTRAINTS = "web.constraints"; 
   
  -   String ROLENAME = "roleName";
      String HASROLE_PRINCIPAL = "hasRole.Principal";
      String PRINCIPAL_ROLES = "principal.roles";
      String SERVLET_NAME = "servletName";
  @@ -50,9 +49,13 @@
      String EJB_PRINCIPAL = "ejb.principal";
      String EJB_METHODINTERFACE = "ejb.methodInterface";
      String EJB_CODESOURCE = "ejb.codeSource";  
  +   String EJB_METHODROLES = "ejb.methodRoles";
      
      //General Constants
      String CALLER_SUBJECT = "caller.subject";
      String AUTHORIZATION_MANAGER = "authorizationManager";
  +   String ROLENAME = "roleName";
      String ROLEREF_PERM_CHECK = "roleRefPermissionCheck";
  +   String RUNASIDENTITY = "runAsIdentity"; 
  +   String SECURITY_ROLE_REFERENCES = "securityRoleReferences";
   }
  
  
  



More information about the jboss-cvs-commits mailing list