Package | Description |
---|---|
org.springframework.security.oauth2.client | |
org.springframework.security.oauth2.client.filter |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2RestTemplate
Rest template that is able to make OAuth2-authenticated REST requests with the credentials of the provided resource.
|
Modifier and Type | Field and Description |
---|---|
OAuth2RestOperations |
OAuth2ClientAuthenticationProcessingFilter.restTemplate |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ClientAuthenticationProcessingFilter.setRestTemplate(OAuth2RestOperations restTemplate)
A rest template to be used to obtain an access token.
|
Copyright © 2019. All rights reserved.