public enum OAuth2Error extends Enum<OAuth2Error>
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorDescription(Object... objects) |
String |
getErrorExplanation() |
static OAuth2Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2Error AUTHORIZATION_CODE_PROBLEM
public static final OAuth2Error AUTHORIZE_PROBLEM
public static final OAuth2Error AUTHENTICATION_PROBLEM
public static final OAuth2Error BEARER_TOKEN_PROBLEM
public static final OAuth2Error CALLBACK_PROBLEM
public static final OAuth2Error CLIENT_CREDENTIALS_PROBLEM
public static final OAuth2Error CODE_GRANT_PROBLEM
public static final OAuth2Error FETCH_INIT_PROBLEM
public static final OAuth2Error FETCH_PROBLEM
public static final OAuth2Error GADGET_SPEC_PROBLEM
public static final OAuth2Error GET_OAUTH2_ACCESSOR_PROBLEM
public static final OAuth2Error LOOKUP_SPEC_PROBLEM
public static final OAuth2Error MAC_TOKEN_PROBLEM
public static final OAuth2Error MISSING_FETCH_PARAMS
public static final OAuth2Error MISSING_SERVER_RESPONSE
public static final OAuth2Error NO_RESPONSE_HANDLER
public static final OAuth2Error NO_GADGET_SPEC
public static final OAuth2Error REFRESH_TOKEN_PROBLEM
public static final OAuth2Error SECRET_ENCRYPTION_PROBLEM
public static final OAuth2Error SPEC_ACCESS_DENIED
public static final OAuth2Error SPEC_INVALID_CLIENT
public static final OAuth2Error SPEC_INVALID_GRANT
public static final OAuth2Error SPEC_INVALID_REQUEST
public static final OAuth2Error SPEC_INVALID_SCOPE
public static final OAuth2Error SPEC_SERVER_ERROR
public static final OAuth2Error SPEC_TEMPORARILY_UNAVAILABLE
public static final OAuth2Error SPEC_UNAUTHORIZED_CLIENT
public static final OAuth2Error SPEC_UNSUPPORTED_GRANT_TYPE
public static final OAuth2Error SPEC_UNSUPPORTED_RESPONSE_TYPE
public static final OAuth2Error SERVER_REJECTED_REQUEST
public static final OAuth2Error TOKEN_RESPONSE_PROBLEM
public static final OAuth2Error UNKNOWN_PROBLEM
public static final String MESSAGES
public static OAuth2Error[] values()
for (OAuth2Error c : OAuth2Error.values()) System.out.println(c);
public static OAuth2Error 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 getErrorCode()
public String getErrorExplanation()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.