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(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.includeAttribute(AttributeDescription attributeDescription) |
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.
|