public interface OAuthTokenCredentialMapper extends OAuthCredentialMapper
| Modifier and Type | Method and Description |
|---|---|
AccessIdentity |
getAccessIdentity(String accessToken)
Returns a pair of consumer key and access token.
|
AccessCredential |
getAccesssCredential(String accessToken)
Returns a pair of consumer secret and token secret for the given access token.
|
ConsumerCredential |
getConsumerCredential()
Returns a (unique) consumer key/secret pair associated with this mapper.
|
String |
getConsumerKey()
Returns a (unique) consumerKey associated with this mapper.
|
String |
getConsumerSecret()
Returns a (unique) consumerSecret associated with this mapper.
|
getAccesssCredential, getConsumerSecret, getTokenSecretgetCredentialSecretString getConsumerKey()
String getConsumerSecret()
ConsumerCredential getConsumerCredential()
AccessIdentity getAccessIdentity(String accessToken) throws CredentialStoreException
accessToken - CredentialStoreException - TODOAccessCredential getAccesssCredential(String accessToken) throws CredentialStoreException
accessToken - CredentialStoreException - TODOCopyright © 2013. All rights reserved.