|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.oauth.provider.BaseConsumerDetails
public class BaseConsumerDetails
Base implementation for consumer details.
| Constructor Summary | |
|---|---|
BaseConsumerDetails()
|
|
| Method Summary | |
|---|---|
org.springframework.security.GrantedAuthority[] |
getAuthorities()
The base authorities for this consumer. |
java.lang.String |
getConsumerKey()
The consumer key. |
java.lang.String |
getConsumerName()
The name of the consumer. |
java.lang.String |
getResourceDescription()
The description of the resource. |
java.lang.String |
getResourceName()
The name of the resource. |
SignatureSecret |
getSignatureSecret()
The signature secret. |
void |
setAuthorities(org.springframework.security.GrantedAuthority[] authorities)
The base authorities for this consumer. |
void |
setConsumerKey(java.lang.String consumerKey)
The consumer key. |
void |
setConsumerName(java.lang.String consumerName)
The name of the consumer. |
void |
setResourceDescription(java.lang.String resourceDescription)
The description of the resource. |
void |
setResourceName(java.lang.String resourceName)
The name of the resource. |
void |
setSignatureSecret(SignatureSecret signatureSecret)
The signature secret. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseConsumerDetails()
| Method Detail |
|---|
public java.lang.String getConsumerKey()
getConsumerKey in interface ConsumerDetailspublic void setConsumerKey(java.lang.String consumerKey)
consumerKey - The consumer key.public java.lang.String getConsumerName()
getConsumerName in interface ConsumerDetailspublic void setConsumerName(java.lang.String consumerName)
consumerName - The name of the consumer.public SignatureSecret getSignatureSecret()
getSignatureSecret in interface ConsumerDetailspublic void setSignatureSecret(SignatureSecret signatureSecret)
signatureSecret - The signature secret.public org.springframework.security.GrantedAuthority[] getAuthorities()
getAuthorities in interface ConsumerDetailspublic void setAuthorities(org.springframework.security.GrantedAuthority[] authorities)
authorities - The base authorities for this consumer.public java.lang.String getResourceName()
getResourceName in interface ResourceSpecificConsumerDetailspublic void setResourceName(java.lang.String resourceName)
resourceName - The name of the resource.public java.lang.String getResourceDescription()
getResourceDescription in interface ResourceSpecificConsumerDetailspublic void setResourceDescription(java.lang.String resourceDescription)
resourceDescription - The description of the resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||