Package | Description |
---|---|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPDelete.readAndExecute(LDAPConnection connection,
ArrayList<String> lines,
LDAPDeleteOptions deleteOptions)
Execute the delete request on the specified list of DNs.
|
void |
LDAPDelete.readAndExecute(LDAPConnection connection,
Reader reader,
LDAPDeleteOptions deleteOptions)
Read the specified DNs from the given reader
(file or stdin) and execute the given delete request.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.