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

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

Introduction

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

The text is from its open source code.

Method

OAuthConsumerTokengetToken(String resourceId)
Get the token for the specified protected resource.
voidremoveToken(String resourceId)
Removes the token for the specified resource.
voidstoreToken(String resourceId, OAuthConsumerToken token)
Store a token for a specified resource.