Class AdShowDeletedImpl
- java.lang.Object
-
- org.apache.directory.api.ldap.model.message.controls.AbstractControl
-
- org.apache.directory.api.ldap.extras.controls.ad.AdShowDeletedImpl
-
- All Implemented Interfaces:
AdShowDeleted,Control
public class AdShowDeletedImpl extends AbstractControl implements AdShowDeleted
The Active Directory Deleted control implementation.- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from interface org.apache.directory.api.ldap.extras.controls.ad.AdShowDeleted
OID
-
-
Constructor Summary
Constructors Constructor Description AdShowDeletedImpl()Default constructorAdShowDeletedImpl(boolean isCritical)Sets criticality when creating.
-
Method Summary
-
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
-
-