Uses of Class
org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
Packages that use SubtreeDeleteRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of SubtreeDeleteRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type SubtreeDeleteRequestControl Modifier and Type Field Description static ControlDecoder<SubtreeDeleteRequestControl>
SubtreeDeleteRequestControl. DECODER
A decoder which can be used for decoding the sub-tree delete request control.Methods in org.forgerock.opendj.ldap.controls that return SubtreeDeleteRequestControl Modifier and Type Method Description static SubtreeDeleteRequestControl
SubtreeDeleteRequestControl. newControl(boolean isCritical)
Creates a new tree delete request control having the provided criticality.
-