public static enum OAuth2AzureParameters.Prompt extends Enum<OAuth2AzureParameters.Prompt> implements OAuth2AzureParameters.ParametrizedEnum
Enum Constant and Description |
---|
admin_consent |
consent |
DEFAULT |
login |
Modifier and Type | Method and Description |
---|---|
static OAuth2AzureParameters.Prompt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2AzureParameters.Prompt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
value
public static final OAuth2AzureParameters.Prompt DEFAULT
public static final OAuth2AzureParameters.Prompt login
public static final OAuth2AzureParameters.Prompt consent
public static final OAuth2AzureParameters.Prompt admin_consent
public static OAuth2AzureParameters.Prompt[] values()
for (OAuth2AzureParameters.Prompt c : OAuth2AzureParameters.Prompt.values()) System.out.println(c);
public static OAuth2AzureParameters.Prompt 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 © 2019. All rights reserved.