LdifChangeRecordReader |
LdifChangeRecordReader.setExcludeAllOperationalAttributes(boolean excludeOperationalAttributes) |
Specifies whether all operational attributes should be excluded
from any change records that are read from LDIF.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setExcludeAllUserAttributes(boolean excludeUserAttributes) |
Specifies whether all user attributes should be excluded from any
change records that are read from LDIF.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setExcludeAttribute(AttributeDescription attributeDescription) |
Excludes the named attribute from any change records that are read from
LDIF.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setExcludeBranch(Dn excludeBranch) |
Excludes all change records which target entries beneath the named entry
(inclusive) from being read from LDIF.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setIncludeAttribute(AttributeDescription attributeDescription) |
Ensures that the named attribute is not excluded from any change records
that are read from LDIF.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setIncludeBranch(Dn includeBranch) |
Ensures that all change records which target entries beneath the named
entry (inclusive) are read from LDIF.
|
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.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setSchema(Schema schema) |
Sets the schema which should be used for decoding change records that are
read from LDIF.
|
LdifChangeRecordReader |
LdifChangeRecordReader.setSchemaValidationPolicy(SchemaValidationPolicy policy) |
Specifies the schema validation which should be used when reading LDIF
change records.
|