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. |
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 checkCopyright © 1999–2014. All rights reserved.