public static enum AccessTokenResponse.TokenType extends Enum<AccessTokenResponse.TokenType>
| Modifier and Type | Method and Description |
|---|---|
static AccessTokenResponse.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenResponse.TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessTokenResponse.TokenType BEARER
public static final AccessTokenResponse.TokenType MAC
public static AccessTokenResponse.TokenType[] values()
for (AccessTokenResponse.TokenType c : AccessTokenResponse.TokenType.values()) System.out.println(c);
public static AccessTokenResponse.TokenType 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 © 2013 JBoss Inc.. All Rights Reserved.