Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and Description |
---|---|
AttributeFilter |
AttributeFilter.includeAllOperationalAttributes(boolean include)
Specifies whether all operational attributes should be included in
filtered entries.
|
AttributeFilter |
AttributeFilter.includeAllUserAttributes(boolean include)
Specifies whether all user attributes should be included in
filtered entries.
|
AttributeFilter |
AttributeFilter.includeAttribute(AttributeDescription attributeDescription)
Specifies that the named attribute should be included in filtered
entries.
|
AttributeFilter |
AttributeFilter.includeAttribute(String attributeDescription)
Specifies that the named attribute should be included in filtered
entries.
|
AttributeFilter |
AttributeFilter.includeAttribute(String attributeDescription,
Schema schema)
Specifies that the named attribute should be included in filtered
entries.
|
AttributeFilter |
AttributeFilter.includeAttribute(String attributeDescription,
Schema schema,
boolean includeAttributesFromSuperiors)
Specifies that the named attribute should be included in filtered
entries.
|
AttributeFilter |
AttributeFilter.typesOnly(boolean typesOnly)
Specifies whether filtered attributes are to contain both
attribute descriptions and values, or just attribute descriptions.
|
Modifier and Type | Method and Description |
---|---|
Entries.DiffOptions |
Entries.DiffOptions.attributes(AttributeFilter attributeFilter)
Specifies an attribute filter which will be used to determine which
attributes will be compared.
|
Copyright 2010-2020 ForgeRock AS.