org.brickred.socialauth.util
Interface Constants

All Known Implementing Classes:
OAuthConsumer

public interface Constants

OAuth constants


Field Summary
static String ACCESS_TOKEN_PARAMETER_NAME
          access token parameter name
static String CONTENT_ENCODING_HEADER
          Content Encoding Header
static String CURRENT_VERSION
          "1.0"
static String ENCODING
          UTF-8
static String EXPIRES
          token expires string
static String FACEBOOK
          facebook
static String FOURSQUARE
          foursquare
static String GOOGLE
          google
static String GZIP_CONTENT_ENCODING
          GZip Content Encoding
static String HMACSHA1_SIGNATURE
          HMAC-SHA1
static String HOTMAIL
          hotmail
static String HTTP_CONNECTION_TIMEOUT
          HTTP connection timeout property
static String LINKEDIN
          linkedin
static String MENDELEY
          mendeley
static String MYSPACE
          myspace
static String OAUTH_ACCESS_TOKEN_URL
          access token url
static String OAUTH_AUTHORIZATION_URL
          authorization 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 OPENID
          openid
static String PREFIX
          "oauth_"
static String PROXY_HOST
          Proxy host property name
static String PROXY_PORT
          Proxy port property name
static String RUNKEEPER
          runkeeper
static String SALESFORCE
          salesforce
static String TWITTER
          twitter
static String YAHOO
          yahoo
static String YAMMER
          yammer
 

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_AUTHORIZATION_URL

static final String OAUTH_AUTHORIZATION_URL
authorization 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

EXPIRES

static final String EXPIRES
token expires string

See Also:
Constant Field Values

OPENID

static final String OPENID
openid

See Also:
Constant Field Values

FACEBOOK

static final String FACEBOOK
facebook

See Also:
Constant Field Values

FOURSQUARE

static final String FOURSQUARE
foursquare

See Also:
Constant Field Values

GOOGLE

static final String GOOGLE
google

See Also:
Constant Field Values

HOTMAIL

static final String HOTMAIL
hotmail

See Also:
Constant Field Values

LINKEDIN

static final String LINKEDIN
linkedin

See Also:
Constant Field Values

MYSPACE

static final String MYSPACE
myspace

See Also:
Constant Field Values

TWITTER

static final String TWITTER
twitter

See Also:
Constant Field Values

YAHOO

static final String YAHOO
yahoo

See Also:
Constant Field Values

SALESFORCE

static final String SALESFORCE
salesforce

See Also:
Constant Field Values

YAMMER

static final String YAMMER
yammer

See Also:
Constant Field Values

MENDELEY

static final String MENDELEY
mendeley

See Also:
Constant Field Values

RUNKEEPER

static final String RUNKEEPER
runkeeper

See Also:
Constant Field Values

ACCESS_TOKEN_PARAMETER_NAME

static final String ACCESS_TOKEN_PARAMETER_NAME
access token parameter name

See Also:
Constant Field Values

PROXY_HOST

static final String PROXY_HOST
Proxy host property name

See Also:
Constant Field Values

PROXY_PORT

static final String PROXY_PORT
Proxy port property name

See Also:
Constant Field Values

HTTP_CONNECTION_TIMEOUT

static final String HTTP_CONNECTION_TIMEOUT
HTTP connection timeout property

See Also:
Constant Field Values

CONTENT_ENCODING_HEADER

static final String CONTENT_ENCODING_HEADER
Content Encoding Header

See Also:
Constant Field Values

GZIP_CONTENT_ENCODING

static final String GZIP_CONTENT_ENCODING
GZip Content Encoding

See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.