public interface ConsumerDetails extends Serializable
Modifier and Type | Method and Description |
---|---|
List<org.springframework.security.core.GrantedAuthority> |
getAuthorities()
Get the authorities that are granted to the OAuth consumer.
|
String |
getConsumerKey()
The consumer key.
|
String |
getConsumerName()
The name of the consumer (for display purposes).
|
SignatureSecret |
getSignatureSecret()
The signature secret.
|
String getConsumerKey()
String getConsumerName()
SignatureSecret getSignatureSecret()
List<org.springframework.security.core.GrantedAuthority> getAuthorities()
Copyright © 2019. All rights reserved.