Uses of Package
org.forgerock.opendj.ldif
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Classes and interfaces for reading and writing LDIF.
Contains a number of API declarations for use throughout the Directory Server.
Contains various Directory Server backend implementations.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
Contains implementations for a number of Directory Server data types.
-
ClassDescriptionA request to modify the content of the Directory in some way.A
ConnectionEntryReader
is a bridge fromConnection
s toEntryReader
s.An interface for reading entries from a data source, typically an LDIF file. -
-
ClassDescriptionA request to modify the content of the Directory in some way.An interface for reading change records from a data source, typically an LDIF file.An interface for writing change records to a data source, typically an LDIF file.A
ConnectionChangeRecordWriter
is a bridge fromConnection
s toChangeRecordWriter
s.AConnectionEntryWriter
is a bridge fromConnection
s toEntryWriter
s.A template driven entry generator, as used by the makeldif tool.An interface for reading entries from a data source, typically an LDIF file.An interface for writing entries to a data source, typically an LDIF file.An LDIF change record reader reads change records using the LDAP Data Interchange Format (LDIF) from a user defined source.An LDIF change record writer writes change records using the LDAP Data Interchange Format (LDIF) to a user defined destination.An LDIF entry reader reads attribute value records (entries) using the LDAP Data Interchange Format (LDIF) from a user defined source.An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.A listener interface which is notified whenever a change record cannot be applied to an entry.A listener interface which is notified whenever LDIF records are skipped, malformed, or fail schema validation. -
-
-
-
-
ClassDescriptionAn interface for reading entries from a data source, typically an LDIF file.An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.