public class PasswordInfo extends Object implements Serializable
User.getPasswordInfo()
,
UserService.getUserByUserId(String)
,
Serialized FormConstructor and Description |
---|
PasswordInfo(Date created,
Date expiration,
boolean expired)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCreated()
Gets the creation date of the password.
|
Date |
getExpiration()
Gets the expiration date for the password.
|
int |
hashCode() |
boolean |
isExpired()
Returns the Boolean value that represents whether the password has expired.
|
String |
toString() |
public Date getCreated()
public Date getExpiration()
public boolean isExpired()
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>