Package org.opensaml.xacml
Class XACMLConstants
java.lang.Object
org.opensaml.xacml.XACMLConstants
Defines the constants for the XACML providers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
DNS Name datatype URI.static final String
IP address datatype URI.static final String
RFC822 Name datatype URI.static final String
X.500 Name datatype URI.static final String
The prefix for the use of xacml policy.static final String
The namespaces for use of XACML 1.0 policy.static final String
The namespaces for use of XACML 1.0 context.static final String
The namespaces for use of XACML 2.0 policy.static final String
The namespaces for use of XACML 2.0 context.static final String
The namespaces for use of XACML 3.0.static final String
The prefix for the use of xacml context. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XACML_PREFIX
The prefix for the use of xacml policy.- See Also:
-
XACMLCONTEXT_PREFIX
The prefix for the use of xacml context.- See Also:
-
XACML10CTX_NS
The namespaces for use of XACML 1.0 context.- See Also:
-
XACML10_NS
The namespaces for use of XACML 1.0 policy.- See Also:
-
XACML20CTX_NS
The namespaces for use of XACML 2.0 context.- See Also:
-
XACML20_NS
The namespaces for use of XACML 2.0 policy.- See Also:
-
XACML30_NS
The namespaces for use of XACML 3.0.- See Also:
-
X500_NAME_DATATYPE_URI
X.500 Name datatype URI.- See Also:
-
RFC822_NAME_DATATYPE_URI
RFC822 Name datatype URI.- See Also:
-
IP_ADDRESS_DATATYPE_URI
IP address datatype URI.- See Also:
-
DNS_NAME_DATATYPE_URI
DNS Name datatype URI.- See Also:
-
-
Constructor Details
-
XACMLConstants
private XACMLConstants()Constructor.
-