|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.user.PasswordInfo
public class PasswordInfo
A data transfer object with information about a user's password.
Constructor Summary | |
---|---|
PasswordInfo()
Zero-arg constructor for PasswordInfo. |
Method Summary | |
---|---|
PasswordInfo |
clone()
Create and return a copy of this object. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PasswordInfo()
Method Detail |
---|
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 PasswordInfo clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Object.clone()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |