| 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 |
|---|---|
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.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.