public static enum ServerConfiguration.UserInfoTokenMethod extends Enum<ServerConfiguration.UserInfoTokenMethod>
Modifier and Type | Method and Description |
---|---|
static ServerConfiguration.UserInfoTokenMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfiguration.UserInfoTokenMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerConfiguration.UserInfoTokenMethod HEADER
public static final ServerConfiguration.UserInfoTokenMethod FORM
public static final ServerConfiguration.UserInfoTokenMethod QUERY
public static ServerConfiguration.UserInfoTokenMethod[] values()
for (ServerConfiguration.UserInfoTokenMethod c : ServerConfiguration.UserInfoTokenMethod.values()) System.out.println(c);
public static ServerConfiguration.UserInfoTokenMethod 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 © 2018. All rights reserved.