Package | Description |
---|---|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright 2010-2017 ForgeRock AS.