| Package | Description |
|---|---|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Modifier and Type | Method and Description |
|---|---|
LDIFEntryWriter |
LDIFEntryWriter.setAddUserFriendlyComments(boolean addUserFriendlyComments)
Specifies whether or not user-friendly comments should be added whenever
distinguished names or UTF-8 attribute values are encountered which
contained non-ASCII characters.
|
LDIFEntryWriter |
LDIFEntryWriter.setExcludeAllOperationalAttributes(boolean excludeOperationalAttributes)
Specifies whether or not all operational attributes should be excluded
from any entries that are written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setExcludeAllUserAttributes(boolean excludeUserAttributes)
Specifies whether or not all user attributes should be excluded from any
entries that are written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setExcludeAttribute(AttributeDescription attributeDescription)
Excludes the named attribute from any entries that are written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setExcludeBranch(DN excludeBranch)
Excludes all entries beneath the named entry (inclusive) from being
written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setExcludeFilter(Matcher excludeFilter)
Excludes all entries which match the provided filter matcher from being
written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setIncludeAttribute(AttributeDescription attributeDescription)
Ensures that the named attribute is not excluded from any entries that
are written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setIncludeBranch(DN includeBranch)
Ensures that all entries beneath the named entry (inclusive) are written
to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setIncludeFilter(Matcher includeFilter)
Ensures that all entries which match the provided filter matcher are
written to LDIF.
|
LDIFEntryWriter |
LDIFEntryWriter.setWrapColumn(int wrapColumn)
Specifies the column at which long lines should be wrapped.
|
LDIFEntryWriter |
LDIFEntryWriter.writeComment(CharSequence comment)
Writes a comment.
|
LDIFEntryWriter |
LDIFEntryWriter.writeEntry(Entry entry)
Writes an entry.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.