org.wso2.balana
Class XACMLConstants

java.lang.Object
  extended by org.wso2.balana.XACMLConstants

public class XACMLConstants
extends Object

XACML related constants are defined here..


Field Summary
static String ACTION_CATEGORY
           
static String ANY
           
static String ATTRIBUTE_ELEMENT
           
static String ATTRIBUTES_CATEGORY
           
static String ATTRIBUTES_CONTENT
           
static String ATTRIBUTES_ELEMENT
           
static String ATTRIBUTES_ID
           
static String COMBINE_DECISION
           
static String CONTENT_SELECTOR
           
static String ENT_CATEGORY
           
static String MULTI_REQUESTS
           
static String MULTIPLE_CONTENT_SELECTOR
           
static String REQUEST_CONTEXT_1_0_IDENTIFIER
           
static String REQUEST_CONTEXT_2_0_IDENTIFIER
           
static String REQUEST_CONTEXT_3_0_IDENTIFIER
           
static String REQUEST_DEFAULTS
           
static String RESOURCE_CATEGORY
           
static String RESOURCE_CONTENT
           
static String RESOURCE_ID
          The standard URI for listing a resource's id
static String RESOURCE_SCOPE_1_0
          The standard URI for listing a resource's scope in XACML 1.0
static String RESOURCE_SCOPE_2_0
          The standard URI for listing a resource's scope in multiple resource profile
static String RETURN_POLICY_LIST
           
static int SCOPE_CHILDREN
          Resource scope of Children (the given resource and its direct children)
static int SCOPE_DESCENDANTS
          Resource scope of Descendants (the given resource and all descendants at any depth or distance)
static int SCOPE_IMMEDIATE
          Resource scope of Immediate (only the given resource)
static String SUBJECT_CATEGORY
           
static String XACML_1_0_IDENTIFIER
          XACML 1.0 identifier
static String XACML_2_0_IDENTIFIER
          XACML 2.0 identifier
static String XACML_3_0_IDENTIFIER
          XACML 3.0 identifier
static int XACML_VERSION_1_0
          Version identifier for XACML 1.0
static int XACML_VERSION_1_1
          Version identifier for XACML 1.1 (which isn't a formal release so has no namespace string, but still exists as a separate specification)
static int XACML_VERSION_2_0
          Version identifier for XACML 1.2
static int XACML_VERSION_3_0
          Version identifier for XACML 3.0
 
Constructor Summary
XACMLConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_ID

public static final String RESOURCE_ID
The standard URI for listing a resource's id

See Also:
Constant Field Values

RESOURCE_SCOPE_1_0

public static final String RESOURCE_SCOPE_1_0
The standard URI for listing a resource's scope in XACML 1.0

See Also:
Constant Field Values

RESOURCE_SCOPE_2_0

public static final String RESOURCE_SCOPE_2_0
The standard URI for listing a resource's scope in multiple resource profile

See Also:
Constant Field Values

SCOPE_IMMEDIATE

public static final int SCOPE_IMMEDIATE
Resource scope of Immediate (only the given resource)

See Also:
Constant Field Values

SCOPE_CHILDREN

public static final int SCOPE_CHILDREN
Resource scope of Children (the given resource and its direct children)

See Also:
Constant Field Values

SCOPE_DESCENDANTS

public static final int SCOPE_DESCENDANTS
Resource scope of Descendants (the given resource and all descendants at any depth or distance)

See Also:
Constant Field Values

MULTIPLE_CONTENT_SELECTOR

public static final String MULTIPLE_CONTENT_SELECTOR
See Also:
Constant Field Values

CONTENT_SELECTOR

public static final String CONTENT_SELECTOR
See Also:
Constant Field Values

ATTRIBUTES_ELEMENT

public static final String ATTRIBUTES_ELEMENT
See Also:
Constant Field Values

MULTI_REQUESTS

public static final String MULTI_REQUESTS
See Also:
Constant Field Values

REQUEST_DEFAULTS

public static final String REQUEST_DEFAULTS
See Also:
Constant Field Values

ATTRIBUTE_ELEMENT

public static final String ATTRIBUTE_ELEMENT
See Also:
Constant Field Values

ATTRIBUTES_CATEGORY

public static final String ATTRIBUTES_CATEGORY
See Also:
Constant Field Values

ATTRIBUTES_ID

public static final String ATTRIBUTES_ID
See Also:
Constant Field Values

RETURN_POLICY_LIST

public static final String RETURN_POLICY_LIST
See Also:
Constant Field Values

COMBINE_DECISION

public static final String COMBINE_DECISION
See Also:
Constant Field Values

ATTRIBUTES_CONTENT

public static final String ATTRIBUTES_CONTENT
See Also:
Constant Field Values

RESOURCE_CONTENT

public static final String RESOURCE_CONTENT
See Also:
Constant Field Values

RESOURCE_CATEGORY

public static final String RESOURCE_CATEGORY
See Also:
Constant Field Values

SUBJECT_CATEGORY

public static final String SUBJECT_CATEGORY
See Also:
Constant Field Values

ACTION_CATEGORY

public static final String ACTION_CATEGORY
See Also:
Constant Field Values

ENT_CATEGORY

public static final String ENT_CATEGORY
See Also:
Constant Field Values

REQUEST_CONTEXT_1_0_IDENTIFIER

public static final String REQUEST_CONTEXT_1_0_IDENTIFIER
See Also:
Constant Field Values

REQUEST_CONTEXT_2_0_IDENTIFIER

public static final String REQUEST_CONTEXT_2_0_IDENTIFIER
See Also:
Constant Field Values

REQUEST_CONTEXT_3_0_IDENTIFIER

public static final String REQUEST_CONTEXT_3_0_IDENTIFIER
See Also:
Constant Field Values

ANY

public static final String ANY
See Also:
Constant Field Values

XACML_1_0_IDENTIFIER

public static final String XACML_1_0_IDENTIFIER
XACML 1.0 identifier

See Also:
Constant Field Values

XACML_2_0_IDENTIFIER

public static final String XACML_2_0_IDENTIFIER
XACML 2.0 identifier

See Also:
Constant Field Values

XACML_3_0_IDENTIFIER

public static final String XACML_3_0_IDENTIFIER
XACML 3.0 identifier

See Also:
Constant Field Values

XACML_VERSION_1_0

public static final int XACML_VERSION_1_0
Version identifier for XACML 1.0

See Also:
Constant Field Values

XACML_VERSION_1_1

public static final int XACML_VERSION_1_1
Version identifier for XACML 1.1 (which isn't a formal release so has no namespace string, but still exists as a separate specification)

See Also:
Constant Field Values

XACML_VERSION_2_0

public static final int XACML_VERSION_2_0
Version identifier for XACML 1.2

See Also:
Constant Field Values

XACML_VERSION_3_0

public static final int XACML_VERSION_3_0
Version identifier for XACML 3.0

See Also:
Constant Field Values
Constructor Detail

XACMLConstants

public XACMLConstants()


Copyright © 2015 WSO2. All rights reserved.