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
Modifier and TypeFieldDescriptionstatic final String
Set thetoken format
for an access token.static final String
Set the time-to-live for an access token.static final String
Set the time-to-live for an authorization code.static final String
Set the time-to-live for a device code.static final String
Set theJWS
algorithm for signing theID Token
.static final String
Set the time-to-live for a refresh token.static final String
Set totrue
if refresh tokens are reused when returning the access token response, orfalse
if a new refresh token is issued.static final String
Set totrue
if access tokens must be bound to the clientX509Certificate
received during client authentication when using thetls_client_auth
orself_signed_tls_client_auth
method. -
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 format
for 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 totrue
if refresh tokens are reused when returning the access token response, orfalse
if 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 theJWS
algorithm for signing theID Token
. -
X509_CERTIFICATE_BOUND_ACCESS_TOKENS
Set totrue
if access tokens must be bound to the clientX509Certificate
received during client authentication when using thetls_client_auth
orself_signed_tls_client_auth
method.- Since:
- 1.3
-