[jboss-cvs] JBossAS SVN: r71402 - projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 28 17:39:52 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-03-28 17:39:52 -0400 (Fri, 28 Mar 2008)
New Revision: 71402

Modified:
   projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XACMLConstants.java
Log:
add constants

Modified: projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XACMLConstants.java
===================================================================
--- projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XACMLConstants.java	2008-03-28 21:12:31 UTC (rev 71401)
+++ projects/security/security-xacml/trunk/jboss-xacml/src/main/org/jboss/security/xacml/interfaces/XACMLConstants.java	2008-03-28 21:39:52 UTC (rev 71402)
@@ -31,6 +31,9 @@
  */
 public interface XACMLConstants
 {
+   String XACML = "xacml";
+   String PREFIX_XACML_CONTEXT = "xacml-context";
+   
    String UNDERLYING_POLICY = "underlying_policy";
    String POLICY_FINDER = "policy_finder";
    String POLICY_FINDER_MODULE = "policy_finder_module";
@@ -38,6 +41,7 @@
    String RESPONSE_CTX = "response_ctx";
    
    String CONTEXT_SCHEMA = "urn:oasis:names:tc:xacml:2.0:context:schema:os";
+   String POLICY_SCHEMA = "urn:oasis:names:tc:xacml:2.0:policy:schema:os";
    
    //Action Attribute IDs
    String ATTRIBUTEID_ACTION_ID = "urn:oasis:names:tc:xacml:1.0:action:action-id";




More information about the jboss-cvs-commits mailing list