@Deprecated public class BaseConsumerDetails extends Object implements ResourceSpecificConsumerDetails, ExtraTrustConsumerDetails
| Constructor and Description |
|---|
BaseConsumerDetails()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.security.core.GrantedAuthority> |
getAuthorities()
Deprecated.
The base authorities for this consumer.
|
String |
getConsumerKey()
Deprecated.
The consumer key.
|
String |
getConsumerName()
Deprecated.
The name of the consumer.
|
String |
getResourceDescription()
Deprecated.
The description of the resource.
|
String |
getResourceName()
Deprecated.
The name of the resource.
|
SignatureSecret |
getSignatureSecret()
Deprecated.
The signature secret.
|
boolean |
isRequiredToObtainAuthenticatedToken()
Deprecated.
Whether this consumer is required to obtain an authenticated oauth token.
|
void |
setAuthorities(List<org.springframework.security.core.GrantedAuthority> authorities)
Deprecated.
The base authorities for this consumer.
|
void |
setConsumerKey(String consumerKey)
Deprecated.
The consumer key.
|
void |
setConsumerName(String consumerName)
Deprecated.
The name of the consumer.
|
void |
setRequiredToObtainAuthenticatedToken(boolean requiredToObtainAuthenticatedToken)
Deprecated.
Whether this consumer is required to obtain an authenticated oauth token.
|
void |
setResourceDescription(String resourceDescription)
Deprecated.
The description of the resource.
|
void |
setResourceName(String resourceName)
Deprecated.
The name of the resource.
|
void |
setSignatureSecret(SignatureSecret signatureSecret)
Deprecated.
The signature secret.
|
public String getConsumerKey()
getConsumerKey in interface ConsumerDetailspublic void setConsumerKey(String consumerKey)
consumerKey - The consumer key.public String getConsumerName()
getConsumerName in interface ConsumerDetailspublic void setConsumerName(String consumerName)
consumerName - The name of the consumer.public SignatureSecret getSignatureSecret()
getSignatureSecret in interface ConsumerDetailspublic void setSignatureSecret(SignatureSecret signatureSecret)
signatureSecret - The signature secret.public List<org.springframework.security.core.GrantedAuthority> getAuthorities()
getAuthorities in interface ConsumerDetailspublic void setAuthorities(List<org.springframework.security.core.GrantedAuthority> authorities)
authorities - The base authorities for this consumer.public String getResourceName()
getResourceName in interface ResourceSpecificConsumerDetailspublic void setResourceName(String resourceName)
resourceName - The name of the resource.public String getResourceDescription()
getResourceDescription in interface ResourceSpecificConsumerDetailspublic void setResourceDescription(String resourceDescription)
resourceDescription - The description of the resource.public boolean isRequiredToObtainAuthenticatedToken()
isRequiredToObtainAuthenticatedToken in interface ExtraTrustConsumerDetailspublic void setRequiredToObtainAuthenticatedToken(boolean requiredToObtainAuthenticatedToken)
requiredToObtainAuthenticatedToken - Whether this consumer is required to obtain an authenticated oauth token.Copyright © 2019. All rights reserved.