public class EPISecurityAttrs
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getExpiry()
Returns information on when the password will expire.
|
int |
getInvalidCount()
Returns the number of invalid access attempts made by this
userid.
|
java.util.Calendar |
getLastAccess()
Returns information on when the user last accessed.
|
java.util.Calendar |
getLastVerified()
Returns information on when the security credentials were
last verified.
|
public java.util.Calendar getLastAccess()
public java.util.Calendar getExpiry()
public java.util.Calendar getLastVerified()
public int getInvalidCount()