Class RestClientTokenExchangeTokenResponseClient
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClient<TokenExchangeGrantRequest>
org.springframework.security.oauth2.client.endpoint.RestClientTokenExchangeTokenResponseClient
- All Implemented Interfaces:
OAuth2AccessTokenResponseClient<TokenExchangeGrantRequest>
public final class RestClientTokenExchangeTokenResponseClient
extends AbstractRestClientOAuth2AccessTokenResponseClient<TokenExchangeGrantRequest>
An implementation of
OAuth2AccessTokenResponseClient that "exchanges"
a subject token (and optionally an actor token) for an access token at the
Authorization Server's Token Endpoint.- Since:
- 6.4
- See Also:
-
OAuth2AccessTokenResponseClientTokenExchangeGrantRequestOAuth2AccessTokenResponse- Section 2.1 Request
- Section 2.2 Response
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClient
addHeadersConverter, addParametersConverter, getTokenResponse, setHeadersConverter, setParametersConverter, setParametersCustomizer, setRestClient
-
Constructor Details
-
RestClientTokenExchangeTokenResponseClient
public RestClientTokenExchangeTokenResponseClient()
-