Package | Description |
---|---|
org.opends.server.tools |
Contains various Directory Server tool implementations.
|
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 |
---|---|
void |
LDAPConnection.connectToHost(String bindDN,
String bindPassword)
Connects to the directory server instance running on specified hostname
and port number.
|
void |
LDAPConnection.connectToHost(String bindDN,
String bindPassword,
AtomicInteger nextMessageID)
Connects to the directory server instance running on specified hostname
and port number.
|
void |
LDAPConnection.connectToHost(String bindDN,
String bindPassword,
AtomicInteger nextMessageID,
int timeout)
Connects to the directory server instance running on specified hostname
and port number.
|
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.