public class LDAPDeleteOptions extends LDAPToolOptions
| Constructor and Description |
|---|
LDAPDeleteOptions()
Creates the options instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleteSubtree()
Get the value of the deleteSubtree flag.
|
void |
setDeleteSubtree(boolean deleteSubtree)
Set whether to delete the entire subtree or not.
|
continueOnError, getControls, getEncoding, getVerbose, setContinueOnError, setControls, setEncoding, setShowOperations, setVerbose, showOperationspublic LDAPDeleteOptions()
public void setDeleteSubtree(boolean deleteSubtree)
deleteSubtree - Indicates whether to delete the entire subtree.public boolean getDeleteSubtree()
true if the subtree delete control should be
included in the request, or false if not.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.