|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dyuproject.oauth.Constants
public final class Constants
OAuth constants
Field Summary | |
---|---|
static String |
CURRENT_VERSION
"1.0" |
static String |
ENCODING
"UTF-8" |
static String |
OAUTH_CALLBACK
"oauth_callback" |
static String |
OAUTH_CALLBACK_CONFIRMED
"oauth_callback_confirmed" |
static String |
OAUTH_CONSUMER_KEY
"oauth_consumer_key" |
static String |
OAUTH_NONCE
"oauth_nonce" |
static String |
OAUTH_PROBLEM
"oauth_problem" |
static String |
OAUTH_SIGNATURE
oauth_signature |
static String |
OAUTH_SIGNATURE_METHOD
"oauth_signature_method" |
static String |
OAUTH_TIMESTAMP
"oauth_timestamp" |
static String |
OAUTH_TOKEN
"oauth_token" |
static String |
OAUTH_TOKEN_SECRET
"oauth_token_secret" |
static String |
OAUTH_VERIFIER
"oauth_verifier" |
static String |
OAUTH_VERSION
"oauth_version" |
static String |
OOB
"oob" |
static String |
PREFIX
"oauth_" |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ENCODING
public static final String OAUTH_CONSUMER_KEY
public static final String OAUTH_SIGNATURE_METHOD
public static final String OAUTH_SIGNATURE
public static final String OAUTH_TIMESTAMP
public static final String OAUTH_NONCE
public static final String OAUTH_VERSION
public static final String OAUTH_TOKEN
public static final String OAUTH_TOKEN_SECRET
public static final String OAUTH_CALLBACK
public static final String OAUTH_CALLBACK_CONFIRMED
public static final String OAUTH_PROBLEM
public static final String OAUTH_VERIFIER
public static final String PREFIX
public static final String CURRENT_VERSION
public static final String OOB
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |