org.opensaml.xacml
Class XACMLConstants

java.lang.Object
  extended by org.opensaml.xacml.XACMLConstants
Direct Known Subclasses:
SAMLProfileConstants

public class XACMLConstants
extends java.lang.Object

Defines the constants for the XACML providers.


Field Summary
static java.lang.String DNS_NAME_DATATYPE_URI
          DNS Name datatype URI.
static java.lang.String IP_ADDRESS_DATATYPE_URI
          IP address datatype URI.
static java.lang.String RFC822_NAME_DATATYPE_URI
          RFC822 Name datatype URI.
static java.lang.String X500_NAME_DATATYPE_URI
          X.500 Name datatype URI.
static java.lang.String XACML_PREFIX
          The prefix for the use of xacml policy.
static java.lang.String XACML10_NS
          The namespaces for use of XACML 1.0 policy.
static java.lang.String XACML10CTX_NS
          The namespaces for use of XACML 1.0 context.
static java.lang.String XACML20_NS
          The namespaces for use of XACML 2.0 policy.
static java.lang.String XACML20CTX_NS
          The namespaces for use of XACML 2.0 context.
static java.lang.String XACML30_NS
          The namespaces for use of XACML 3.0.
static java.lang.String XACMLCONTEXT_PREFIX
          The prefix for the use of xacml context.
 
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

XACML_PREFIX

public static final java.lang.String XACML_PREFIX
The prefix for the use of xacml policy.

See Also:
Constant Field Values

XACMLCONTEXT_PREFIX

public static final java.lang.String XACMLCONTEXT_PREFIX
The prefix for the use of xacml context.

See Also:
Constant Field Values

XACML10CTX_NS

public static final java.lang.String XACML10CTX_NS
The namespaces for use of XACML 1.0 context.

See Also:
Constant Field Values

XACML10_NS

public static final java.lang.String XACML10_NS
The namespaces for use of XACML 1.0 policy.

See Also:
Constant Field Values

XACML20CTX_NS

public static final java.lang.String XACML20CTX_NS
The namespaces for use of XACML 2.0 context.

See Also:
Constant Field Values

XACML20_NS

public static final java.lang.String XACML20_NS
The namespaces for use of XACML 2.0 policy.

See Also:
Constant Field Values

XACML30_NS

public static final java.lang.String XACML30_NS
The namespaces for use of XACML 3.0.

See Also:
Constant Field Values

X500_NAME_DATATYPE_URI

public static final java.lang.String X500_NAME_DATATYPE_URI
X.500 Name datatype URI.

See Also:
Constant Field Values

RFC822_NAME_DATATYPE_URI

public static final java.lang.String RFC822_NAME_DATATYPE_URI
RFC822 Name datatype URI.

See Also:
Constant Field Values

IP_ADDRESS_DATATYPE_URI

public static final java.lang.String IP_ADDRESS_DATATYPE_URI
IP address datatype URI.

See Also:
Constant Field Values

DNS_NAME_DATATYPE_URI

public static final java.lang.String DNS_NAME_DATATYPE_URI
DNS Name datatype URI.

See Also:
Constant Field Values
Constructor Detail

XACMLConstants

public XACMLConstants()


Copyright © 2006-2009 Internet2. All Rights Reserved.