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()
CredentialStorage
getEffectiveDate
in interface CredentialStorage
public void setEffectiveDate(Date effectiveDate)
@Stored public Date getExpiryDate()
CredentialStorage
getExpiryDate
in interface CredentialStorage
public void setExpiryDate(Date expiryDate)
Copyright © 2018 JBoss by Red Hat. All rights reserved.