Package net.shibboleth.idp.saml.xml
Class SAMLConstants
java.lang.Object
net.shibboleth.idp.saml.xml.SAMLConstants
public final class SAMLConstants extends Object
XML related constants used with SAML.
-
Field Summary
Fields Modifier and Type Field Description static String
SAML1_ATTR_NAMESPACE_URI
Legacy Shibboleth SAML 1.x AttributeNamespace for URI-named attributes.static String
SAML1_NAMEID_TRANSIENT
Legacy Shibboleth format for transient IDs in SAML 1.x. -
Constructor Summary
Constructors Modifier Constructor Description private
SAMLConstants()
Constructor. -
Method Summary
-
Field Details
-
SAML1_NAMEID_TRANSIENT
Legacy Shibboleth format for transient IDs in SAML 1.x.- See Also:
- Constant Field Values
-
SAML1_ATTR_NAMESPACE_URI
Legacy Shibboleth SAML 1.x AttributeNamespace for URI-named attributes.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SAMLConstants
private SAMLConstants()Constructor.
-