Package | Description |
---|---|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Method and Description |
---|---|
LdifEntryReader |
LdifEntryReader.setExcludeAllOperationalAttributes(boolean excludeOperationalAttributes)
Specifies whether all operational attributes should be excluded
from any entries that are read from LDIF.
|
LdifEntryReader |
LdifEntryReader.setExcludeAllUserAttributes(boolean excludeUserAttributes)
Specifies whether all user attributes should be excluded from any
entries that are read from LDIF.
|
LdifEntryReader |
LdifEntryReader.setExcludeAttribute(AttributeDescription attributeDescription)
Excludes the named attribute from any entries that are read from LDIF.
|
LdifEntryReader |
LdifEntryReader.setExcludeBranch(Dn excludeBranch)
Excludes all entries beneath the named entry (inclusive) from being read
from LDIF.
|
LdifEntryReader |
LdifEntryReader.setIncludeAttribute(AttributeDescription attributeDescription)
Ensures that the named attribute is not excluded from any entries that
are read from LDIF.
|
LdifEntryReader |
LdifEntryReader.setIncludeBranch(Dn includeBranch)
Ensures that all entries beneath the named entry (inclusive) are read
from LDIF.
|
LdifEntryReader |
LdifEntryReader.setIncludeExcludeFilters(Collection<Filter> includeFilters,
Collection<Filter> excludeFilters)
Sets the filters to include / exclude entries.
|
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.
|
LdifEntryReader |
LdifEntryReader.setSchema(Schema schema)
Sets the schema which should be used for decoding entries that are read
from LDIF.
|
LdifEntryReader |
LdifEntryReader.setSchemaValidationPolicy(SchemaValidationPolicy policy)
Specifies the schema validation which should be used when reading LDIF
entry records.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.