@PublicAPI(stability=VOLATILE)
See: Description
Class | Description |
---|---|
BackupManager |
A backup manager for any entity that is backupable (backend, storage).
|
BSDMD5Crypt |
BSD MD5 Crypt algorithm, ported from C.
|
BuildVersion |
Utility class used for manipulating OpenDJ instance, binary and data versions.
|
CertificateManager |
This class provides an interface for generating self-signed certificates and certificate signing requests, and for
importing, exporting, and deleting certificates from a key store.
|
CollectionUtils |
Utility class for
Collection s. |
CronExecutorService |
Implements a
ScheduledExecutorService on top of a cached thread pool
to achieve UNIX's cron-like capabilities. |
Crypt |
UNIX Crypt cipher, ported from the Sun OpenSolaris project.
|
EMailMessage |
This class defines an e-mail message that may be sent to one or more recipients via SMTP.
|
EmbeddedUtils | Deprecated
Use
EmbeddedDirectoryServer class instead |
LDIFReader |
This class provides the ability to read information from an LDIF file.
|
LDIFWriter |
This class provides a mechanism for writing entries in LDIF form to a file or an output stream.
|
LevenshteinDistance |
This class provides an implementation of the Levenshtein distance algorithm, which may be used to determine the
minimum number of changes required to transform one string into another.
|
MultiOutputStream |
This class defines a simple
OutputStream object that can be used to write all messages to multiple targets at
the same time, much like the UNIX "tee" command. |
Platform |
Provides a wrapper class that collects all of the JVM vendor and JDK version specific code in a single place.
|
RuntimeInformation |
This class is used to gather and display information from the runtime environment.
|
SchemaUtils |
Utility methods related to schema.
|
SchemaUtils.SchemaFileFilter |
A file filter implementation that accepts only LDIF files.
|
SelectableCertificateKeyManager |
This class implements an X.509 key manager that will be used to wrap an existing key manager and makes it possible to
configure which certificate(s) should be used for client and/or server operations.
|
ServerConstants |
This class defines a set of constants that may be referenced throughout the Directory Server source.
|
StaticUtils |
This class defines a number of static utility methods that may be used throughout the server.
|
TimeThread |
This class provides an application-wide timing service.
|
Enum | Description |
---|---|
Platform.KeyType |
Key size, key algorithm and signature algorithms used.
|
SchemaUtils.PasswordType |
Represents a password type, including a "not a password" value.
|
Exception | Description |
---|---|
LDIFException |
This class defines an exception that may be thrown while attempting to parse LDIF content.
|
System.currentTimeMillis()
or new Date()
whenever the time is needed. This thread updates internal variables several times each
second, which should be sufficient for cases in which high-resolution timing is not required.Copyright 2010-2022 ForgeRock AS.