org.apache.oltu.oauth2.common.error
Class OAuthError.CodeResponse

java.lang.Object
  extended by org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
Enclosing class:
OAuthError

public static final class OAuthError.CodeResponse
extends Object


Field Summary
static String ACCESS_DENIED
          The resource owner or authorization server denied the request.
static String INVALID_REQUEST
          The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
static String INVALID_SCOPE
          The requested scope is invalid, unknown, or malformed.
static String SERVER_ERROR
          The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
static String TEMPORARILY_UNAVAILABLE
          The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
static String UNAUTHORIZED_CLIENT
          The client is not authorized to request an authorization code using this method.
static String UNSUPPORTED_RESPONSE_TYPE
          The authorization server does not support obtaining an authorization code using this method.
 
Constructor Summary
OAuthError.CodeResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_REQUEST

public static final String INVALID_REQUEST
The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.

See Also:
Constant Field Values

UNAUTHORIZED_CLIENT

public static final String UNAUTHORIZED_CLIENT
The client is not authorized to request an authorization code using this method.

See Also:
Constant Field Values

ACCESS_DENIED

public static final String ACCESS_DENIED
The resource owner or authorization server denied the request.

See Also:
Constant Field Values

UNSUPPORTED_RESPONSE_TYPE

public static final String UNSUPPORTED_RESPONSE_TYPE
The authorization server does not support obtaining an authorization code using this method.

See Also:
Constant Field Values

INVALID_SCOPE

public static final String INVALID_SCOPE
The requested scope is invalid, unknown, or malformed.

See Also:
Constant Field Values

SERVER_ERROR

public static final String SERVER_ERROR
The authorization server encountered an unexpected condition which prevented it from fulfilling the request.

See Also:
Constant Field Values

TEMPORARILY_UNAVAILABLE

public static final String TEMPORARILY_UNAVAILABLE
The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.

See Also:
Constant Field Values
Constructor Detail

OAuthError.CodeResponse

public OAuthError.CodeResponse()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.