method and will become
private with version 3.0.0CacheConfiguration.TokenAuthenticator or XsuaaTokenFlows instance.Authorization: Bearer <token> header to the set of headers.Base64JwtDecoder.getInstance().decode(token) to get a
DecodedJwt instance.CloseableHttpClient instance.DefaultOAuth2TokenService(CloseableHttpClient) as it
doesn't support certificate based communication. Will be deleted
with version 3.0.0.DefaultOAuth2TokenService(CloseableHttpClient, TokenCacheConfiguration)
as it doesn't support certificate based communication. Will be
deleted with version 3.0.0.CacheConfiguration.Clock.systemUTC() is used to determine of a cached token
has reached its expiration (exp) point in time.0 e.g.TokenCacheConfiguration instance with the given
properties.TokenCacheConfiguration instance with the given
properties.OAuth2TokenServiceConstants.GRANT_TYPE_JWT_BEARER.CloseableHttpClient creation interface.OAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI, ClientIdentity, String, String, Map, boolean)
with next major version 3.0.0OAuth2TokenService.retrieveAccessTokenViaClientCredentialsGrant(URI, ClientIdentity, String, Map, boolean)
with next major version 3.0.0OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI, ClientIdentity, String, String, Map, boolean)
with next major version 3.0.0OAuth2TokenService.retrieveAccessTokenViaPasswordGrant(URI, ClientIdentity, String, String, String, Map, boolean)
with next major version 3.0.0OAuth2TokenService.retrieveAccessTokenViaRefreshToken(URI, ClientIdentity, String, String, boolean)
with next major version 3.0.0OAuth2TokenService.retrieveAccessTokenViaJwtBearerTokenGrant(URI, ClientIdentity, String, String, Map)}.OAuth2TokenKeyService.retrieveTokenKeys(URI, String)
with next major version 3.0.0XsuaaDefaultEndpoints(String, String)XsuaaDefaultEndpoints(String, String)RestOperations.XsuaaOAuth2TokenService(RestOperations)
gets removed with the version 3.0.0, does not support certificate
based authenticationXsuaaOAuth2TokenService(RestOperations)
gets removed with the version 3.0.0, does not support certificate
based authentication@Autowired by applications to get access to token
flow builders.Copyright © 2022. All rights reserved.