Uses of Class
org.forgerock.opendj.ldif.LdifChangeRecordReader
Packages that use LdifChangeRecordReader
-
Uses of LdifChangeRecordReader in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return LdifChangeRecordReaderModifier and TypeMethodDescriptionLdifChangeRecordReader.setExcludeAllOperationalAttributes(boolean excludeOperationalAttributes) Specifies whether all operational attributes should be excluded from any change records that are read from LDIF.LdifChangeRecordReader.setExcludeAllUserAttributes(boolean excludeUserAttributes) Specifies whether all user attributes should be excluded from any change records that are read from LDIF.LdifChangeRecordReader.setExcludeAttribute(AttributeDescription attributeDescription) Excludes the named attribute from any change records that are read from LDIF.LdifChangeRecordReader.setExcludeBranch(Dn excludeBranch) Excludes all change records which target entries beneath the named entry (inclusive) from being read from LDIF.LdifChangeRecordReader.setIncludeAttribute(AttributeDescription attributeDescription) Ensures that the named attribute is not excluded from any change records that are read from LDIF.LdifChangeRecordReader.setIncludeBranch(Dn includeBranch) Ensures that all change records which target entries beneath the named entry (inclusive) are read from LDIF.LdifChangeRecordReader.setRejectedLdifListener(RejectedLdifListener listener) Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.Sets the schema which should be used for decoding change records that are read from LDIF.LdifChangeRecordReader.setSchemaValidationPolicy(SchemaValidationPolicy policy) Specifies the schema validation which should be used when reading LDIF change records.