com.dyuproject.oauth
Class Constants

java.lang.Object
  extended by com.dyuproject.oauth.Constants

public final class Constants
extends Object

OAuth constants

Author:
David Yu
Date created:
May 29, 2009

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

ENCODING

public static final String ENCODING
"UTF-8"

See Also:
Constant Field Values

OAUTH_CONSUMER_KEY

public static final String OAUTH_CONSUMER_KEY
"oauth_consumer_key"

See Also:
Constant Field Values

OAUTH_SIGNATURE_METHOD

public static final String OAUTH_SIGNATURE_METHOD
"oauth_signature_method"

See Also:
Constant Field Values

OAUTH_SIGNATURE

public static final String OAUTH_SIGNATURE
oauth_signature

See Also:
Constant Field Values

OAUTH_TIMESTAMP

public static final String OAUTH_TIMESTAMP
"oauth_timestamp"

See Also:
Constant Field Values

OAUTH_NONCE

public static final String OAUTH_NONCE
"oauth_nonce"

See Also:
Constant Field Values

OAUTH_VERSION

public static final String OAUTH_VERSION
"oauth_version"

See Also:
Constant Field Values

OAUTH_TOKEN

public static final String OAUTH_TOKEN
"oauth_token"

See Also:
Constant Field Values

OAUTH_TOKEN_SECRET

public static final String OAUTH_TOKEN_SECRET
"oauth_token_secret"

See Also:
Constant Field Values

OAUTH_CALLBACK

public static final String OAUTH_CALLBACK
"oauth_callback"

See Also:
Constant Field Values

OAUTH_CALLBACK_CONFIRMED

public static final String OAUTH_CALLBACK_CONFIRMED
"oauth_callback_confirmed"

See Also:
Constant Field Values

OAUTH_PROBLEM

public static final String OAUTH_PROBLEM
"oauth_problem"

See Also:
Constant Field Values

OAUTH_VERIFIER

public static final String OAUTH_VERIFIER
"oauth_verifier"

See Also:
Constant Field Values

PREFIX

public static final String PREFIX
"oauth_"

See Also:
Constant Field Values

CURRENT_VERSION

public static final String CURRENT_VERSION
"1.0"

See Also:
Constant Field Values

OOB

public static final String OOB
"oob"

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2008-2013. All Rights Reserved.