public enum AADAuthorizationGrantType extends Enum<AADAuthorizationGrantType>
| Enum Constant and Description |
|---|
AUTHORIZATION_CODE |
AZURE_DELEGATED |
CLIENT_CREDENTIALS |
ON_BEHALF_OF |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
boolean |
isSameGrantType(org.springframework.security.oauth2.core.AuthorizationGrantType grantType) |
static AADAuthorizationGrantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AADAuthorizationGrantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AADAuthorizationGrantType CLIENT_CREDENTIALS
public static final AADAuthorizationGrantType AUTHORIZATION_CODE
public static final AADAuthorizationGrantType ON_BEHALF_OF
public static final AADAuthorizationGrantType AZURE_DELEGATED
public static AADAuthorizationGrantType[] values()
public static AADAuthorizationGrantType 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 getValue()
public boolean isSameGrantType(org.springframework.security.oauth2.core.AuthorizationGrantType grantType)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.