public interface PasswordWarning extends 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()
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.