public enum PostOAuth2TokenSubjectTokenTypeField extends Enum<PostOAuth2TokenSubjectTokenTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
PostOAuth2TokenSubjectTokenTypeField.PostOAuth2TokenSubjectTokenTypeFieldDeserializer |
static class |
PostOAuth2TokenSubjectTokenTypeField.PostOAuth2TokenSubjectTokenTypeFieldSerializer |
| Enum Constant and Description |
|---|
URN_IETF_PARAMS_OAUTH_TOKEN_TYPE_ACCESS_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static PostOAuth2TokenSubjectTokenTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostOAuth2TokenSubjectTokenTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostOAuth2TokenSubjectTokenTypeField URN_IETF_PARAMS_OAUTH_TOKEN_TYPE_ACCESS_TOKEN
public static PostOAuth2TokenSubjectTokenTypeField[] values()
for (PostOAuth2TokenSubjectTokenTypeField c : PostOAuth2TokenSubjectTokenTypeField.values()) System.out.println(c);
public static PostOAuth2TokenSubjectTokenTypeField 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 null