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.-
Constructor Summary
-
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()
-