Java org.springframework.security.oauth.consumer OAuthConsumerSupport fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth.consumer OAuthConsumerSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth.consumer OAuthConsumerSupport.

The text is from its open source code.

Implementation

org.springframework.security.oauth.consumer.OAuthConsumerSupport has the following implementations.
Click this link to see all its implementation.

Method

OAuthConsumerTokengetAccessToken(OAuthConsumerToken requestToken, String verifier)
Get an access token for a protected resource.
OAuthConsumerTokengetUnauthorizedRequestToken(String resourceId, String callback)
Get an unauthorized request token for a protected resource.
OAuthConsumerTokengetUnauthorizedRequestToken(ProtectedResourceDetails resource, String callback)
Get an unauthorized request token for a protected resource.
InputStreamreadProtectedResource(URL url, OAuthConsumerToken accessToken, String httpMethod)
Read a protected resource from the given URL using the specified access token and HTTP method.