public class OTPCredentialStorage extends Object implements CredentialStorage
| Constructor and Description |
|---|
OTPCredentialStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice() |
Date |
getEffectiveDate()
Return the Date from when the credential becomes effective.
|
Date |
getExpiryDate()
Return the Date when the credential expires.
|
String |
getSecretKey() |
void |
setDevice(String device) |
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpiryDate(Date expiryDate) |
void |
setSecretKey(String secretKey) |
@Stored public Date getEffectiveDate()
CredentialStoragegetEffectiveDate in interface CredentialStoragepublic void setEffectiveDate(Date effectiveDate)
@Stored public Date getExpiryDate()
CredentialStoragegetExpiryDate in interface CredentialStoragepublic void setExpiryDate(Date expiryDate)
public void setSecretKey(String secretKey)
public void setDevice(String device)
Copyright © 2013. All Rights Reserved.