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.
|
org.opends.server.util.cli |
Provides a high-level framework for implementing command-line
tools.
|
Constructor and Description |
---|
LDAPConnection(String host,
int port,
LDAPConnectionOptions options)
Constructor for the LDAPConnection object.
|
LDAPConnection(String host,
int port,
LDAPConnectionOptions options,
PrintStream out,
PrintStream err)
Constructor for the LDAPConnection object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
LDAPConnectionOptions |
LDAPConnectionConsoleInteraction.populateLDAPOptions(LDAPConnectionOptions options)
Populates a set of LDAP options with state from this interaction.
|
Modifier and Type | Method and Description |
---|---|
LDAPConnectionOptions |
LDAPConnectionConsoleInteraction.populateLDAPOptions(LDAPConnectionOptions options)
Populates a set of LDAP options with state from this interaction.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.