Class OAuthError.CodeResponse
java.lang.Object
org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
- Enclosing class:
OAuthError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe resource owner or authorization server denied the request.static final StringThe request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.static final StringThe requested scope is invalid, unknown, or malformed.static final StringThe authorization server encountered an unexpected condition which prevented it from fulfilling the request.static final StringThe authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.static final StringThe client is not authorized to request an authorization code using this method.static final StringThe authorization server does not support obtaining an authorization code using this method. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INVALID_REQUEST
The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.- See Also:
-
UNAUTHORIZED_CLIENT
The client is not authorized to request an authorization code using this method.- See Also:
-
ACCESS_DENIED
The resource owner or authorization server denied the request.- See Also:
-
UNSUPPORTED_RESPONSE_TYPE
The authorization server does not support obtaining an authorization code using this method.- See Also:
-
INVALID_SCOPE
The requested scope is invalid, unknown, or malformed.- See Also:
-
SERVER_ERROR
The authorization server encountered an unexpected condition which prevented it from fulfilling the request.- See Also:
-
TEMPORARILY_UNAVAILABLE
The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.- See Also:
-
-
Constructor Details
-
CodeResponse
public CodeResponse()
-