public static enum OAuth2Types.TokenFormat extends Enum<OAuth2Types.TokenFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OAuth2Types.TokenFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Types.TokenFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2Types.TokenFormat BEARER
public static final OAuth2Types.TokenFormat MAC
public static OAuth2Types.TokenFormat[] values()
for (OAuth2Types.TokenFormat c : OAuth2Types.TokenFormat.values()) System.out.println(c);
public static OAuth2Types.TokenFormat 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 toString()
toString in class Enum<OAuth2Types.TokenFormat>Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.