public static enum CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType extends Enum<CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType>
Enum Constant and Description |
---|
CLIENT_CREDENTIALS
Client Credentials Grant.
|
CODE
Authorization Code Grant.
|
PASSWORD
Resource Owner Password Credentials Grant.
|
Modifier and Type | Method and Description |
---|---|
static CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType CODE
public static final CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType PASSWORD
public static final CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType CLIENT_CREDENTIALS
public static CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType[] values()
for (CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType c : CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType.values()) System.out.println(c);
public static CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType 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 © 2022 Denodo Technologies. All rights reserved.