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.args |
Provides an implementation of a utility that can manage the processing of
command-line arguments for an application.
|
Modifier and Type | Method and Description |
---|---|
int |
LDAPSearch.executeSearch(LDAPConnection connection,
String baseDN,
ArrayList<LDAPFilter> filters,
LinkedHashSet<String> attributes,
LDAPSearchOptions searchOptions,
int wrapColumn)
Execute the search based on the specified input parameters.
|
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.
|
int |
LDAPCompare.readAndExecute(LDAPConnection connection,
String attributeType,
byte[] attributeVal,
ArrayList<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.
|
Modifier and Type | Field and Description |
---|---|
protected LDAPConnection |
TaskClient.connection
Connection through which task scheduling will take place.
|
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.
|
LDAPConnection |
LDAPConnectionArgumentParser.connect(String host,
int port,
String bindDN,
String bindPw,
LDAPConnectionOptions options,
int timeout,
PrintStream out,
PrintStream err)
Creates a connection from information provided.
|
LDAPConnection |
LDAPConnectionArgumentParser.connect(String host,
int port,
String bindDN,
String bindPw,
LDAPConnectionOptions options,
PrintStream out,
PrintStream err)
Creates a connection from information provided.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.