@ThreadSafe public final class SAMLSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
ATTRIBUTE_NAME
saml:Attribute element.
|
static QName |
ATTRIBUTE_VALUE_NAME
saml:AttributeValue element.
|
static String |
ATTRNAME_FORMAT_UNSPECIFIED
Unspecified default
NameFormat value for Attribute elements. |
static String |
SAML_NS
Namespace URI for SAML elements.
|
static String |
SAML_PREFIX
Conventional prefix for SAML elements.
|
| Modifier | Constructor and Description |
|---|---|
private |
SAMLSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
extractAttributeNameFormat(Element attribute)
Extract an
Attribute element's NameFormat, applying the
SAML standard's specified default if the XML attribute is not present. |
public static final String SAML_NS
public static final String SAML_PREFIX
public static final QName ATTRIBUTE_NAME
public static final String ATTRNAME_FORMAT_UNSPECIFIED
NameFormat value for Attribute elements.public static final QName ATTRIBUTE_VALUE_NAME
@Nonnull public static String extractAttributeNameFormat(@Nonnull Element attribute)
Attribute element's NameFormat, applying the
SAML standard's specified default if the XML attribute is not present.attribute - Attribute ElementNameFormat value, or the "unspecified" defaultCopyright © 1999–2016. All rights reserved.