| Package | Description |
|---|---|
| org.picketlink.idm.credential.storage |
| Modifier and Type | Method and Description |
|---|---|
String |
X509CertificateStorage.getBase64Cert() |
String |
OTPCredentialStorage.getDevice() |
Date |
OTPCredentialStorage.getEffectiveDate() |
Date |
CredentialStorage.getEffectiveDate()
Return the Date from when the credential becomes effective.
|
Date |
X509CertificateStorage.getEffectiveDate() |
Date |
EncodedPasswordStorage.getEffectiveDate() |
Date |
DigestCredentialStorage.getEffectiveDate() |
String |
EncodedPasswordStorage.getEncodedHash() |
Date |
OTPCredentialStorage.getExpiryDate() |
Date |
CredentialStorage.getExpiryDate()
Return the Date when the credential expires.
|
Date |
X509CertificateStorage.getExpiryDate() |
Date |
EncodedPasswordStorage.getExpiryDate() |
Date |
DigestCredentialStorage.getExpiryDate() |
byte[] |
DigestCredentialStorage.getHa1() |
String |
DigestCredentialStorage.getRealm() |
String |
EncodedPasswordStorage.getSalt() |
String |
OTPCredentialStorage.getSecretKey() |
Copyright © 2013. All Rights Reserved.