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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
String |
getKeyName() |
BasicOAuthStoreConsumerKeyAndSecret.KeyType |
getKeyType() |
public BasicOAuthStoreConsumerKeyAndSecret(String key, String secret, BasicOAuthStoreConsumerKeyAndSecret.KeyType type, String name, String callbackUrl)
public String getConsumerKey()
public String getConsumerSecret()
public BasicOAuthStoreConsumerKeyAndSecret.KeyType getKeyType()
public String getKeyName()
public String getCallbackUrl()
Copyright © 2007-2012. All Rights Reserved.