public enum SamlNameIdFormat extends Enum<SamlNameIdFormat>
Enum Constant and Description |
---|
EMAIL |
ENCRYPTED |
ENTITY |
KERBEROS |
PERSISTENT |
TRANSIENT |
UNSPECIFIED |
WIN_DOMAIN_QUALIFIED |
X509_SUBJECT |
Modifier and Type | Method and Description |
---|---|
static SamlNameIdFormat |
fromString(String value) |
String |
getNameIdFormat() |
static eu.eidas.auth.commons.lang.EnumMapper<String,SamlNameIdFormat> |
mapper() |
String |
toString() |
static SamlNameIdFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlNameIdFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamlNameIdFormat PERSISTENT
public static final SamlNameIdFormat TRANSIENT
public static final SamlNameIdFormat EMAIL
public static final SamlNameIdFormat X509_SUBJECT
public static final SamlNameIdFormat WIN_DOMAIN_QUALIFIED
public static final SamlNameIdFormat KERBEROS
public static final SamlNameIdFormat ENTITY
public static final SamlNameIdFormat ENCRYPTED
public static final SamlNameIdFormat UNSPECIFIED
public static SamlNameIdFormat[] values()
for (SamlNameIdFormat c : SamlNameIdFormat.values()) System.out.println(c);
public static SamlNameIdFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Nullable public static SamlNameIdFormat fromString(@Nonnull String value)
public static eu.eidas.auth.commons.lang.EnumMapper<String,SamlNameIdFormat> mapper()
public String toString()
toString
in class Enum<SamlNameIdFormat>
Copyright © 2020. All Rights Reserved.