Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Field and Description |
---|---|
static Option<AttributeFilter> |
Entries.ATTRIBUTE_FILTER
Selects which attributes will be compared.
|
Modifier and Type | Method and Description |
---|---|
static AttributeFilter |
AttributeFilter.allUserAndOperationalAttributesFilter()
Creates a new attribute filter which will include all user and operational attributes.
|
AttributeFilter |
AttributeFilter.filterAttributes(Predicate<Attribute> filter)
Registers a predicate which should be applied to attributes selected by this attribute filter.
|
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.mapAttributes(Function<Attribute,Attribute> mapper)
Registers a mapping function which should be applied to attributes selected by this attribute filter.
|
AttributeFilter |
AttributeFilter.typesOnly(boolean typesOnly)
Specifies whether filtered attributes are to contain both
attribute descriptions and values, or just attribute descriptions.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.