public final class SAML2ObjectSupport extends Object
| Modifier | Constructor and Description |
|---|---|
private |
SAML2ObjectSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areNameIDFormatsEquivalent(String format1,
String format2)
Return true iff the two input
NameID formats are equivalent for SAML 2.0
purposes. |
static boolean |
areNameIDsEquivalent(NameID name1,
NameID name2)
Return true iff the two input
NameID objects are equivalent for SAML 2.0 purposes. |
private static org.slf4j.Logger |
getLogger()
Get an SLF4J Logger.
|
public static boolean areNameIDFormatsEquivalent(@Nullable String format1, @Nullable String format2)
NameID formats are equivalent for SAML 2.0
purposes.format1 - first format to checkformat2 - second format to checkpublic static boolean areNameIDsEquivalent(@Nonnull NameID name1, @Nonnull NameID name2)
NameID objects are equivalent for SAML 2.0 purposes.name1 - first NameID to checkname2 - second NameID to check@Nonnull private static org.slf4j.Logger getLogger()
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.