public interface OAuthCredentialMapper extends CredentialMapper
| Modifier and Type | Method and Description |
|---|---|
AccessCredential |
getAccesssCredential(AccessIdentity accessIdentity)
Returns a pair of consumer secret and token secret for the given consumer key/access token.
|
String |
getConsumerSecret(String consumerKey)
Returns a consumer secret for the given consumerKey.
|
String |
getTokenSecret(String accessToken)
Returns a token secret for the givne accessToken.
|
getCredentialSecretString getConsumerSecret(String consumerKey) throws CredentialStoreException
consumerKey - CredentialStoreException - TODOString getTokenSecret(String accessToken) throws CredentialStoreException
accessToken - CredentialStoreException - TODOAccessCredential getAccesssCredential(AccessIdentity accessIdentity) throws CredentialStoreException
accessIdentity - CredentialStoreException - TODOCopyright © 2013. All rights reserved.