Class OAuthConstants
- java.lang.Object
-
- org.apache.cxf.rs.security.oauth2.utils.OAuthConstants
-
public final class OAuthConstants extends Object
Miscellaneous constants
-
-
Field Summary
-
-
-
Field Detail
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
CLIENT_AUDIENCE
public static final String CLIENT_AUDIENCE
- See Also:
- Constant Field Values
-
RESOURCE_INDICATOR
public static final String RESOURCE_INDICATOR
- See Also:
- Constant Field Values
-
NONCE
public static final String NONCE
- See Also:
- Constant Field Values
-
REDIRECT_URI
public static final String REDIRECT_URI
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_TYPE
public static final String ACCESS_TOKEN_TYPE
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_EXPIRES_IN
public static final String ACCESS_TOKEN_EXPIRES_IN
- See Also:
- Constant Field Values
-
GRANT_TYPE
public static final String GRANT_TYPE
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
public static final String RESPONSE_TYPE
- See Also:
- Constant Field Values
-
TOKEN_RESPONSE_TYPE
public static final String TOKEN_RESPONSE_TYPE
- See Also:
- Constant Field Values
-
REFRESH_TOKEN
public static final String REFRESH_TOKEN
- See Also:
- Constant Field Values
-
RESPONSE_MODE
public static final String RESPONSE_MODE
- See Also:
- Constant Field Values
-
FORM_RESPONSE_MODE
public static final String FORM_RESPONSE_MODE
- See Also:
- Constant Field Values
-
TOKEN_REQUEST_PARAMS
public static final String TOKEN_REQUEST_PARAMS
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_ISSUED_AT
public static final String ACCESS_TOKEN_ISSUED_AT
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_GRANT
public static final String AUTHORIZATION_CODE_GRANT
- See Also:
- Constant Field Values
-
CLIENT_CREDENTIALS_GRANT
public static final String CLIENT_CREDENTIALS_GRANT
- See Also:
- Constant Field Values
-
IMPLICIT_GRANT
public static final String IMPLICIT_GRANT
- See Also:
- Constant Field Values
-
RESOURCE_OWNER_GRANT
public static final String RESOURCE_OWNER_GRANT
- See Also:
- Constant Field Values
-
REFRESH_TOKEN_GRANT
public static final String REFRESH_TOKEN_GRANT
- See Also:
- Constant Field Values
-
IMPLICIT_CONFIDENTIAL_GRANT
public static final String IMPLICIT_CONFIDENTIAL_GRANT
- See Also:
- Constant Field Values
-
DIRECT_TOKEN_GRANT
public static final String DIRECT_TOKEN_GRANT
- See Also:
- Constant Field Values
-
BEARER_TOKEN_TYPE
public static final String BEARER_TOKEN_TYPE
- See Also:
- Constant Field Values
-
HAWK_TOKEN_TYPE
public static final String HAWK_TOKEN_TYPE
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_VERIFIER
public static final String AUTHORIZATION_CODE_VERIFIER
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_CHALLENGE
public static final String AUTHORIZATION_CODE_CHALLENGE
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_CHALLENGE_METHOD
public static final String AUTHORIZATION_CODE_CHALLENGE_METHOD
- See Also:
- Constant Field Values
-
REFRESH_TOKEN_TYPE
public static final String REFRESH_TOKEN_TYPE
- See Also:
- Constant Field Values
-
HAWK_TOKEN_KEY
public static final String HAWK_TOKEN_KEY
- See Also:
- Constant Field Values
-
HAWK_TOKEN_ALGORITHM
public static final String HAWK_TOKEN_ALGORITHM
- See Also:
- Constant Field Values
-
HAWK_TOKEN_ID
public static final String HAWK_TOKEN_ID
- See Also:
- Constant Field Values
-
HAWK_TOKEN_TIMESTAMP
public static final String HAWK_TOKEN_TIMESTAMP
- See Also:
- Constant Field Values
-
HAWK_TOKEN_EXTENSION
public static final String HAWK_TOKEN_EXTENSION
- See Also:
- Constant Field Values
-
HAWK_TOKEN_NONCE
public static final String HAWK_TOKEN_NONCE
- See Also:
- Constant Field Values
-
HAWK_TOKEN_SIGNATURE
public static final String HAWK_TOKEN_SIGNATURE
- See Also:
- Constant Field Values
-
HMAC_ALGO_SHA_1
public static final String HMAC_ALGO_SHA_1
- See Also:
- Constant Field Values
-
HMAC_ALGO_SHA_256
public static final String HMAC_ALGO_SHA_256
- See Also:
- Constant Field Values
-
BEARER_AUTHORIZATION_SCHEME
public static final String BEARER_AUTHORIZATION_SCHEME
- See Also:
- Constant Field Values
-
HAWK_AUTHORIZATION_SCHEME
public static final String HAWK_AUTHORIZATION_SCHEME
- See Also:
- Constant Field Values
-
ALL_AUTH_SCHEMES
public static final String ALL_AUTH_SCHEMES
- See Also:
- Constant Field Values
-
BASIC_SCHEME
public static final String BASIC_SCHEME
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_VALUE
public static final String AUTHORIZATION_CODE_VALUE
- See Also:
- Constant Field Values
-
CODE_RESPONSE_TYPE
public static final String CODE_RESPONSE_TYPE
- See Also:
- Constant Field Values
-
SESSION_AUTHENTICITY_TOKEN
public static final String SESSION_AUTHENTICITY_TOKEN
- See Also:
- Constant Field Values
-
SESSION_AUTHENTICITY_TOKEN_PARAM_NAME
public static final String SESSION_AUTHENTICITY_TOKEN_PARAM_NAME
- See Also:
- Constant Field Values
-
AUTHORIZATION_DECISION_KEY
public static final String AUTHORIZATION_DECISION_KEY
- See Also:
- Constant Field Values
-
AUTHORIZATION_DECISION_ALLOW
public static final String AUTHORIZATION_DECISION_ALLOW
- See Also:
- Constant Field Values
-
AUTHORIZATION_DECISION_DENY
public static final String AUTHORIZATION_DECISION_DENY
- See Also:
- Constant Field Values
-
RESOURCE_OWNER_NAME
public static final String RESOURCE_OWNER_NAME
- See Also:
- Constant Field Values
-
RESOURCE_OWNER_PASSWORD
public static final String RESOURCE_OWNER_PASSWORD
- See Also:
- Constant Field Values
-
ERROR_KEY
public static final String ERROR_KEY
- See Also:
- Constant Field Values
-
ERROR_DESCRIPTION_KEY
public static final String ERROR_DESCRIPTION_KEY
- See Also:
- Constant Field Values
-
ERROR_URI_KEY
public static final String ERROR_URI_KEY
- See Also:
- Constant Field Values
-
SERVER_ERROR
public static final String SERVER_ERROR
- See Also:
- Constant Field Values
-
INVALID_REQUEST
public static final String INVALID_REQUEST
- See Also:
- Constant Field Values
-
INVALID_GRANT
public static final String INVALID_GRANT
- See Also:
- Constant Field Values
-
UNSUPPORTED_GRANT_TYPE
public static final String UNSUPPORTED_GRANT_TYPE
- See Also:
- Constant Field Values
-
UNSUPPORTED_RESPONSE_TYPE
public static final String UNSUPPORTED_RESPONSE_TYPE
- See Also:
- Constant Field Values
-
UNAUTHORIZED_CLIENT
public static final String UNAUTHORIZED_CLIENT
- See Also:
- Constant Field Values
-
INVALID_CLIENT
public static final String INVALID_CLIENT
- See Also:
- Constant Field Values
-
INVALID_SCOPE
public static final String INVALID_SCOPE
- See Also:
- Constant Field Values
-
ACCESS_DENIED
public static final String ACCESS_DENIED
- See Also:
- Constant Field Values
-
TOKEN_ID
public static final String TOKEN_ID
- See Also:
- Constant Field Values
-
TOKEN_TYPE_HINT
public static final String TOKEN_TYPE_HINT
- See Also:
- Constant Field Values
-
UNSUPPORTED_TOKEN_TYPE
public static final String UNSUPPORTED_TOKEN_TYPE
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_NONE
public static final String TOKEN_ENDPOINT_AUTH_NONE
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_BASIC
public static final String TOKEN_ENDPOINT_AUTH_BASIC
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_POST
public static final String TOKEN_ENDPOINT_AUTH_POST
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_TLS
public static final String TOKEN_ENDPOINT_AUTH_TLS
- See Also:
- Constant Field Values
-
TLS_CLIENT_AUTH_SUBJECT_DN
public static final String TLS_CLIENT_AUTH_SUBJECT_DN
- See Also:
- Constant Field Values
-
TLS_CLIENT_AUTH_ISSUER_DN
public static final String TLS_CLIENT_AUTH_ISSUER_DN
- See Also:
- Constant Field Values
-
AUTHORIZATION_SCHEME_TYPE
public static final String AUTHORIZATION_SCHEME_TYPE
- See Also:
- Constant Field Values
-
AUTHORIZATION_SCHEME_DATA
public static final String AUTHORIZATION_SCHEME_DATA
- See Also:
- Constant Field Values
-
REFRESH_TOKEN_SCOPE
public static final String REFRESH_TOKEN_SCOPE
- See Also:
- Constant Field Values
-
CLIENT_SECRET_SIGNATURE_ALGORITHM
public static final String CLIENT_SECRET_SIGNATURE_ALGORITHM
- See Also:
- Constant Field Values
-
CLIENT_SECRET_CONTENT_ENCRYPTION_ALGORITHM
public static final String CLIENT_SECRET_CONTENT_ENCRYPTION_ALGORITHM
- See Also:
- Constant Field Values
-
-