Package io.quarkus.oidc.common.runtime
Class OidcConstants
- java.lang.Object
-
- io.quarkus.oidc.common.runtime.OidcConstants
-
public final class OidcConstants extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OidcConstants()
-
-
-
Field Detail
-
WELL_KNOWN_CONFIGURATION
public static final String WELL_KNOWN_CONFIGURATION
- See Also:
- Constant Field Values
-
CLIENT_ASSERTION
public static final String CLIENT_ASSERTION
- See Also:
- Constant Field Values
-
CLIENT_ASSERTION_TYPE
public static final String CLIENT_ASSERTION_TYPE
- See Also:
- Constant Field Values
-
JWT_BEARER_CLIENT_ASSERTION_TYPE
public static final String JWT_BEARER_CLIENT_ASSERTION_TYPE
- See Also:
- Constant Field Values
-
CLIENT_CREDENTIALS_GRANT
public static final String CLIENT_CREDENTIALS_GRANT
- See Also:
- Constant Field Values
-
PASSWORD_GRANT
public static final String PASSWORD_GRANT
- See Also:
- Constant Field Values
-
REFRESH_TOKEN_GRANT
public static final String REFRESH_TOKEN_GRANT
- See Also:
- Constant Field Values
-
REFRESH_TOKEN_VALUE
public static final String REFRESH_TOKEN_VALUE
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_VALUE
public static final String ACCESS_TOKEN_VALUE
- See Also:
- Constant Field Values
-
ID_TOKEN_VALUE
public static final String ID_TOKEN_VALUE
- See Also:
- Constant Field Values
-
LOGOUT_ID_TOKEN_HINT
public static final String LOGOUT_ID_TOKEN_HINT
- See Also:
- Constant Field Values
-
LOGOUT_STATE
public static final String LOGOUT_STATE
- See Also:
- Constant Field Values
-
POST_LOGOUT_REDIRECT_URI
public static final String POST_LOGOUT_REDIRECT_URI
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_TYPE_HINT
public static final String INTROSPECTION_TOKEN_TYPE_HINT
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN
public static final String INTROSPECTION_TOKEN
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_ACTIVE
public static final String INTROSPECTION_TOKEN_ACTIVE
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_CLIENT_ID
public static final String INTROSPECTION_TOKEN_CLIENT_ID
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_EXP
public static final String INTROSPECTION_TOKEN_EXP
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_IAT
public static final String INTROSPECTION_TOKEN_IAT
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_USERNAME
public static final String INTROSPECTION_TOKEN_USERNAME
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_SUB
public static final String INTROSPECTION_TOKEN_SUB
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_AUD
public static final String INTROSPECTION_TOKEN_AUD
- See Also:
- Constant Field Values
-
INTROSPECTION_TOKEN_ISS
public static final String INTROSPECTION_TOKEN_ISS
- See Also:
- Constant Field Values
-
REVOCATION_TOKEN
public static final String REVOCATION_TOKEN
- See Also:
- Constant Field Values
-
PASSWORD_GRANT_USERNAME
public static final String PASSWORD_GRANT_USERNAME
- See Also:
- Constant Field Values
-
PASSWORD_GRANT_PASSWORD
public static final String PASSWORD_GRANT_PASSWORD
- See Also:
- Constant Field Values
-
TOKEN_SCOPE
public static final String TOKEN_SCOPE
- See Also:
- Constant Field Values
-
GRANT_TYPE
public static final String GRANT_TYPE
- See Also:
- Constant Field Values
-
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
-
BEARER_SCHEME
public static final String BEARER_SCHEME
- See Also:
- Constant Field Values
-
BASIC_SCHEME
public static final String BASIC_SCHEME
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE
public static final String AUTHORIZATION_CODE
- See Also:
- Constant Field Values
-
CODE_FLOW_RESPONSE_TYPE
public static final String CODE_FLOW_RESPONSE_TYPE
- See Also:
- Constant Field Values
-
CODE_FLOW_RESPONSE_MODE
public static final String CODE_FLOW_RESPONSE_MODE
- See Also:
- Constant Field Values
-
CODE_FLOW_CODE
public static final String CODE_FLOW_CODE
- See Also:
- Constant Field Values
-
CODE_FLOW_ERROR
public static final String CODE_FLOW_ERROR
- See Also:
- Constant Field Values
-
CODE_FLOW_ERROR_DESCRIPTION
public static final String CODE_FLOW_ERROR_DESCRIPTION
- See Also:
- Constant Field Values
-
CODE_FLOW_STATE
public static final String CODE_FLOW_STATE
- See Also:
- Constant Field Values
-
CODE_FLOW_REDIRECT_URI
public static final String CODE_FLOW_REDIRECT_URI
- See Also:
- Constant Field Values
-
EXCHANGE_GRANT
public static final String EXCHANGE_GRANT
- See Also:
- Constant Field Values
-
EXPIRES_IN
public static final String EXPIRES_IN
- See Also:
- Constant Field Values
-
REFRESH_EXPIRES_IN
public static final String REFRESH_EXPIRES_IN
- See Also:
- Constant Field Values
-
PKCE_CODE_VERIFIER
public static final String PKCE_CODE_VERIFIER
- See Also:
- Constant Field Values
-
PKCE_CODE_CHALLENGE
public static final String PKCE_CODE_CHALLENGE
- See Also:
- Constant Field Values
-
PKCE_CODE_CHALLENGE_METHOD
public static final String PKCE_CODE_CHALLENGE_METHOD
- See Also:
- Constant Field Values
-
PKCE_CODE_CHALLENGE_S256
public static final String PKCE_CODE_CHALLENGE_S256
- See Also:
- Constant Field Values
-
BACK_CHANNEL_LOGOUT_TOKEN
public static final String BACK_CHANNEL_LOGOUT_TOKEN
- See Also:
- Constant Field Values
-
BACK_CHANNEL_EVENTS_CLAIM
public static final String BACK_CHANNEL_EVENTS_CLAIM
- See Also:
- Constant Field Values
-
BACK_CHANNEL_EVENT_NAME
public static final String BACK_CHANNEL_EVENT_NAME
- See Also:
- Constant Field Values
-
BACK_CHANNEL_LOGOUT_SID_CLAIM
public static final String BACK_CHANNEL_LOGOUT_SID_CLAIM
- See Also:
- Constant Field Values
-
FRONT_CHANNEL_LOGOUT_SID_PARAM
public static final String FRONT_CHANNEL_LOGOUT_SID_PARAM
- See Also:
- Constant Field Values
-
ID_TOKEN_SID_CLAIM
public static final String ID_TOKEN_SID_CLAIM
- See Also:
- Constant Field Values
-
OPENID_SCOPE
public static final String OPENID_SCOPE
- See Also:
- Constant Field Values
-
-