| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Class and Description |
|---|
| ChangeRecord
A request to modify the content of the Directory in some way.
|
| ConnectionEntryReader
A
ConnectionEntryReader is a bridge from Connections to
EntryReaders. |
| EntryReader
An interface for reading entries from a data source, typically an LDIF file.
|
| Class and Description |
|---|
| ChangeRecord
A request to modify the content of the Directory in some way.
|
| ChangeRecordVisitor
A visitor of
ChangeRecords, in the style of the visitor design
pattern. |
| Class and 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.
|
| ChangeRecordVisitor
A visitor of
ChangeRecords, in the style of the visitor design
pattern. |
| ChangeRecordWriter
An interface for writing change records to a data source, typically an LDIF
file.
|
| ConnectionChangeRecordWriter
A
ConnectionChangeRecordWriter is a bridge from Connections
to ChangeRecordWriters. |
| ConnectionEntryWriter
A
ConnectionEntryWriter is a bridge from Connections to
EntryWriters. |
| EntryGenerator
A template driven entry generator, as used by the make-ldif tool.
|
| 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.
|
| 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.
|
| 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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.