public interface CredentialMapper
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialSecret(String credentialType,
String credentialKey)
Returns a "secret" corresponding to the given credentialKey for a given credential type.
|
String getCredentialSecret(String credentialType, String credentialKey) throws CredentialStoreException
credentialType - Consumer/client credential? Or, user access credential? etc.credentialKey - Consumer key, access token, username, etc.CredentialStoreException - TODOCopyright © 2013. All rights reserved.