Uses of Interface
org.springframework.security.oauth2.client.OAuth2RestOperations

Packages that use OAuth2RestOperations
org.springframework.security.oauth2.client   
org.springframework.security.oauth2.client.filter   
 

Uses of OAuth2RestOperations in org.springframework.security.oauth2.client
 

Classes in org.springframework.security.oauth2.client that implement OAuth2RestOperations
 class OAuth2RestTemplate
          Rest template that is able to make OAuth2-authenticated REST requests with the credentials of the provided resource.
 

Uses of OAuth2RestOperations in org.springframework.security.oauth2.client.filter
 

Fields in org.springframework.security.oauth2.client.filter declared as OAuth2RestOperations
 OAuth2RestOperations OAuth2ClientAuthenticationProcessingFilter.restTemplate
           
 

Methods in org.springframework.security.oauth2.client.filter with parameters of type OAuth2RestOperations
 void OAuth2ClientAuthenticationProcessingFilter.setRestTemplate(OAuth2RestOperations restTemplate)
          A rest template to be used to obtain an access token.
 



Copyright © 2013. All rights reserved.