org.brickred.socialauth.util
Interface Constants

All Known Implementing Classes:
OAuthConsumer

public interface Constants

OAuth constants


Field Summary
static String CURRENT_VERSION
          "1.0"
static String ENCODING
          "UTF-8"
static String HMACSHA1_SIGNATURE
          HMAC-SHA1
static String OAUTH_ACCESS_TOKEN_URL
          access token url
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_REQUEST_TOKEN_URL
          request token url
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_"
 

Field Detail

ENCODING

static final String ENCODING
"UTF-8"

See Also:
Constant Field Values

OAUTH_CONSUMER_KEY

static final String OAUTH_CONSUMER_KEY
"oauth_consumer_key"

See Also:
Constant Field Values

OAUTH_SIGNATURE_METHOD

static final String OAUTH_SIGNATURE_METHOD
"oauth_signature_method"

See Also:
Constant Field Values

OAUTH_SIGNATURE

static final String OAUTH_SIGNATURE
oauth_signature

See Also:
Constant Field Values

OAUTH_TIMESTAMP

static final String OAUTH_TIMESTAMP
"oauth_timestamp"

See Also:
Constant Field Values

OAUTH_NONCE

static final String OAUTH_NONCE
"oauth_nonce"

See Also:
Constant Field Values

OAUTH_VERSION

static final String OAUTH_VERSION
"oauth_version"

See Also:
Constant Field Values

OAUTH_TOKEN

static final String OAUTH_TOKEN
"oauth_token"

See Also:
Constant Field Values

OAUTH_TOKEN_SECRET

static final String OAUTH_TOKEN_SECRET
"oauth_token_secret"

See Also:
Constant Field Values

OAUTH_CALLBACK

static final String OAUTH_CALLBACK
"oauth_callback"

See Also:
Constant Field Values

OAUTH_CALLBACK_CONFIRMED

static final String OAUTH_CALLBACK_CONFIRMED
"oauth_callback_confirmed"

See Also:
Constant Field Values

OAUTH_PROBLEM

static final String OAUTH_PROBLEM
"oauth_problem"

See Also:
Constant Field Values

OAUTH_VERIFIER

static final String OAUTH_VERIFIER
"oauth_verifier"

See Also:
Constant Field Values

PREFIX

static final String PREFIX
"oauth_"

See Also:
Constant Field Values

CURRENT_VERSION

static final String CURRENT_VERSION
"1.0"

See Also:
Constant Field Values

OOB

static final String OOB
"oob"

See Also:
Constant Field Values

HMACSHA1_SIGNATURE

static final String HMACSHA1_SIGNATURE
HMAC-SHA1

See Also:
Constant Field Values

OAUTH_REQUEST_TOKEN_URL

static final String OAUTH_REQUEST_TOKEN_URL
request token url

See Also:
Constant Field Values

OAUTH_ACCESS_TOKEN_URL

static final String OAUTH_ACCESS_TOKEN_URL
access token url

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.