public final class SAML1ObjectSupport extends Object
Modifier | Constructor and Description |
---|---|
private |
SAML1ObjectSupport()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
areNameIdentifierFormatsEquivalent(String format1,
String format2)
Return true iff the two input
NameIdentifier formats are equivalent for SAML 1.x
purposes. |
static boolean |
areNameIdentifiersEquivalent(NameIdentifier name1,
NameIdentifier name2)
Return true iff the two input
NameIdentifier objects are equivalent for SAML 1.x purposes. |
private static Logger |
getLogger()
Get an SLF4J Logger.
|
public static boolean areNameIdentifierFormatsEquivalent(@Nullable String format1, @Nullable String format2)
NameIdentifier
formats are equivalent for SAML 1.x
purposes.format1
- first format to checkformat2
- second format to checkpublic static boolean areNameIdentifiersEquivalent(@Nonnull NameIdentifier name1, @Nonnull NameIdentifier name2)
NameIdentifier
objects are equivalent for SAML 1.x purposes.name1
- first NameIdentifier to checkname2
- second NameIdentifier to checkCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.