Package org.apache.oltu.oauth2.common
Class OAuth
- java.lang.Object
-
- org.apache.oltu.oauth2.common.OAuth
-
public final class OAuth extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOAuth.ContentTypestatic classOAuth.HeaderTypestatic classOAuth.HttpMethodstatic classOAuth.WWWAuthHeader
-
Field Summary
Fields Modifier and Type Field Description static StringASSERTIONstatic ParameterStyleDEFAULT_PARAMETER_STYLEstatic TokenTypeDEFAULT_TOKEN_TYPEstatic StringOAUTH_ACCESS_TOKENstatic StringOAUTH_ASSERTIONstatic StringOAUTH_ASSERTION_TYPEstatic StringOAUTH_BEARER_TOKENstatic StringOAUTH_CLIENT_IDstatic StringOAUTH_CLIENT_SECRETstatic StringOAUTH_CODEstatic StringOAUTH_EXPIRES_INstatic StringOAUTH_GRANT_TYPEstatic StringOAUTH_HEADER_NAMEstatic StringOAUTH_PASSWORDstatic StringOAUTH_REDIRECT_URIstatic StringOAUTH_REFRESH_TOKENstatic StringOAUTH_RESPONSE_TYPEstatic StringOAUTH_SCOPEstatic StringOAUTH_STATEstatic StringOAUTH_TOKENstatic StringOAUTH_TOKEN_DRAFT_0static StringOAUTH_TOKEN_TYPEstatic StringOAUTH_USERNAMEstatic StringOAUTH_VERSION_DIFFER
-
Constructor Summary
Constructors Constructor Description OAuth()
-
-
-
Field Detail
-
OAUTH_RESPONSE_TYPE
public static final String OAUTH_RESPONSE_TYPE
- See Also:
- Constant Field Values
-
OAUTH_CLIENT_ID
public static final String OAUTH_CLIENT_ID
- See Also:
- Constant Field Values
-
OAUTH_CLIENT_SECRET
public static final String OAUTH_CLIENT_SECRET
- See Also:
- Constant Field Values
-
OAUTH_REDIRECT_URI
public static final String OAUTH_REDIRECT_URI
- See Also:
- Constant Field Values
-
OAUTH_USERNAME
public static final String OAUTH_USERNAME
- See Also:
- Constant Field Values
-
OAUTH_PASSWORD
public static final String OAUTH_PASSWORD
- See Also:
- Constant Field Values
-
OAUTH_ASSERTION_TYPE
public static final String OAUTH_ASSERTION_TYPE
- See Also:
- Constant Field Values
-
OAUTH_ASSERTION
public static final String OAUTH_ASSERTION
- See Also:
- Constant Field Values
-
OAUTH_SCOPE
public static final String OAUTH_SCOPE
- See Also:
- Constant Field Values
-
OAUTH_STATE
public static final String OAUTH_STATE
- See Also:
- Constant Field Values
-
OAUTH_GRANT_TYPE
public static final String OAUTH_GRANT_TYPE
- See Also:
- Constant Field Values
-
OAUTH_HEADER_NAME
public static final String OAUTH_HEADER_NAME
- See Also:
- Constant Field Values
-
OAUTH_CODE
public static final String OAUTH_CODE
- See Also:
- Constant Field Values
-
OAUTH_ACCESS_TOKEN
public static final String OAUTH_ACCESS_TOKEN
- See Also:
- Constant Field Values
-
OAUTH_EXPIRES_IN
public static final String OAUTH_EXPIRES_IN
- See Also:
- Constant Field Values
-
OAUTH_REFRESH_TOKEN
public static final String OAUTH_REFRESH_TOKEN
- See Also:
- Constant Field Values
-
OAUTH_TOKEN_TYPE
public static final String OAUTH_TOKEN_TYPE
- See Also:
- Constant Field Values
-
OAUTH_TOKEN
public static final String OAUTH_TOKEN
- See Also:
- Constant Field Values
-
OAUTH_TOKEN_DRAFT_0
public static final String OAUTH_TOKEN_DRAFT_0
- See Also:
- Constant Field Values
-
OAUTH_BEARER_TOKEN
public static final String OAUTH_BEARER_TOKEN
- See Also:
- Constant Field Values
-
DEFAULT_PARAMETER_STYLE
public static final ParameterStyle DEFAULT_PARAMETER_STYLE
-
DEFAULT_TOKEN_TYPE
public static final TokenType DEFAULT_TOKEN_TYPE
-
OAUTH_VERSION_DIFFER
public static final String OAUTH_VERSION_DIFFER
- See Also:
- Constant Field Values
-
ASSERTION
public static final String ASSERTION
- See Also:
- Constant Field Values
-
-