public class OTPCredentialStorage extends Object implements org.picketlink.idm.credential.spi.CredentialStorage
| Constructor and Description |
|---|
OTPCredentialStorage() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEffectiveDate() |
Date |
getExpiryDate() |
String |
getSecretKey() |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpiryDate(Date expiryDate) |
void |
setSecretKey(String secretKey) |
@Stored public Date getEffectiveDate()
getEffectiveDate in interface org.picketlink.idm.credential.spi.CredentialStoragepublic void setEffectiveDate(Date effectiveDate)
@Stored public Date getExpiryDate()
getExpiryDate in interface org.picketlink.idm.credential.spi.CredentialStoragepublic void setExpiryDate(Date expiryDate)
@Stored public String getSecretKey()
public void setSecretKey(String secretKey)
Copyright © 2013. All Rights Reserved.