public enum NameIdFormat extends java.lang.Enum<NameIdFormat>
Enum Constant and Description |
---|
EMAIL |
ENCRYPTED |
ENTITY |
KERBEROS |
PERSISTENT |
TRANSIENT |
UNSPECIFIED |
WIN_DOMAIN_QUALIFIED |
X509_SUBJECT |
Modifier and Type | Method and Description |
---|---|
static NameIdFormat |
fromUrn(java.lang.String other) |
java.lang.String |
toString() |
java.net.URI |
toUri() |
static NameIdFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NameIdFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameIdFormat UNSPECIFIED
public static final NameIdFormat EMAIL
public static final NameIdFormat TRANSIENT
public static final NameIdFormat PERSISTENT
public static final NameIdFormat X509_SUBJECT
public static final NameIdFormat WIN_DOMAIN_QUALIFIED
public static final NameIdFormat KERBEROS
public static final NameIdFormat ENTITY
public static final NameIdFormat ENCRYPTED
public static NameIdFormat[] values()
for (NameIdFormat c : NameIdFormat.values()) System.out.println(c);
public static NameIdFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static NameIdFormat fromUrn(java.lang.String other)
public java.lang.String toString()
toString
in class java.lang.Enum<NameIdFormat>
public java.net.URI toUri()