Package | Description |
---|---|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
org.opends.server.tools.tasks |
This package contains classes that support client tool interaction with the
tasks backend.
|
org.opends.server.util.cli |
Provides a high-level framework for implementing command-line tools.
|
Modifier and Type | Method and Description |
---|---|
int |
LDAPSearch.executeSearch(LDAPConnection connection,
String baseDN,
List<LDAPFilter> filters,
Set<String> attributes,
LDAPSearchOptions searchOptions,
int wrapColumn)
Execute the search based on the specified input parameters.
|
void |
LDAPDelete.readAndExecute(LDAPConnection connection,
List<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.
|
int |
LDAPCompare.readAndExecute(LDAPConnection connection,
String attributeType,
byte[] attributeVal,
List<String> lines,
LDAPCompareOptions compareOptions)
Execute the compare request in the specified list of DNs.
|
int |
LDAPCompare.readAndExecute(LDAPConnection connection,
String attributeType,
byte[] attributeVal,
Reader reader,
LDAPCompareOptions compareOptions)
Read the specified DNs from the given reader
(file or stdin) and execute the given compare request.
|
void |
LDAPModify.readAndExecute(LDAPConnection connection,
String fileNameValue,
LDAPModifyOptions modifyOptions)
Read the specified change records from the given input stream
(file or stdin) and execute the given modify request.
|
Constructor and Description |
---|
TaskClient(LDAPConnection conn)
Creates a new TaskClient for interacting with the task backend remotely.
|
Modifier and Type | Method and Description |
---|---|
LDAPConnection |
LDAPConnectionArgumentParser.connect(LDAPConnectionConsoleInteraction ui,
PrintStream out,
PrintStream err)
Creates a connection using a console interaction that will be used to
potentially interact with the user to prompt for necessary information for
establishing the connection.
|
LDAPConnection |
LDAPConnectionArgumentParser.connect(PrintStream out,
PrintStream err)
Creates a new LDAPConnection and invokes a connect operation using
information provided in the parsed set of arguments that were provided by
the user.
|
Copyright 2010-2017 ForgeRock AS.