Class ExtensionsConstants
java.lang.Object
net.shibboleth.idp.saml.xmlobject.ExtensionsConstants
Constants used in XMLObject extensions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
URI for XML schema namespace for Shibboleth extensions supporting SAML delegation.static final String
Namespace QName prefix for Shibboleth extensions supporting AML delegation.static final String
Relative resource path for XML schema for Shibboleth extensions supporting SAML delegation.static final String
URI for XML schema namespace for Shibboleth extensions to SAML metadata.static final String
Namespace QName prefix for Shibboleth extensions to SAML metadata.static final String
Relative resource path for XML schema for Shibboleth extensions to SAML metadata. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SHIB_MDEXT10_SCHEMA_LOCATION
Relative resource path for XML schema for Shibboleth extensions to SAML metadata.- See Also:
-
SHIB_MDEXT10_NS
URI for XML schema namespace for Shibboleth extensions to SAML metadata.- See Also:
-
SHIB_MDEXT10_PREFIX
Namespace QName prefix for Shibboleth extensions to SAML metadata.- See Also:
-
SHIB_DELEXT10_SCHEMA_LOCATION
Relative resource path for XML schema for Shibboleth extensions supporting SAML delegation.- See Also:
-
SHIB_DELEXT10_NS
URI for XML schema namespace for Shibboleth extensions supporting SAML delegation.- See Also:
-
SHIB_DELEXT10_PREFIX
Namespace QName prefix for Shibboleth extensions supporting AML delegation.- See Also:
-
-
Constructor Details
-
ExtensionsConstants
private ExtensionsConstants()Constructor.
-