Class RestClientJwtBearerTokenResponseClient
java.lang.Object
org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClient<JwtBearerGrantRequest>
org.springframework.security.oauth2.client.endpoint.RestClientJwtBearerTokenResponseClient
- All Implemented Interfaces:
OAuth2AccessTokenResponseClient<JwtBearerGrantRequest>
public final class RestClientJwtBearerTokenResponseClient
extends AbstractRestClientOAuth2AccessTokenResponseClient<JwtBearerGrantRequest>
An implementation of
OAuth2AccessTokenResponseClient
that "exchanges"
a JWT 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
-
RestClientJwtBearerTokenResponseClient
public RestClientJwtBearerTokenResponseClient()
-