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

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

Introduction

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

The text is from its open source code.

Constructor

Method

CollectiongetAuthorities()
ConsumerCredentialsgetConsumerCredentials()
The credentials of this authentication.
ConsumerDetailsgetConsumerDetails()
The consumer details.
ObjectgetCredentials()
The credentials.
StringgetName()
The name of this principal is the consumer key.
voidsetDetails(Object details)
voidsetSignatureValidated(boolean signatureValidated)
Whether the signature has been validated.