Package io.asgardeo.java.oidc.sdk
Class SSOAgentConstants
- java.lang.Object
-
- io.asgardeo.java.oidc.sdk.SSOAgentConstants
-
public class SSOAgentConstants extends Object
This class holds the constants used in the module, io.asgardeo.java.oidc.sdk.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSSOAgentConstants.ErrorMessages
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SSOAgentConstants()
-
-
-
Field Detail
-
CONFIG_BEAN_NAME
public static final String CONFIG_BEAN_NAME
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
ID_TOKEN
public static final String ID_TOKEN
- See Also:
- Constant Field Values
-
SESSION_STATE
public static final String SESSION_STATE
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
REQUEST_CONTEXT
public static final String REQUEST_CONTEXT
- See Also:
- Constant Field Values
-
SESSION_CONTEXT
public static final String SESSION_CONTEXT
- See Also:
- Constant Field Values
-
DEFAULT_CONTEXT_ROOT
public static final String DEFAULT_CONTEXT_ROOT
- See Also:
- Constant Field Values
-
IS_LOGOUT
public static final String IS_LOGOUT
- See Also:
- Constant Field Values
-
KEYSTORE_NAME
public static final String KEYSTORE_NAME
- See Also:
- Constant Field Values
-
KEYSTORE_PASSWORD
public static final String KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
-
CONSUMER_KEY
public static final String CONSUMER_KEY
- See Also:
- Constant Field Values
-
CONSUMER_SECRET
public static final String CONSUMER_SECRET
- See Also:
- Constant Field Values
-
CALL_BACK_URL
public static final String CALL_BACK_URL
- See Also:
- Constant Field Values
-
SKIP_URIS
public static final String SKIP_URIS
- See Also:
- Constant Field Values
-
REDIRECT_URI_KEY
public static final String REDIRECT_URI_KEY
- See Also:
- Constant Field Values
-
INDEX_PAGE
public static final String INDEX_PAGE
- See Also:
- Constant Field Values
-
ERROR_PAGE
public static final String ERROR_PAGE
- See Also:
- Constant Field Values
-
HOME_PAGE
public static final String HOME_PAGE
- See Also:
- Constant Field Values
-
LOGOUT_URL
public static final String LOGOUT_URL
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
OAUTH2_GRANT_TYPE
public static final String OAUTH2_GRANT_TYPE
- See Also:
- Constant Field Values
-
OAUTH2_AUTHZ_ENDPOINT
public static final String OAUTH2_AUTHZ_ENDPOINT
- See Also:
- Constant Field Values
-
OIDC_LOGOUT_ENDPOINT
public static final String OIDC_LOGOUT_ENDPOINT
- See Also:
- Constant Field Values
-
OIDC_SESSION_IFRAME_ENDPOINT
public static final String OIDC_SESSION_IFRAME_ENDPOINT
- See Also:
- Constant Field Values
-
OIDC_TOKEN_ENDPOINT
public static final String OIDC_TOKEN_ENDPOINT
- See Also:
- Constant Field Values
-
OIDC_ISSUER
public static final String OIDC_ISSUER
- See Also:
- Constant Field Values
-
OIDC_JWKS_ENDPOINT
public static final String OIDC_JWKS_ENDPOINT
- See Also:
- Constant Field Values
-
POST_LOGOUT_REDIRECTION_URI
public static final String POST_LOGOUT_REDIRECTION_URI
- See Also:
- Constant Field Values
-
AUTHENTICATED
public static final String AUTHENTICATED
- See Also:
- Constant Field Values
-
OIDC_OPENID
public static final String OIDC_OPENID
- See Also:
- Constant Field Values
-
AZP
public static final String AZP
- See Also:
- Constant Field Values
-
TRUSTED_AUDIENCE
public static final String TRUSTED_AUDIENCE
- See Also:
- Constant Field Values
-
ID_TOKEN_SIGN_ALG
public static final String ID_TOKEN_SIGN_ALG
- See Also:
- Constant Field Values
-
NONCE
public static final String NONCE
- See Also:
- Constant Field Values
-
AGENT_EXCEPTION
public static final String AGENT_EXCEPTION
- See Also:
- Constant Field Values
-
HTTP_CONNECT_TIMEOUT
public static final String HTTP_CONNECT_TIMEOUT
- See Also:
- Constant Field Values
-
HTTP_READ_TIMEOUT
public static final String HTTP_READ_TIMEOUT
- See Also:
- Constant Field Values
-
HTTP_SIZE_LIMIT
public static final String HTTP_SIZE_LIMIT
- See Also:
- Constant Field Values
-
STATE_PARAM
public static final String STATE_PARAM
- See Also:
- Constant Field Values
-
ADDITIONAL_PARAMS_FOR_AUTHZ_EP
public static final String ADDITIONAL_PARAMS_FOR_AUTHZ_EP
- See Also:
- Constant Field Values
-
ERROR_DESCRIPTION
public static final String ERROR_DESCRIPTION
- See Also:
- Constant Field Values
-
REFERER
public static final String REFERER
- See Also:
- Constant Field Values
-
APP_PROPERTY_FILE_PARAMETER_NAME
public static final String APP_PROPERTY_FILE_PARAMETER_NAME
- See Also:
- Constant Field Values
-
JKS_PROPERTY_FILE_PARAMETER_NAME
public static final String JKS_PROPERTY_FILE_PARAMETER_NAME
- See Also:
- Constant Field Values
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
TOKEN
public static final String TOKEN
- See Also:
- Constant Field Values
-
DEFAULT_HTTP_CONNECT_TIMEOUT
public static final int DEFAULT_HTTP_CONNECT_TIMEOUT
The default HTTP connect timeout in milliseconds. Set to 2000 milliseconds.- See Also:
- Constant Field Values
-
DEFAULT_HTTP_READ_TIMEOUT
public static final int DEFAULT_HTTP_READ_TIMEOUT
The default HTTP read timeout in milliseconds. Set to 2000 milliseconds.- See Also:
- Constant Field Values
-
DEFAULT_HTTP_SIZE_LIMIT
public static final int DEFAULT_HTTP_SIZE_LIMIT
The default HTTP entity size limit in bytes. Set to 50 KBytes.- See Also:
- Constant Field Values
-
-