Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Method and Description |
---|---|
Entries.DiffOptions |
Entries.DiffOptions.alwaysReplaceAttributes()
|
Entries.DiffOptions |
Entries.DiffOptions.attributes(AttributeFilter attributeFilter)
Specifies an attribute filter which will be used to determine which
attributes will be compared.
|
Entries.DiffOptions |
Entries.DiffOptions.attributes(String... attributeDescriptions)
Specifies the list of attributes to be compared.
|
static Entries.DiffOptions |
Entries.diffOptions()
Returns a new set of options which may be used to control how entries are
compared and changes generated using
Entries.diffEntries(Entry, Entry, DiffOptions) . |
Entries.DiffOptions |
Entries.DiffOptions.replaceSingleValuedAttributes()
Requests that the generated changes should use the
REPLACE modification type when the
new attribute contains at most one attribute value. |
Entries.DiffOptions |
Entries.DiffOptions.useExactMatching()
Requests that attribute values should be compared byte for byte,
rather than using their matching rules.
|
Modifier and Type | Method and Description |
---|---|
static ModifyRequest |
Entries.diffEntries(Entry fromEntry,
Entry toEntry,
Entries.DiffOptions options)
Creates a new modify request containing a list of modifications which can
be used to transform
fromEntry into entry toEntry . |
Modifier and Type | Method and Description |
---|---|
static ChangeRecordReader |
Ldif.diff(EntryReader source,
EntryReader target,
Entries.DiffOptions options)
Compares the content of
source to the content of target
and returns the differences in a change record reader. |
Copyright 2010-2020 ForgeRock AS.