|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.auth.oauth.OAuthConsumer
public class OAuthConsumer
Represents an OAuth Consumer.
| Constructor Summary | |
|---|---|
OAuthConsumer(String key,
String secret,
String displayName,
String connectURI)
|
|
OAuthConsumer(String key,
String secret,
String displayName,
String connectURI,
String[] perms)
|
|
| Method Summary | |
|---|---|
String |
getConnectURI()
Returns the OAuth Consumer's connect URI. |
String |
getDisplayName()
Returns the OAuth Consumer's display name. |
String |
getKey()
Returns the OAuth Consumer's key |
String[] |
getPermissions()
|
String[] |
getScopes()
Returns the OAuth Consumer's scopes. |
String |
getSecret()
Returns the OAuth Consumer's private secret. |
void |
setScopes(String[] scopes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuthConsumer(String key,
String secret,
String displayName,
String connectURI)
public OAuthConsumer(String key,
String secret,
String displayName,
String connectURI,
String[] perms)
| Method Detail |
|---|
public String getKey()
public String getSecret()
public String getDisplayName()
public String getConnectURI()
public String[] getScopes()
public void setScopes(String[] scopes)
public String[] getPermissions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||