public final class SAML1ObjectSupport
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
SAML1ObjectSupport()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areNameIdentifierFormatsEquivalent(java.lang.String format1,
java.lang.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 org.slf4j.Logger |
getLogger()
Get an SLF4J Logger.
|
public static boolean areNameIdentifierFormatsEquivalent(@Nullable
java.lang.String format1,
@Nullable
java.lang.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 check@Nonnull private static org.slf4j.Logger getLogger()