public abstract class AbstractCredentialStorage extends Object implements CredentialStorage
| Constructor and Description |
|---|
AbstractCredentialStorage() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEffectiveDate()
Return the Date from when the credential becomes effective.
|
Date |
getExpiryDate()
Return the Date when the credential expires.
|
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpiryDate(Date expiryDate) |
String |
toString() |
@Stored public Date getEffectiveDate()
CredentialStoragegetEffectiveDate in interface CredentialStoragepublic void setEffectiveDate(Date effectiveDate)
@Stored public Date getExpiryDate()
CredentialStoragegetExpiryDate in interface CredentialStoragepublic void setExpiryDate(Date expiryDate)
Copyright © 2015. All rights reserved.