Package net.oauth
Class OAuth.Problems
- java.lang.Object
-
- net.oauth.OAuth.Problems
-
- Enclosing class:
- OAuth
public static class OAuth.Problems extends Object
Strings used for problem reporting.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADDITIONAL_AUTHORIZATION_REQUIRED
static String
CONSUMER_KEY_REFUSED
static String
CONSUMER_KEY_REJECTED
static String
CONSUMER_KEY_UNKNOWN
static String
NONCE_USED
static String
OAUTH_ACCEPTABLE_TIMESTAMPS
static String
OAUTH_ACCEPTABLE_VERSIONS
static String
OAUTH_PARAMETERS_ABSENT
static String
OAUTH_PARAMETERS_REJECTED
static String
OAUTH_PROBLEM_ADVICE
static String
PARAMETER_ABSENT
static String
PARAMETER_REJECTED
static String
PERMISSION_DENIED
static String
PERMISSION_UNKNOWN
static String
SIGNATURE_INVALID
static String
SIGNATURE_METHOD_REJECTED
static String
TIMESTAMP_REFUSED
static Map<String,Integer>
TO_HTTP_CODE
A map from an oauth_problem value to the appropriate HTTP response code.static String
TOKEN_EXPIRED
static String
TOKEN_REJECTED
static String
TOKEN_REVOKED
static String
TOKEN_USED
static String
USER_REFUSED
static String
VERSION_REJECTED
-
Constructor Summary
Constructors Constructor Description Problems()
-
-
-
Field Detail
-
ADDITIONAL_AUTHORIZATION_REQUIRED
public static final String ADDITIONAL_AUTHORIZATION_REQUIRED
- See Also:
- Constant Field Values
-
CONSUMER_KEY_REFUSED
public static final String CONSUMER_KEY_REFUSED
- See Also:
- Constant Field Values
-
CONSUMER_KEY_REJECTED
public static final String CONSUMER_KEY_REJECTED
- See Also:
- Constant Field Values
-
CONSUMER_KEY_UNKNOWN
public static final String CONSUMER_KEY_UNKNOWN
- See Also:
- Constant Field Values
-
NONCE_USED
public static final String NONCE_USED
- See Also:
- Constant Field Values
-
OAUTH_ACCEPTABLE_TIMESTAMPS
public static final String OAUTH_ACCEPTABLE_TIMESTAMPS
- See Also:
- Constant Field Values
-
OAUTH_ACCEPTABLE_VERSIONS
public static final String OAUTH_ACCEPTABLE_VERSIONS
- See Also:
- Constant Field Values
-
OAUTH_PARAMETERS_ABSENT
public static final String OAUTH_PARAMETERS_ABSENT
- See Also:
- Constant Field Values
-
OAUTH_PARAMETERS_REJECTED
public static final String OAUTH_PARAMETERS_REJECTED
- See Also:
- Constant Field Values
-
OAUTH_PROBLEM_ADVICE
public static final String OAUTH_PROBLEM_ADVICE
- See Also:
- Constant Field Values
-
PARAMETER_ABSENT
public static final String PARAMETER_ABSENT
- See Also:
- Constant Field Values
-
PARAMETER_REJECTED
public static final String PARAMETER_REJECTED
- See Also:
- Constant Field Values
-
PERMISSION_DENIED
public static final String PERMISSION_DENIED
- See Also:
- Constant Field Values
-
PERMISSION_UNKNOWN
public static final String PERMISSION_UNKNOWN
- See Also:
- Constant Field Values
-
SIGNATURE_INVALID
public static final String SIGNATURE_INVALID
- See Also:
- Constant Field Values
-
SIGNATURE_METHOD_REJECTED
public static final String SIGNATURE_METHOD_REJECTED
- See Also:
- Constant Field Values
-
TIMESTAMP_REFUSED
public static final String TIMESTAMP_REFUSED
- See Also:
- Constant Field Values
-
TO_HTTP_CODE
public static final Map<String,Integer> TO_HTTP_CODE
A map from an oauth_problem value to the appropriate HTTP response code.
-
TOKEN_EXPIRED
public static final String TOKEN_EXPIRED
- See Also:
- Constant Field Values
-
TOKEN_REJECTED
public static final String TOKEN_REJECTED
- See Also:
- Constant Field Values
-
TOKEN_REVOKED
public static final String TOKEN_REVOKED
- See Also:
- Constant Field Values
-
TOKEN_USED
public static final String TOKEN_USED
- See Also:
- Constant Field Values
-
USER_REFUSED
public static final String USER_REFUSED
- See Also:
- Constant Field Values
-
VERSION_REJECTED
public static final String VERSION_REJECTED
- See Also:
- Constant Field Values
-
-