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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetResourceId()
The id of the resource to which this token applies.
StringgetSecret()
The token secret.
StringgetValue()
The value of the token.
booleanisAccessToken()
Whether this is an OAuth access token.
voidsetAccessToken(boolean accessToken)
Whether this is an OAuth access token.
voidsetAdditionalParameters(Map additionalParameters)
Any additional parameters for the consumer token.
voidsetResourceId(String resourceId)
The id of the resource to which this token applies.
voidsetSecret(String secret)
The token secret.
voidsetValue(String value)
The value of the token.