See: Description
Interface | Description |
---|---|
ChangeRecord |
A request to modify the content of the Directory in some way.
|
ChangeRecordReader |
An interface for reading change records from a data source, typically an LDIF
file.
|
ChangeRecordWriter |
An interface for writing change records to a data source, typically an LDIF
file.
|
EntryReader |
An interface for reading entries from a data source, typically an LDIF file.
|
EntryWriter |
An interface for writing entries to a data source, typically an LDIF file.
|
RejectedChangeRecordListener |
A listener interface which is notified whenever a change record cannot be
applied to an entry.
|
RejectedLdifListener |
A listener interface which is notified whenever LDIF records are skipped,
malformed, or fail schema validation.
|
Class | Description |
---|---|
ChangeRecordVisitor<R,P,E extends Exception> |
A visitor of
ChangeRecord s, in the style of the visitor design pattern. |
ConnectionChangeRecordWriter |
A
ConnectionChangeRecordWriter is a bridge from Connection s
to ChangeRecordWriter s. |
ConnectionEntryReader |
A
ConnectionEntryReader is a bridge from Connection s to
EntryReader s. |
ConnectionEntryWriter |
A
ConnectionEntryWriter is a bridge from Connection s to
EntryWriter s. |
EntryGenerator |
A template driven entry generator, as used by the makeldif tool.
|
Ldif |
This class contains common utility methods for creating and manipulating
readers and writers.
|
LdifChangeRecordReader |
An LDIF change record reader reads change records using the LDAP Data
Interchange Format (LDIF) from a user defined source.
|
LdifChangeRecordWriter |
An LDIF change record writer writes change records using the LDAP Data
Interchange Format (LDIF) to a user defined destination.
|
LdifEntryReader |
An LDIF entry reader reads attribute value records (entries) using the LDAP
Data Interchange Format (LDIF) from a user defined source.
|
LdifEntryWriter |
An LDIF entry writer writes attribute value records (entries) using the LDAP
Data Interchange Format (LDIF) to a user defined destination.
|
Copyright 2010-2022 ForgeRock AS.