public interface PasswordWarning
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getGraceAuthNsRemaining()
Returns the number of remaining authentications before the account will
be locked.
|
int |
getTimeBeforeExpiration()
Returns the number of seconds before the password will expire.
|
boolean |
isChangeAfterReset()
Returns true, if a password reset is required.
|
int getTimeBeforeExpiration()
int getGraceAuthNsRemaining()
boolean isChangeAfterReset()