Java org.springframework.security.oauth.provider BaseConsumerDetails fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.security.oauth.provider.BaseConsumerDetails has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ListgetAuthorities()
The base authorities for this consumer.
voidsetAuthorities(List authorities)
The base authorities for this consumer.
voidsetConsumerKey(String consumerKey)
The consumer key.
voidsetConsumerName(String consumerName)
The name of the consumer.
voidsetRequiredToObtainAuthenticatedToken(boolean requiredToObtainAuthenticatedToken)
Whether this consumer is required to obtain an authenticated oauth token.
voidsetSignatureSecret(SignatureSecret signatureSecret)
The signature secret.