|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyResponseImpl
public class PasswordPolicyResponseImpl
A PasswordPolicyResponse.
| Constructor Summary | |
|---|---|
PasswordPolicyResponseImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordPolicyResponseImpl()
| Method Detail |
|---|
public int getTimeBeforeExpiration()
getTimeBeforeExpiration in interface PasswordPolicyResponsepublic void setTimeBeforeExpiration(int timeBeforeExpiration)
setTimeBeforeExpiration in interface PasswordPolicyResponsetimeBeforeExpiration - The time before the password will expirepublic int getGraceAuthNsRemaining()
getGraceAuthNsRemaining in interface PasswordPolicyResponsepublic void setGraceAuthNsRemaining(int graceAuthNsRemaining)
setGraceAuthNsRemaining in interface PasswordPolicyResponsegraceAuthNsRemaining - The number of remaining attemptspublic PasswordPolicyErrorEnum getPasswordPolicyError()
getPasswordPolicyError in interface PasswordPolicyResponsepublic void setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
setPasswordPolicyError in interface PasswordPolicyResponseppolicyError - The error number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||