Package | Description |
---|---|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Field and Description |
---|---|
static RejectedLdifListener |
RejectedLdifListener.FAIL_FAST
The default handler which ignores skipped records but which terminates
processing by throwing a
DecodeException as soon as a record is
found to be malformed or rejected due to a schema validation failure. |
static RejectedLdifListener |
RejectedLdifListener.IGNORE_ALL
A handler which ignores all rejected record notifications.
|
Modifier and Type | Method and Description |
---|---|
LdifEntryReader |
LdifEntryReader.setRejectedLdifListener(RejectedLdifListener listener)
Sets the rejected record listener which should be notified whenever an
LDIF record is skipped, malformed, or fails schema validation.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setRejectedLdifListener(RejectedLdifListener listener)
Sets the rejected record listener which should be notified whenever an
LDIF record is skipped, malformed, or fails schema validation.
|
Copyright 2010-2020 ForgeRock AS.