Class RelaxControlImpl
- java.lang.Object
-
- org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
- org.apache.directory.api.ldap.extras.controls.relax.RelaxControlImpl
-
- All Implemented Interfaces:
RelaxControl,Control
public class RelaxControlImpl extends AbstractControl implements RelaxControl
The LDAP Relax Rules Control. It's defined in https://tools.ietf.org/html/draft-zeilenga-ldap-relax-03. This control is sent with every update of pwdPolicySubEntry, pwdAccountLockedTime and pwdReset on user entry.- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from interface org.apache.directory.api.ldap.extras.controls.relax.RelaxControl
OID
-
-
Constructor Summary
Constructors Constructor Description RelaxControlImpl()RelaxControlImpl(boolean isCritical)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOID()-
Methods inherited from class org.apache.directory.api.ldap.model.message.controls.AbstractControl
equals, getOid, hashCode, isCritical, setCritical, toString
-
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
-
getOID
public String getOID()
- Specified by:
getOIDin interfaceRelaxControl
-
-