public final class OAuthConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH_VERSION_STRING |
static String |
PARAM_OAUTH_CALLBACK |
static String |
PARAM_OAUTH_CONSUMER_KEY |
static String |
PARAM_OAUTH_NONCE |
static String |
PARAM_OAUTH_SIGNATURE |
static String |
PARAM_OAUTH_SIGNATURE_METHOD |
static String |
PARAM_OAUTH_TIMESTAMP |
static String |
PARAM_OAUTH_TOKEN |
static String |
PARAM_OAUTH_TOKEN_VERIFIER |
static String |
PARAM_OAUTH_VERSION |
static String |
PARAM_REALM |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getAllOAuthParams() |
static Set<String> |
getOAuthParams() |
static boolean |
isOAuthParam(String param) |
public static final String PARAM_OAUTH_CONSUMER_KEY
public static final String PARAM_OAUTH_TOKEN
public static final String PARAM_OAUTH_SIGNATURE
public static final String PARAM_OAUTH_SIGNATURE_METHOD
public static final String PARAM_OAUTH_NONCE
public static final String PARAM_OAUTH_TIMESTAMP
public static final String PARAM_OAUTH_VERSION
public static final String PARAM_REALM
public static final String PARAM_OAUTH_CALLBACK
public static final String PARAM_OAUTH_TOKEN_VERIFIER
public static final String OAUTH_VERSION_STRING
Copyright © 2013. All rights reserved.