public enum TokenUserIdentification extends Enum<TokenUserIdentification>
Enum Constant and Description |
---|
DISTINGUISHEDNAME |
FULLNAME |
GUID |
ID |
SHORTNAME |
Modifier and Type | Method and Description |
---|---|
static TokenUserIdentification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenUserIdentification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenUserIdentification SHORTNAME
public static final TokenUserIdentification FULLNAME
public static final TokenUserIdentification ID
public static final TokenUserIdentification DISTINGUISHEDNAME
public static final TokenUserIdentification GUID
public static TokenUserIdentification[] values()
for (TokenUserIdentification c : TokenUserIdentification.values()) System.out.println(c);
public static TokenUserIdentification 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 nullCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.