Uses of Interface
org.ldaptive.filter.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.ldaptive
Fields in org.ldaptive declared as FilterMethods in org.ldaptive that return FilterMethods in org.ldaptive with parameters of type FilterModifier and TypeMethodDescriptionprivate SearchRequest
SearchOperation.configureRequest
(String baseDN, Filter filter, String[] returnAttributes) Creates a new request fromSearchOperation.getRequest()
and applies any non-null supplied properties.SearchOperation.execute
(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.Executes a search request.Executes a search request.SearchOperation.execute
(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.Sets the search filter.static SearchRequest
SearchRequest.objectScopeSearchRequest
(String dn, String[] attrs, Filter filter) Returns a search request initialized for use with an object level search scope.SearchOperation.send
(String baseDN, Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.Sends a search request.Sends a search request.SearchOperation.send
(Filter filter, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.void
Sets the search filter.Constructors in org.ldaptive with parameters of type FilterModifierConstructorDescriptionSearchRequest
(String dn, Filter filter, String... attributes) Creates a new search request.SearchRequest
(String dn, SearchScope scope, DerefAliases aliases, int size, Duration time, boolean types, Filter filter, String... attributes) Creates a new search request. -
Uses of Filter in org.ldaptive.beans.spring.parser
Methods in org.ldaptive.beans.spring.parser that return FilterModifier and TypeMethodDescriptionprotected static Filter
SearchOperationBeanDefinitionParser.parseFilter
(String value) Returns aFilter
for the supplied value. -
Uses of Filter in org.ldaptive.control
Fields in org.ldaptive.control declared as FilterModifier and TypeFieldDescriptionprivate Filter[]
MatchedValuesRequestControl.matchedValuesFilters
list of matched values filters.Methods in org.ldaptive.control that return FilterModifier and TypeMethodDescriptionFilter[]
MatchedValuesRequestControl.getMatchedValuesFilters()
Returns the filters to use for matching values.Methods in org.ldaptive.control with parameters of type FilterModifier and TypeMethodDescriptionvoid
MatchedValuesRequestControl.setMatchedValuesFilters
(Filter... filters) Sets the filters to use for matching values.private void
MatchedValuesRequestControl.validateFilter
(Filter filter) Throws if the supplied filter is not a valid type for the matched values request control.Constructors in org.ldaptive.control with parameters of type FilterModifierConstructorDescriptionMatchedValuesRequestControl
(Filter... filters) Creates a new matched values request control.MatchedValuesRequestControl
(Filter[] filters, boolean critical) Creates a new matched values request control. -
Uses of Filter in org.ldaptive.filter
Subinterfaces of Filter in org.ldaptive.filterClasses in org.ldaptive.filter that implement FilterModifier and TypeClassDescriptionclass
Base class for attribute value assertion filters.class
And search filter set defined as:class
Approximate search filter component defined as:class
Equality search filter component.class
Extensible search filter component.class
Greater or equal search filter component defined as:class
Less or equal search filter component defined as:class
Not search filter set defined as:class
Or search filter set defined as:class
Presence search filter component defined as:class
Substring search filter component defined as:Fields in org.ldaptive.filter declared as FilterModifier and TypeFieldDescriptionprivate Filter
NotFilter.filterComponent
Component of this filter.Fields in org.ldaptive.filter with type parameters of type FilterModifier and TypeFieldDescriptionAndFilter.filterComponents
Components of this filter.OrFilter.filterComponents
Components of this filter.Methods in org.ldaptive.filter that return FilterModifier and TypeMethodDescriptionParses the supplied string representation of a filter.static Filter
Parse the supplied filter string.protected abstract Filter
AbstractFilterFunction.parseFilterComp
(String filter) Inspects the supplied filter string and creates the type of filter it represents.protected Filter
DefaultFilterFunction.parseFilterComp
(String filter) protected Filter
RegexFilterFunction.parseFilterComp
(String filter) private Filter
DefaultFilterFunction.parseSubstringOrEquality
(String attribute, CharBuffer cb) Parses the supplied buffer and returns either a substring or equality filter.private Filter
AbstractFilterFunction.readNextComponent
(String filter) Reads the next component contained in the supplied filter.Methods in org.ldaptive.filter with parameters of type FilterModifier and TypeMethodDescriptionvoid
void
Adds a search filter to this set.void
void
Constructors in org.ldaptive.filter with parameters of type Filter