Package | Description |
---|---|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.forgerock.opendj.server.core |
Contains APIs for new DataProvider design.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionEntryWriter
A
ConnectionEntryWriter is a bridge from Connection s to
EntryWriter s. |
class |
LDIFEntryWriter
An LDIF entry writer writes attribute value records (entries) using the LDAP
Data Interchange Format (LDIF) to a user defined destination.
|
Modifier and Type | Method and Description |
---|---|
static EntryWriter |
LDIF.copyTo(EntryReader input,
EntryWriter output)
Copies the content of
input to output . |
EntryWriter |
EntryWriter.writeComment(CharSequence comment)
Writes a comment.
|
EntryWriter |
EntryWriter.writeEntry(Entry entry)
Writes an entry.
|
Modifier and Type | Method and Description |
---|---|
static EntryWriter |
LDIF.copyTo(EntryReader input,
EntryWriter output)
Copies the content of
input to output . |
Modifier and Type | Method and Description |
---|---|
LdapPromise<Void> |
ExportableDataProvider.exportEntries(EntryWriter writer,
LdapResultHandler<Void> handler)
Exports the contents of this data provider to the provided entry writer.
|
Copyright 2010-2017 ForgeRock AS.