Enum Constant and Description |
---|
EMAIL |
ENCRYPTED |
ENTITY |
KERBEROS |
PERSISTENT |
TRANSIENT |
UNSPECIFIED |
WIN_DOMAIN_QUALIFIED |
X509_SUBJECT |
Modifier and Type | Method and Description |
---|---|
static NameId |
fromUrn(java.lang.String other) |
java.lang.String |
toString() |
static NameId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NameId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameId UNSPECIFIED
public static final NameId EMAIL
public static final NameId TRANSIENT
public static final NameId PERSISTENT
public static final NameId X509_SUBJECT
public static final NameId WIN_DOMAIN_QUALIFIED
public static final NameId KERBEROS
public static final NameId ENTITY
public static final NameId ENCRYPTED
public static NameId[] values()
for (NameId c : NameId.values()) System.out.println(c);
public static NameId 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 NameId fromUrn(java.lang.String other)
public java.lang.String toString()
toString
in class java.lang.Enum<NameId>