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 StringSAML1_ATTR_NAMESPACE_URILegacy Shibboleth SAML 1.x AttributeNamespace for URI-named attributes.static StringSAML1_NAMEID_TRANSIENTLegacy Shibboleth format for transient IDs in SAML 1.x.
-
Constructor Summary
Constructors Modifier Constructor Description privateSAMLConstants()Constructor.
-
-
-
Field Detail
-
SAML1_NAMEID_TRANSIENT
@Nonnull @NotEmpty public static final String SAML1_NAMEID_TRANSIENT
Legacy Shibboleth format for transient IDs in SAML 1.x.- See Also:
- Constant Field Values
-
SAML1_ATTR_NAMESPACE_URI
@Nonnull @NotEmpty public static final String SAML1_ATTR_NAMESPACE_URI
Legacy Shibboleth SAML 1.x AttributeNamespace for URI-named attributes.- See Also:
- Constant Field Values
-
-