Class OAuthConstants
- java.lang.Object
-
- org.wso2.carbon.identity.oauth.mediator.OAuthConstants
-
public final class OAuthConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_TOKEN
static String
ASSOCIATION_OAUTH_CONSUMER_TOKEN
static String
BEARER
static String
BEARER_TOKEN_TYPE
static String
OAUTH_CALLBACK
static String
OAUTH_CALLBACK_CONFIRMED
static String
OAUTH_CONSUMER_KEY
static String
OAUTH_DISPLAY_NAME
static String
OAUTH_NONCE
static String
OAUTH_SIGNATURE
static String
OAUTH_SIGNATURE_METHOD
static String
OAUTH_TIMESTAMP
static String
OAUTH_TOKEN
static String
OAUTH_TOKEN_SECRET
static String
OAUTH_VERIFIER
static String
OAUTH_VERSION
static String
OAUTH2_SCOPE_VALIDATION_ENABLED
static String
OAUTHORIZED_USER
static String
SCOPE
-
Constructor Summary
Constructors Constructor Description OAuthConstants()
-
-
-
Field Detail
-
OAUTH_VERSION
public static final String OAUTH_VERSION
- See Also:
- Constant Field Values
-
OAUTH_NONCE
public static final String OAUTH_NONCE
- See Also:
- Constant Field Values
-
OAUTH_TIMESTAMP
public static final String OAUTH_TIMESTAMP
- See Also:
- Constant Field Values
-
OAUTH_CONSUMER_KEY
public static final String OAUTH_CONSUMER_KEY
- See Also:
- Constant Field Values
-
OAUTH_CALLBACK
public static final String OAUTH_CALLBACK
- See Also:
- Constant Field Values
-
OAUTH_SIGNATURE_METHOD
public static final String OAUTH_SIGNATURE_METHOD
- See Also:
- Constant Field Values
-
OAUTH_SIGNATURE
public static final String OAUTH_SIGNATURE
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
OAUTH_DISPLAY_NAME
public static final String OAUTH_DISPLAY_NAME
- See Also:
- Constant Field Values
-
OAUTH_TOKEN
public static final String OAUTH_TOKEN
- See Also:
- Constant Field Values
-
OAUTH_TOKEN_SECRET
public static final String OAUTH_TOKEN_SECRET
- See Also:
- Constant Field Values
-
OAUTH_CALLBACK_CONFIRMED
public static final String OAUTH_CALLBACK_CONFIRMED
- See Also:
- Constant Field Values
-
OAUTH_VERIFIER
public static final String OAUTH_VERIFIER
- See Also:
- Constant Field Values
-
ASSOCIATION_OAUTH_CONSUMER_TOKEN
public static final String ASSOCIATION_OAUTH_CONSUMER_TOKEN
- See Also:
- Constant Field Values
-
OAUTHORIZED_USER
public static final String OAUTHORIZED_USER
- See Also:
- Constant Field Values
-
BEARER
public static final String BEARER
- See Also:
- Constant Field Values
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
BEARER_TOKEN_TYPE
public static final String BEARER_TOKEN_TYPE
- See Also:
- Constant Field Values
-
OAUTH2_SCOPE_VALIDATION_ENABLED
public static final String OAUTH2_SCOPE_VALIDATION_ENABLED
- See Also:
- Constant Field Values
-
-