net.smartam.leeloo.common.error
Class OAuthError.CodeResponse

java.lang.Object
  extended by net.smartam.leeloo.common.error.OAuthError.CodeResponse
Enclosing class:
OAuthError

public static final class OAuthError.CodeResponse
extends Object


Field Summary
static String ACCESS_DENIED
           
static String INVALID_CLIENT
           
static String INVALID_REQUEST
           
static String INVALID_SCOPE
           
static String REDIRECT_URI_MISMATCH
           
static String UNAUTHORIZED_CLIENT
           
static String UNSUPPORTED_RESPONSE_TYPE
           
 
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
See Also:
Constant Field Values

INVALID_CLIENT

public static final String INVALID_CLIENT
See Also:
Constant Field Values

UNAUTHORIZED_CLIENT

public static final String UNAUTHORIZED_CLIENT
See Also:
Constant Field Values

REDIRECT_URI_MISMATCH

public static final String REDIRECT_URI_MISMATCH
See Also:
Constant Field Values

ACCESS_DENIED

public static final String ACCESS_DENIED
See Also:
Constant Field Values

UNSUPPORTED_RESPONSE_TYPE

public static final String UNSUPPORTED_RESPONSE_TYPE
See Also:
Constant Field Values

INVALID_SCOPE

public static final String INVALID_SCOPE
See Also:
Constant Field Values
Constructor Detail

OAuthError.CodeResponse

public OAuthError.CodeResponse()


Copyright © 2010. All Rights Reserved.