LdifEntryWriter |
LdifEntryWriter.setAddUserFriendlyComments(boolean addUserFriendlyComments) |
Specifies whether 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 all operational attributes should be excluded
from any entries that are written to LDIF.
|
LdifEntryWriter |
LdifEntryWriter.setExcludeAllUserAttributes(boolean excludeUserAttributes) |
Specifies whether 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.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.setIncludeExcludeFilters(Collection<Filter> includeFilters,
Collection<Filter> excludeFilters) |
Sets the filters to include / exclude entries.
|
LdifEntryWriter |
LdifEntryWriter.setWrapColumn(int wrapColumn) |
Specifies the column at which long lines should be wrapped.
|
LdifEntryWriter |
LdifEntryWriter.writeComment(CharSequence comment) |
|
LdifEntryWriter |
LdifEntryWriter.writeEntry(Entry entry) |
|