See: Description
Class | Description |
---|---|
BackendCreationHelper |
Utility class which can be used by tools to create a new backend with default indexes.
|
BackendCreationHelper.CreateIndex |
Describes an attribute index which should be created during installation.
|
BackendToolUtils |
This class provides utility functions for all backend client tools.
|
BackendToolUtils.BackendInfo |
Contains backend infos:
LocalBackend , baseDNs and BackendCfg . |
BackendTypeHelper |
Helper class for setup applications.
|
BackendTypeHelper.BackendTypeUIAdapter |
Adaptor to allow backend type selection in UIs.
|
BackUpDb |
This program provides a utility that may be used to back up a Directory Server backend in a binary form that may be
quickly archived and restored.
|
CheckJVMVersion |
Class used by script to ensure the running java version is compatible with OpenDJ software.
|
ConfigureWindowsService |
This class is used to configure the Windows service for this instance on this machine.
|
CreateRcScript |
This program provides a tool that may be used to generate an RC script that can be used to start, stop, and restart
the Directory Server, as well as to display its current status.
|
EncodePassword |
This program provides a utility that may be used to interact with the password storage schemes defined in the
Directory Server.
|
ExportLdif |
This program provides a utility that may be used to export the contents of a Directory Server backend to an LDIF
file.
|
ImportLdif |
This program provides a utility that may be used to import the contents of an LDIF file into a Directory Server
backend.
|
LDAPAuthenticationHandler |
This class provides a generic interface that LDAP clients can use to perform various kinds of authentication to the
Directory Server.
|
LDAPConnection |
This class provides a tool that can be used to issue search requests to the Directory Server.
|
LDAPConnectionOptions |
This class defines options used while creating an LDAP connection to the server.
|
LDAPReader |
This class defines a utility that can be used to read LDAP messages from a provided socket.
|
LDAPWriter |
This class defines a utility that can be used to write LDAP messages over a provided socket.
|
ManageAccount |
This class provides a tool that can be used to perform various kinds of account management using the password policy
state extended operation.
|
ManageTasks |
Tool for getting information and managing tasks in the Directory Server.
|
PromptTrustManager |
This class provides an implementation of an X.509 trust manager which will interactively prompt the user (via the
CLI) whether a given certificate should be trusted.
|
RebuildIndex |
This program provides a utility to rebuild the contents of the indexes of a Directory Server backend.
|
RestoreDb |
This program provides a utility that may be used to restore a binary backup of a Directory Server backend generated
using the
BackUpDb tool. |
SSLConnectionFactory |
This class provides SSL connection related utility functions.
|
StopDs |
This class provides a tool that can send a request to the Directory Server that will cause it to shut down.
|
VerifyIndex |
This program provides a utility to verify the contents of the indexes of a Directory Server backend.
|
WaitForFileDelete |
This program provides a simple tool that will wait for a specified file to be deleted before exiting.
|
Enum | Description |
---|---|
ConfigureWindowsService.CleanupServiceReturnCode |
Return codes for the method cleanupService.
|
ConfigureWindowsService.DisableServiceReturnCode |
Return codes for the method disableService.
|
ConfigureWindowsService.EnableServiceReturnCode |
Return codes for the method enableService.
|
ConfigureWindowsService.ServiceStateReturnCode |
Return codes for the method serviceState.
|
ConfigureWindowsService.StartServiceReturnCode |
Return codes for the method startService.
|
ConfigureWindowsService.StopServiceReturnCode |
Return codes for the method stopService.
|
Exception | Description |
---|---|
LDAPConnectionException |
This class defines an exception that may be thrown during the course of creating an LDAP connection to the server.
|
SSLConnectionException |
This class defines an exception that may be thrown during the course of creating an SSL connection.
|
com.sun.directory.util.args
package for a consistent and full-featured manner for interacting with
command-line arguments and providing usage information. Copyright 2010-2020 ForgeRock AS.