public class BasicOAuthStoreConsumerKeyAndSecret extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicOAuthStoreConsumerKeyAndSecret.KeyType |
| Constructor and Description |
|---|
BasicOAuthStoreConsumerKeyAndSecret(String key,
String secret,
BasicOAuthStoreConsumerKeyAndSecret.KeyType type,
String name,
String callbackUrl) |
BasicOAuthStoreConsumerKeyAndSecret(String key,
String secret,
BasicOAuthStoreConsumerKeyAndSecret.KeyType type,
String name,
String callbackUrl,
boolean oauthBodyHash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
String |
getKeyName() |
BasicOAuthStoreConsumerKeyAndSecret.KeyType |
getKeyType() |
boolean |
isOauthBodyHash() |
public BasicOAuthStoreConsumerKeyAndSecret(String key, String secret, BasicOAuthStoreConsumerKeyAndSecret.KeyType type, String name, String callbackUrl)
public BasicOAuthStoreConsumerKeyAndSecret(String key, String secret, BasicOAuthStoreConsumerKeyAndSecret.KeyType type, String name, String callbackUrl, boolean oauthBodyHash)
public String getConsumerKey()
public String getConsumerSecret()
public BasicOAuthStoreConsumerKeyAndSecret.KeyType getKeyType()
public String getKeyName()
public String getCallbackUrl()
public boolean isOauthBodyHash()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.