|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordPolicy
The password policy Control interface.
| Field Summary | |
|---|---|
static String |
OID
the password policy request control |
| Method Summary | |
|---|---|
PasswordPolicyResponse |
getResponse()
Get's the response component of this control if this control carries a response. |
boolean |
hasResponse()
Checks whether this Control is the password policy request or the response by carrying with it an IPasswordPolicyResponse object. |
PasswordPolicyResponse |
setResponse(boolean hasResponse)
If true sets the response to a default newly initialized response object. |
void |
setResponse(PasswordPolicyResponse response)
Sets the response. |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Control |
|---|
getOid, isCritical, setCritical |
| Field Detail |
|---|
static final String OID
| Method Detail |
|---|
boolean hasResponse()
void setResponse(PasswordPolicyResponse response)
response - a valid response object, or null to make this a requestPasswordPolicyResponse setResponse(boolean hasResponse)
hasResponse - true to create default response, false to clear it
PasswordPolicyResponse getResponse()
hasResponse() returns true, this will return a non-null
policy response object.
hasResponse()
returns false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||