public enum KEYS extends Enum<KEYS>
Enum Constant and Description |
---|
ACTAS_PRINCIPAL |
APPLIESTO |
CANCEL_PRINCIPAL |
CLAIMS_PRIMARY |
CLAIMS_SECONDARY |
DURATION |
EXCEPTION |
KEYTYPE |
ONBEHALFOF_PRINCIPAL |
OPERATION |
REALM |
REMOTE_HOST |
REMOTE_PORT |
RENEW_PRINCIPAL |
STACKTRACE |
STATUS |
TIME |
TOKENTYPE |
URL |
VALIDATE_PRINCIPAL |
WS_SEC_PRINCIPAL |
Modifier and Type | Method and Description |
---|---|
static KEYS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KEYS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KEYS TIME
public static final KEYS OPERATION
public static final KEYS WS_SEC_PRINCIPAL
public static final KEYS STATUS
public static final KEYS TOKENTYPE
public static final KEYS EXCEPTION
public static final KEYS REALM
public static final KEYS APPLIESTO
public static final KEYS CLAIMS_PRIMARY
public static final KEYS CLAIMS_SECONDARY
public static final KEYS DURATION
public static final KEYS ACTAS_PRINCIPAL
public static final KEYS ONBEHALFOF_PRINCIPAL
public static final KEYS VALIDATE_PRINCIPAL
public static final KEYS CANCEL_PRINCIPAL
public static final KEYS RENEW_PRINCIPAL
public static final KEYS REMOTE_HOST
public static final KEYS REMOTE_PORT
public static final KEYS URL
public static final KEYS STACKTRACE
public static final KEYS KEYTYPE
public static KEYS[] values()
for (KEYS c : KEYS.values()) System.out.println(c);
public static KEYS 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 nullApache CXF