|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.balana.XACMLConstants
public class XACMLConstants
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 |
---|
public static final String RESOURCE_ID
public static final String RESOURCE_SCOPE_1_0
public static final String RESOURCE_SCOPE_2_0
public static final int SCOPE_IMMEDIATE
public static final int SCOPE_CHILDREN
public static final int SCOPE_DESCENDANTS
public static final String MULTIPLE_CONTENT_SELECTOR
public static final String CONTENT_SELECTOR
public static final String ATTRIBUTES_ELEMENT
public static final String MULTI_REQUESTS
public static final String REQUEST_DEFAULTS
public static final String ATTRIBUTE_ELEMENT
public static final String ATTRIBUTES_CATEGORY
public static final String ATTRIBUTES_ID
public static final String RETURN_POLICY_LIST
public static final String COMBINE_DECISION
public static final String ATTRIBUTES_CONTENT
public static final String RESOURCE_CONTENT
public static final String RESOURCE_CATEGORY
public static final String SUBJECT_CATEGORY
public static final String ACTION_CATEGORY
public static final String ENT_CATEGORY
public static final String REQUEST_CONTEXT_1_0_IDENTIFIER
public static final String REQUEST_CONTEXT_2_0_IDENTIFIER
public static final String REQUEST_CONTEXT_3_0_IDENTIFIER
public static final String ANY
public static final String XACML_1_0_IDENTIFIER
public static final String XACML_2_0_IDENTIFIER
public static final String XACML_3_0_IDENTIFIER
public static final int XACML_VERSION_1_0
public static final int XACML_VERSION_1_1
public static final int XACML_VERSION_2_0
public static final int XACML_VERSION_3_0
Constructor Detail |
---|
public XACMLConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |