Interface OA2Constants
-
- All Known Subinterfaces:
RFC8693Constants
- All Known Implementing Classes:
AGServer2
public interface OA2Constants
Constants that are used as e.g. parameters in client requestsCreated by Jeff Gaynor
on 9/24/13 at 1:17 PM
-
-
Field Summary
-
-
-
Field Detail
-
ACCESS_TOKEN
static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
ACCESS_TYPE
static final String ACCESS_TYPE
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE
static final String AUTHORIZATION_CODE
This is used for the code=grant token when getting the access token. It looks likeRESPONSE_TYPE_CODE
(same value). Use the right one in case something chages in the spec!- See Also:
- Constant Field Values
-
REFRESH_LIFETIME
static final String REFRESH_LIFETIME
- See Also:
- Constant Field Values
-
MAX_REFRESH_LIFETIME
static final String MAX_REFRESH_LIFETIME
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_LIFETIME
static final String ACCESS_TOKEN_LIFETIME
- See Also:
- Constant Field Values
-
MAX_ACCESS_TOKEN_LIFETIME
static final String MAX_ACCESS_TOKEN_LIFETIME
- See Also:
- Constant Field Values
-
STRICT_SCOPES
static final String STRICT_SCOPES
- See Also:
- Constant Field Values
-
DESCRIPTION
static final String DESCRIPTION
- See Also:
- Constant Field Values
-
SKIP_SERVER_SCRIPTS
static final String SKIP_SERVER_SCRIPTS
- See Also:
- Constant Field Values
-
CERT_LIFETIME
static final String CERT_LIFETIME
- See Also:
- Constant Field Values
-
CERT_REQ
static final String CERT_REQ
- See Also:
- Constant Field Values
-
CLIENT_ID
static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
DISPLAY
static final String DISPLAY
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- See Also:
- Constant Field Values
-
ERROR_DESCRIPTION
static final String ERROR_DESCRIPTION
- See Also:
- Constant Field Values
-
ERROR_URI
static final String ERROR_URI
- See Also:
- Constant Field Values
-
EXPIRES_IN
static final String EXPIRES_IN
- See Also:
- Constant Field Values
-
GRANT_TYPE
static final String GRANT_TYPE
Used as the parameter for the grant type, e.g. grant_type="authorization_code"- See Also:
- Constant Field Values
-
GRANT_TYPE_AUTHORIZATION_CODE
static final String GRANT_TYPE_AUTHORIZATION_CODE
Use with authorization code grant- See Also:
- Constant Field Values
-
GRANT_TYPE_REFRESH_TOKEN
static final String GRANT_TYPE_REFRESH_TOKEN
Use with authorization code grant- See Also:
- Constant Field Values
-
GRANT_TYPE_IMPLICIT
static final String GRANT_TYPE_IMPLICIT
Use for implicit flow.- See Also:
- Constant Field Values
-
GRANT_TYPE_DEVICE_FLOW
static final String GRANT_TYPE_DEVICE_FLOW
- See Also:
- Constant Field Values
-
GRANT_TYPE_TOKEN_INFO
static final String GRANT_TYPE_TOKEN_INFO
- See Also:
- Constant Field Values
-
NONCE
static final String NONCE
- See Also:
- Constant Field Values
-
PROMPT
static final String PROMPT
- See Also:
- Constant Field Values
-
MAX_AGE
static final String MAX_AGE
- See Also:
- Constant Field Values
-
AUTH_GRANT_TOKEN_LIFETIME
static final String AUTH_GRANT_TOKEN_LIFETIME
- See Also:
- Constant Field Values
-
ID_TOKEN_HINT
static final String ID_TOKEN_HINT
- See Also:
- Constant Field Values
-
ID_TOKEN
static final String ID_TOKEN
- See Also:
- Constant Field Values
-
ID_TOKEN_LIFETIME
static final String ID_TOKEN_LIFETIME
- See Also:
- Constant Field Values
-
MAX_ID_TOKEN_LIFETIME
static final String MAX_ID_TOKEN_LIFETIME
- See Also:
- Constant Field Values
-
ID_TOKEN_IDENTIFIER
static final String ID_TOKEN_IDENTIFIER
- See Also:
- Constant Field Values
-
EA_SUPPORT
static final String EA_SUPPORT
- See Also:
- Constant Field Values
-
REQUEST
static final String REQUEST
- See Also:
- Constant Field Values
-
REQUEST_URI
static final String REQUEST_URI
- See Also:
- Constant Field Values
-
AUTHORIZATION_TIME
static final String AUTHORIZATION_TIME
- See Also:
- Constant Field Values
-
PROMPT_NONE
static final String PROMPT_NONE
- See Also:
- Constant Field Values
-
PROMPT_LOGIN
static final String PROMPT_LOGIN
- See Also:
- Constant Field Values
-
PROMPT_CONSENT
static final String PROMPT_CONSENT
- See Also:
- Constant Field Values
-
PROMPT_SELECT_ACCOUNT
static final String PROMPT_SELECT_ACCOUNT
- See Also:
- Constant Field Values
-
DISPLAY_PAGE
static final String DISPLAY_PAGE
- See Also:
- Constant Field Values
-
DISPLAY_POPUP
static final String DISPLAY_POPUP
- See Also:
- Constant Field Values
-
DISPLAY_TOUCH
static final String DISPLAY_TOUCH
- See Also:
- Constant Field Values
-
DISPLAY_WAP
static final String DISPLAY_WAP
- See Also:
- Constant Field Values
-
REDIRECT_URI
static final String REDIRECT_URI
- See Also:
- Constant Field Values
-
REFRESH_TOKEN
static final String REFRESH_TOKEN
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
static final String RESPONSE_TYPE
Used as the parameter to denote the response type, e.g. response_type="code"- See Also:
- Constant Field Values
-
RESPONSE_TYPE_CODE
static final String RESPONSE_TYPE_CODE
Used with authorization code grant- See Also:
- Constant Field Values
-
RESPONSE_TYPE_ID_TOKEN
static final String RESPONSE_TYPE_ID_TOKEN
Used with authorization code grant and implicit flow grant.- See Also:
- Constant Field Values
-
RESPONSE_TYPE_TOKEN
static final String RESPONSE_TYPE_TOKEN
Only used with implicit flow grant.- See Also:
- Constant Field Values
-
RESPONSE_TYPE_NONE
static final String RESPONSE_TYPE_NONE
Recently added- See Also:
- Constant Field Values
-
STATE
static final String STATE
- See Also:
- Constant Field Values
-
SCOPE
static final String SCOPE
- See Also:
- Constant Field Values
-
TOKEN_TYPE
static final String TOKEN_TYPE
- See Also:
- Constant Field Values
-
BEARER_TOKEN_TYPE
static final String BEARER_TOKEN_TYPE
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_VALUE
static final String AUTHORIZATION_CODE_VALUE
Deprecated.UseGRANT_TYPE_AUTHORIZATION_CODE
. Used to be only possible one but we have more now...- See Also:
- Constant Field Values
-
RESPONSE_MODE
static final String RESPONSE_MODE
as per the open id spec- See Also:
- Constant Field Values
-
RESPONSE_MODE_QUERY
static final String RESPONSE_MODE_QUERY
- See Also:
- Constant Field Values
-
RESPONSE_MODE_FRAGMENT
static final String RESPONSE_MODE_FRAGMENT
- See Also:
- Constant Field Values
-
RESPONSE_MODE_FORM_POST
static final String RESPONSE_MODE_FORM_POST
Supports form post.- See Also:
- Constant Field Values
-
FORM_ENCODING
static final String FORM_ENCODING
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_POST
static final String TOKEN_ENDPOINT_AUTH_POST
Token endpoint authorization methods are post and basic, as per OIDC spec.- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_BASIC
static final String TOKEN_ENDPOINT_AUTH_BASIC
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_PRIVATE_KEY
static final String TOKEN_ENDPOINT_AUTH_PRIVATE_KEY
- See Also:
- Constant Field Values
-
TOKEN_ENDPOINT_AUTH_NONE
static final String TOKEN_ENDPOINT_AUTH_NONE
- See Also:
- Constant Field Values
-
-