Class PasswordPolicyRequestImpl
- java.lang.Object
-
- org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
- org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyRequestImpl
-
- All Implemented Interfaces:
PasswordPolicyRequest,Control
public class PasswordPolicyRequestImpl extends AbstractControl implements PasswordPolicyRequest
A simplePasswordPolicyRequestControl implementation.- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from interface org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyRequest
OID
-
-
Constructor Summary
Constructors Constructor Description PasswordPolicyRequestImpl()Creates a new instance of a PasswordPolicy request Control without any response data associated with it.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Get a String representation of a PasswordPolicyImpl-
Methods inherited from class org.apache.directory.api.ldap.model.message.controls.AbstractControl
equals, getOid, hashCode, isCritical, setCritical
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Control
getOid, isCritical, setCritical
-
-
-
-
Method Detail
-
toString
public String toString()
Get a String representation of a PasswordPolicyImpl- Overrides:
toStringin classAbstractControl- Returns:
- A BindResponse String
-
-