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 StringSet theJWSalgorithm for signing theID Token.static 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.- Since:
- 0.4.0
-
ACCESS_TOKEN_TIME_TO_LIVE
Set the time-to-live for an access token. -
ACCESS_TOKEN_FORMAT
Set thetoken formatfor an access token.- Since:
- 0.2.3
-
DEVICE_CODE_TIME_TO_LIVE
Set the time-to-live for a device code.- Since:
- 1.1
-
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
Set theJWSalgorithm for signing theID Token. -
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.- Since:
- 1.3
-