public enum OAuth2ProviderError extends Enum<OAuth2ProviderError> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<OAuth2ProviderError>
| Enum Constant and Description |
|---|
CLIENT_ALREADY_EXISTS |
INVALID_CLIENT |
INVALID_CONFIGURATION |
INVALID_TOKEN |
NO_SUCH_CLIENT |
OAUTH_SERVER_SECURITY |
TOKEN_UNAUTHORIZED |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static OAuth2ProviderError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2ProviderError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2ProviderError OAUTH_SERVER_SECURITY
public static final OAuth2ProviderError INVALID_CONFIGURATION
public static final OAuth2ProviderError INVALID_CLIENT
public static final OAuth2ProviderError CLIENT_ALREADY_EXISTS
public static final OAuth2ProviderError NO_SUCH_CLIENT
public static final OAuth2ProviderError TOKEN_UNAUTHORIZED
public static final OAuth2ProviderError INVALID_TOKEN
public static OAuth2ProviderError[] values()
for (OAuth2ProviderError c : OAuth2ProviderError.values()) System.out.println(c);
public static OAuth2ProviderError 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 Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<OAuth2ProviderError>Copyright © 2023 MuleSoft, Inc.. All rights reserved.