public static class OAuthStore.ConsumerInfo extends Object
| Constructor and Description |
|---|
OAuthStore.ConsumerInfo(net.oauth.OAuthConsumer consumer,
String keyName,
String callbackUrl) |
OAuthStore.ConsumerInfo(net.oauth.OAuthConsumer consumer,
String keyName,
String callbackUrl,
boolean oauthBodyHash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl() |
net.oauth.OAuthConsumer |
getConsumer() |
String |
getKeyName() |
boolean |
isOauthBodyHash() |
public OAuthStore.ConsumerInfo(net.oauth.OAuthConsumer consumer,
String keyName,
String callbackUrl)
consumer - the OAuth consumerkeyName - the name of the key to use for this consumer (passed on query parameters to
help with key rotation.)callbackUrl - callback URL associated with this consumer, likely to point to the
shindig server.public OAuthStore.ConsumerInfo(net.oauth.OAuthConsumer consumer,
String keyName,
String callbackUrl,
boolean oauthBodyHash)
consumer - the OAuth consumerkeyName - the name of the key to use for this consumer (passed on query parameters to
help with key rotation.)callbackUrl - callback URL associated with this consumer, likely to point to the
shindig server.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.