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

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

public static final class OAuthError.ResourceResponse
extends Object


Field Summary
static String EXPIRED_TOKEN
           
static String INSUFFICIENT_SCOPE
          The request requires higher privileges than provided by the access token.
static String INVALID_REQUEST
          The request is missing a required parameter, includes an unsupported parameter value, repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.
static String INVALID_TOKEN
          The access token provided is expired, revoked, malformed, or invalid for other reasons.
 
Constructor Summary
OAuthError.ResourceResponse()
           
 
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, repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.

See Also:
Constant Field Values

EXPIRED_TOKEN

public static final String EXPIRED_TOKEN
See Also:
Constant Field Values

INSUFFICIENT_SCOPE

public static final String INSUFFICIENT_SCOPE
The request requires higher privileges than provided by the access token.

See Also:
Constant Field Values

INVALID_TOKEN

public static final String INVALID_TOKEN
The access token provided is expired, revoked, malformed, or invalid for other reasons.

See Also:
Constant Field Values
Constructor Detail

OAuthError.ResourceResponse

public OAuthError.ResourceResponse()


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