Uses of Interface
org.forgerock.opendj.ldif.RejectedLdifListener
Packages that use RejectedLdifListener
-
Uses of RejectedLdifListener in org.forgerock.opendj.ldif
Fields in org.forgerock.opendj.ldif declared as RejectedLdifListenerModifier and TypeFieldDescriptionstatic final RejectedLdifListenerRejectedLdifListener.FAIL_FASTThe default handler which ignores skipped records but which terminates processing by throwing aDecodeExceptionas soon as a record is found to be malformed or rejected due to a schema validation failure.static final RejectedLdifListenerRejectedLdifListener.IGNORE_ALLA handler which ignores all rejected record notifications.Methods in org.forgerock.opendj.ldif with parameters of type RejectedLdifListenerModifier and TypeMethodDescriptionLdifChangeRecordReader.setRejectedLdifListener(RejectedLdifListener listener) Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.LdifEntryReader.setRejectedLdifListener(RejectedLdifListener listener) Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.