|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AddChangeRecordEntry | This class defines a data structure for a change record entry for an add operation. |
Base64 | This class provides methods for performing base64 encoding and decoding. |
BuildVersion | Represents a particular version of OpenDS useful for making comparisons between 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. |
ChangeRecordEntry | This abstract class defines methods for a change record entry. |
Crypt | UNIX Crypt cipher, ported from the Sun OpenSolaris project. |
DeleteChangeRecordEntry | This class defines a data structure for a change record entry for an delete operation. |
DynamicConstants | This file contains a number of constants that are used throughout the Directory Server source. |
EMailMessage | This class defines an e-mail message that may be sent to one or more recipients via SMTP. |
EmbeddedUtils | This class provides a number of utility methods for using OpenDS in an embedded manner (i.e., running within the same JVM as another application and controlled by that application). |
ExpirationCheckTrustManager | This class implements an X.509 trust manager that will be used to wrap an existing trust manager and makes it possible to reject a presented certificate if that certificate is outside the validity window. |
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. |
ModifyChangeRecordEntry | This class defines a data structure for a change record entry for an modify operation. |
ModifyDNChangeRecordEntry | This class defines a data structure for a change record entry for an modifyDN operation. |
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. |
PasswordReader | This class provides a means of interactively reading a password from the command-line without echoing it to the console. |
RuntimeInformation | This class is used to gather and display information from the runtime environment. |
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. |
SetupUtils | This class provides a number of utility methods that may be used during the graphical or command-line setup process. |
StaticUtils | This class defines a number of static utility methods that may be used throughout the server. |
TimeThread | This class defines a thread that will wake up periodically, get the current time, and store various representations of it. |
Validator | This utility class provides static methods that make parameter checking easier (e.g. |
VersionCompatibilityIssue | Record for version compatibility issues (also known as 'flag days') which are events associated with particular builds or builds between which upgrade or reversion may required additional steps, notification of issues, or be prohibited altogether. |
Enum Summary | |
---|---|
ChangeOperationType | This enumeration defines the days of the week. |
VersionCompatibilityIssue.Cause | Unique descriptor of an event that created a flag day for one or more versions of the OpenDS codebase. |
VersionCompatibilityIssue.Effect | Effects cause the upgrade and revision tools to behave in specific ways in response to compatibility issues. |
Exception Summary | |
---|---|
LDIFException | This class defines an exception that may be thrown while attempting to parse LDIF content. |
Contains implementations for various Directory Server utility classes and
methods which may be used throughout the server but do not necessarily fit in
elsewhere. Notable utility classes include:
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.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |