Class ExtensionsConstants
- java.lang.Object
-
- net.shibboleth.idp.saml.xmlobject.ExtensionsConstants
-
public final class ExtensionsConstants extends Object
Constants used in XMLObject extensions.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSHIB_DELEXT10_NSURI for XML schema namespace for Shibboleth extensions supporting SAML delegation.static StringSHIB_DELEXT10_PREFIXNamespace QName prefix for Shibboleth extensions supporting AML delegation.static StringSHIB_DELEXT10_SCHEMA_LOCATIONRelative resource path for XML schema for Shibboleth extensions supporting SAML delegation.static StringSHIB_MDEXT10_NSURI for XML schema namespace for Shibboleth extensions to SAML metadata.static StringSHIB_MDEXT10_PREFIXNamespace QName prefix for Shibboleth extensions to SAML metadata.static StringSHIB_MDEXT10_SCHEMA_LOCATIONRelative resource path for XML schema for Shibboleth extensions to SAML metadata.
-
Constructor Summary
Constructors Modifier Constructor Description privateExtensionsConstants()Constructor.
-
-
-
Field Detail
-
SHIB_MDEXT10_SCHEMA_LOCATION
public static final String SHIB_MDEXT10_SCHEMA_LOCATION
Relative resource path for XML schema for Shibboleth extensions to SAML metadata.- See Also:
- Constant Field Values
-
SHIB_MDEXT10_NS
public static final String SHIB_MDEXT10_NS
URI for XML schema namespace for Shibboleth extensions to SAML metadata.- See Also:
- Constant Field Values
-
SHIB_MDEXT10_PREFIX
public static final String SHIB_MDEXT10_PREFIX
Namespace QName prefix for Shibboleth extensions to SAML metadata.- See Also:
- Constant Field Values
-
SHIB_DELEXT10_SCHEMA_LOCATION
public static final String SHIB_DELEXT10_SCHEMA_LOCATION
Relative resource path for XML schema for Shibboleth extensions supporting SAML delegation.- See Also:
- Constant Field Values
-
SHIB_DELEXT10_NS
public static final String SHIB_DELEXT10_NS
URI for XML schema namespace for Shibboleth extensions supporting SAML delegation.- See Also:
- Constant Field Values
-
SHIB_DELEXT10_PREFIX
public static final String SHIB_DELEXT10_PREFIX
Namespace QName prefix for Shibboleth extensions supporting AML delegation.- See Also:
- Constant Field Values
-
-