Package com.sas.lsaf.security.user
Class PasswordInfo
java.lang.Object
com.sas.lsaf.security.user.PasswordInfo
- All Implemented Interfaces:
Serializable
User account password information that details when the password was created, when it expires, and whether it is currently expired.
- Since:
- 1.2
- See Also:
-
Constructor Details
-
PasswordInfo
Constructor.- Parameters:
created- the date the password was created.expiration- the expiration date of the password.expired- the Boolean value that represents whether the password has expired.
-
-
Method Details
-
getCreated
Gets the creation date of the password.- Returns:
- The date the password was created.
-
getExpiration
Gets the expiration date for the password.- Returns:
- The expiration date of the password.
-
isExpired
public boolean isExpired()Returns the Boolean value that represents whether the password has expired.- Returns:
- The Boolean value that represents whether the password has expired.
-
hashCode
public int hashCode() -
equals
-
toString
-