|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.security.oauth.provider.BaseConsumerDetails
org.springframework.security.oauth.examples.sparklr.oauth.SparklrConsumerDetails
public class SparklrConsumerDetails
| Constructor Summary | |
|---|---|
SparklrConsumerDetails()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
The display name of the consumer. |
String |
getResourceDescription()
The description of the resource that this consumer can be granted access to. |
String |
getResourceName()
The name of the resource that this consumer can be granted access to. |
void |
setDisplayName(String displayName)
The display name of the consumer. |
void |
setResourceDescription(String resourceDescription)
The description of the resource that this consumer can be granted access to. |
void |
setResourceName(String resourceName)
The name of the resource that this consumer can be granted access to. |
| Methods inherited from class org.springframework.security.oauth.provider.BaseConsumerDetails |
|---|
getAuthorities, getConsumerKey, getConsumerName, getSignatureSecret, isRequiredToObtainAuthenticatedToken, setAuthorities, setConsumerKey, setConsumerName, setRequiredToObtainAuthenticatedToken, setSignatureSecret |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparklrConsumerDetails()
| Method Detail |
|---|
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - The display name of the consumer.public String getResourceName()
getResourceName in interface ResourceSpecificConsumerDetailsgetResourceName in class BaseConsumerDetailspublic void setResourceName(String resourceName)
setResourceName in class BaseConsumerDetailsresourceName - The name of the resource that this consumer can be granted access to.public String getResourceDescription()
getResourceDescription in interface ResourceSpecificConsumerDetailsgetResourceDescription in class BaseConsumerDetailspublic void setResourceDescription(String resourceDescription)
setResourceDescription in class BaseConsumerDetailsresourceDescription - The description of the resource that this consumer can be granted access to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||