public static enum RESTSecurityTokenService.Action extends Enum<RESTSecurityTokenService.Action>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static RESTSecurityTokenService.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RESTSecurityTokenService.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RESTSecurityTokenService.Action issue
public static final RESTSecurityTokenService.Action validate
public static final RESTSecurityTokenService.Action renew
public static final RESTSecurityTokenService.Action cancel
public static RESTSecurityTokenService.Action[] values()
for (RESTSecurityTokenService.Action c : RESTSecurityTokenService.Action.values()) System.out.println(c);
public static RESTSecurityTokenService.Action 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 nullpublic String getValue()
Apache CXF