Java org.springframework.security.oauth2.client OAuth2RestOperations fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client OAuth2RestOperations fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client OAuth2RestOperations.

The text is from its open source code.

Method

ResponseEntityexchange(URI url, HttpMethod method, @Nullable HttpEntity requestEntity, Class responseType)
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity .
OAuth2AccessTokengetAccessToken()
ResponseEntitygetForEntity(URI url, Class responseType)
Retrieve a representation by doing a GET on the URL .
OAuth2ClientContextgetOAuth2ClientContext()
OAuth2ProtectedResourceDetailsgetResource()