Class ConfigurationSettingNames.Token
java.lang.Object
org.springframework.security.oauth2.server.authorization.settings.ConfigurationSettingNames.Token
- Enclosing class:
- ConfigurationSettingNames
The names for token configuration settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSet thetoken formatfor an access token.static final StringSet the time-to-live for an access token.static final StringSet the time-to-live for an authorization code.static final StringSet the time-to-live for a device code.static final Stringstatic final StringSet the time-to-live for a refresh token.static final StringSet totrueif refresh tokens are reused when returning the access token response, orfalseif a new refresh token is issued.static final StringSet totrueif access tokens must be bound to the clientX509Certificatereceived during client authentication when using thetls_client_authorself_signed_tls_client_authmethod. -
Method Summary
-
Field Details
-
AUTHORIZATION_CODE_TIME_TO_LIVE
Set the time-to-live for an authorization code. -
ACCESS_TOKEN_TIME_TO_LIVE
Set the time-to-live for an access token. -
ACCESS_TOKEN_FORMAT
Set thetoken formatfor an access token. -
DEVICE_CODE_TIME_TO_LIVE
Set the time-to-live for a device code. -
REUSE_REFRESH_TOKENS
Set totrueif refresh tokens are reused when returning the access token response, orfalseif a new refresh token is issued. -
REFRESH_TOKEN_TIME_TO_LIVE
Set the time-to-live for a refresh token. -
ID_TOKEN_SIGNATURE_ALGORITHM
-
X509_CERTIFICATE_BOUND_ACCESS_TOKENS
Set totrueif access tokens must be bound to the clientX509Certificatereceived during client authentication when using thetls_client_authorself_signed_tls_client_authmethod.
-