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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.security.oauth2.client.endpoint.AbstractRestClientOAuth2AccessTokenResponseClientaddHeadersConverter, addParametersConverter, getTokenResponse, setHeadersConverter, setParametersConverter, setParametersCustomizer, setRestClient
- 
Constructor Details- 
RestClientClientCredentialsTokenResponseClientpublic RestClientClientCredentialsTokenResponseClient()
 
-