See: Description
| Interface | Description |
|---|---|
| LDIFReaderEntryTranslator |
This interface is used by the LDIFReader to translate entries read from the
input or filter them out before they are returned via readEntry().
|
| LDIFRecord |
This interface defines a common API for LDIF records, which are objects that
can be represented using LDIF.
|
| LDIFWriterEntryTranslator |
This interface is used by the LDIFWriter to translate or exclude entries
before they are written.
|
| Class | Description |
|---|---|
| LDIFAddChangeRecord |
This class defines an LDIF add change record, which can be used to represent
an LDAP add request.
|
| LDIFChangeRecord |
This class provides a base class for LDIF change records, which can be used
to represent add, delete, modify, and modify DN operations in LDIF form.
|
| LDIFDeleteChangeRecord |
This class defines an LDIF delete change record, which can be used to
represent an LDAP delete request.
|
| LDIFEntrySource |
This class provides an
EntrySource that will read entries from an
LDIF file. |
| LDIFModifyChangeRecord |
This class defines an LDIF modify change record, which can be used to
represent an LDAP modify request.
|
| LDIFModifyDNChangeRecord |
This class defines an LDIF modify DN change record, which can be used to
represent an LDAP modify DN request.
|
| LDIFReader |
This class provides an LDIF reader, which can be used to read and decode
entries and change records from a data source using the LDAP Data Interchange
Format as per RFC 2849.
|
| LDIFWriter |
This class provides an LDIF writer, which can be used to write entries and
change records in the LDAP Data Interchange Format as per
RFC 2849.
|
| Enum | Description |
|---|---|
| DuplicateValueBehavior |
This enum defines a set of possible behaviors that may be exhibited by the
LDIF reader when encountering entries with duplicate attribute values.
|
| TrailingSpaceBehavior |
This enum defines a set of possible behaviors that may be exhibited by the
LDIF reader when encountering trailing spaces in attribute values that are
not base64-encoded.
|
| Exception | Description |
|---|---|
| LDIFException |
This class defines an exception that may be thrown if a problem occurs while
attempting to decode data read from an LDIF source.
|