public class PasswordInfo extends Object implements Serializable
Constructor and Description |
---|
PasswordInfo()
Zero-arg constructor for PasswordInfo.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Get the created date of this password.
|
Date |
getExpiration()
Get the expiration date for this password.
|
boolean |
getExpired()
Get the boolean value representing if this password is expired.
|
boolean |
isExpired()
Return the boolean value representing if this password is expired.
|
void |
setCreated(Date created)
Set the created date for this password.
|
void |
setExpiration(Date expiration)
Set the expiration date for this password.
|
void |
setExpired(boolean expired)
Set this password as expired or not.
|
String |
toString()
Return a string representation of the object.
|
public Date getCreated()
public void setCreated(Date created)
created
- The creation date to set.public Date getExpiration()
public void setExpiration(Date expiration)
expiration
- The expiration date to set for this password.public boolean isExpired()
public boolean getExpired()
public void setExpired(boolean expired)
expired
- public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA