Uses of Package
org.forgerock.opendj.ldif
-
Packages that use org.forgerock.opendj.ldif Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.backends Contains various Directory Server backend implementations.org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.types Contains implementations for a number of Directory Server data types. -
Classes in org.forgerock.opendj.ldif used by org.forgerock.opendj.ldap Class Description ChangeRecord A request to modify the content of the Directory in some way.ConnectionEntryReader AConnectionEntryReader
is a bridge fromConnection
s toEntryReader
s.EntryReader An interface for reading entries from a data source, typically an LDIF file. -
Classes in org.forgerock.opendj.ldif used by org.forgerock.opendj.ldap.messages Class Description ChangeRecord A request to modify the content of the Directory in some way. -
Classes in org.forgerock.opendj.ldif used by org.forgerock.opendj.ldif Class 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.ConnectionChangeRecordWriter AConnectionChangeRecordWriter
is a bridge fromConnection
s toChangeRecordWriter
s.ConnectionEntryWriter AConnectionEntryWriter
is a bridge fromConnection
s toEntryWriter
s.EntryGenerator A template driven entry generator, as used by the makeldif 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. -
Classes in org.forgerock.opendj.ldif used by org.opends.server.api Class Description ChangeRecord A request to modify the content of the Directory in some way. -
Classes in org.forgerock.opendj.ldif used by org.opends.server.backends Class Description ChangeRecord A request to modify the content of the Directory in some way. -
Classes in org.forgerock.opendj.ldif used by org.opends.server.replication.plugin Class Description ChangeRecord A request to modify the content of the Directory in some way. -
Classes in org.forgerock.opendj.ldif used by org.opends.server.replication.protocol Class Description ChangeRecord A request to modify the content of the Directory in some way. -
Classes in org.forgerock.opendj.ldif used by org.opends.server.types Class Description EntryReader An interface for reading entries from a data source, typically an LDIF file.LdifEntryWriter An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.