| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.ppolicy |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordPolicyResponseImpl
A PasswordPolicyResponse.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordPolicyResponse |
PasswordPolicyImpl.getResponse()
Get's the response component of this control if this control carries a
response.
|
PasswordPolicyResponse |
PasswordPolicy.getResponse()
Get's the response component of this control if this control carries a
response.
|
PasswordPolicyResponse |
PasswordPolicyImpl.setResponse(boolean hasResponse)
If true sets the response to a default newly initialized response object.
|
PasswordPolicyResponse |
PasswordPolicy.setResponse(boolean hasResponse)
If true sets the response to a default newly initialized response object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordPolicyImpl.setResponse(PasswordPolicyResponse response)
Sets the response.
|
void |
PasswordPolicy.setResponse(PasswordPolicyResponse response)
Sets the response.
|
| Constructor and Description |
|---|
PasswordPolicyImpl(PasswordPolicyResponse response)
Creates a new instance of PasswordPolicy response Control with response
information packaged into the control.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.