Package | Description |
---|---|
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.
|
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. All rights reserved.