public class TokenCredentialStorage extends AbstractCredentialStorage
CredentialStorage used to store token-based credentials. Token value
is always represented by a string.
This default implementation stores the only the type and value of a token.
Classes can provide additional state by extending this class and use the Token.Provider.getTokenStorage(org.picketlink.idm.model.Account, org.picketlink.idm.credential.Token)
method to provide the additional state.
TokenCredentialHandler,
Token.Provider| Constructor and Description |
|---|
TokenCredentialStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
String |
getValue() |
void |
setType(String type) |
void |
setValue(String value) |
getEffectiveDate, getExpiryDate, setEffectiveDate, setExpiryDate, toStringCopyright © 2014. All rights reserved.