|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.oauth.server.api.providers.DefaultOAuthProvider.Consumer
public static class DefaultOAuthProvider.Consumer
Simple read-only implementation of OAuthConsumer
.
Method Summary | |
---|---|
MultivaluedMap<String,String> |
getAttributes()
Returns additional attributes associated with the consumer (e.g. |
String |
getKey()
Returns consumer key. |
String |
getOwner()
Returns identifier of owner of this consumer - i.e. |
String |
getSecret()
Returns consumer secret. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getKey()
OAuthConsumer
getKey
in interface OAuthConsumer
public String getSecret()
OAuthConsumer
getSecret
in interface OAuthConsumer
public String getOwner()
public MultivaluedMap<String,String> getAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |