|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordPolicyResponse
The PasswordPolciy reponse. It contains information about the error if we had one when injecting a bad passsword into the server.
| Method Summary | |
|---|---|
int |
getGraceAuthNsRemaining()
|
PasswordPolicyErrorEnum |
getPasswordPolicyError()
|
int |
getTimeBeforeExpiration()
|
void |
setGraceAuthNsRemaining(int graceAuthNsRemaining)
Sets the number of remaining wrong authentication for this password |
void |
setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
Sets the PasswordPolicy error number |
void |
setTimeBeforeExpiration(int timeBeforeExpiration)
Set a date of expiration for the password |
| Method Detail |
|---|
int getTimeBeforeExpiration()
void setTimeBeforeExpiration(int timeBeforeExpiration)
timeBeforeExpiration - The time before the password will expireint getGraceAuthNsRemaining()
void setGraceAuthNsRemaining(int graceAuthNsRemaining)
graceAuthNsRemaining - The number of remaining attemptsPasswordPolicyErrorEnum getPasswordPolicyError()
void setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
ppolicyError - The error number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||