|
||||||||||
| 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<java.lang.String,java.lang.String> |
getAttributes()
Returns additional attributes associated with the consumer (e.g. |
java.lang.String |
getKey()
Returns consumer key. |
java.lang.String |
getOwner()
Returns identifier of owner of this consumer - i.e. |
java.lang.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 java.lang.String getKey()
OAuthConsumer
getKey in interface OAuthConsumerpublic java.lang.String getSecret()
OAuthConsumer
getSecret in interface OAuthConsumerpublic java.lang.String getOwner()
public MultivaluedMap<java.lang.String,java.lang.String> getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||