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