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