Uses of Interface
org.ldaptive.filter.Filter
Packages that use Filter
-
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 SearchRequestSearchOperation.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 SearchRequestSearchRequest.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.voidSets 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.control
Fields in org.ldaptive.control declared as FilterModifier and TypeFieldDescriptionprivate Filter[]MatchedValuesRequestControl.matchedValuesFilterslist 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 TypeMethodDescriptionvoidMatchedValuesRequestControl.setMatchedValuesFilters(Filter... filters) Sets the filters to use for matching values.private voidMatchedValuesRequestControl.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 TypeClassDescriptionclassBase class for attribute value assertion filters.classAnd search filter set defined as:classApproximate search filter component defined as:classEquality search filter component.classExtensible search filter component.classGreater or equal search filter component defined as:classLess or equal search filter component defined as:classNot search filter set defined as:classOr search filter set defined as:classPresence search filter component defined as:classSubstring search filter component defined as:Fields in org.ldaptive.filter declared as FilterModifier and TypeFieldDescriptionprivate FilterNotFilter.filterComponentComponent of this filter.Fields in org.ldaptive.filter with type parameters of type FilterModifier and TypeFieldDescriptionAndFilter.filterComponentsComponents of this filter.OrFilter.filterComponentsComponents of this filter.Methods in org.ldaptive.filter that return FilterModifier and TypeMethodDescriptionNotFilter.getComponent()Returns the component of this filter.Parses the supplied string representation of a filter.static FilterParse the supplied filter string.protected abstract FilterAbstractFilterFunction.parseFilterComp(String filter) Inspects the supplied filter string and creates the type of filter it represents.protected FilterDefaultFilterFunction.parseFilterComp(String filter) protected FilterRegexFilterFunction.parseFilterComp(String filter) private FilterDefaultFilterFunction.parseSubstringOrEquality(String attribute, CharBuffer cb) Parses the supplied buffer and returns either a substring or equality filter.private FilterAbstractFilterFunction.readNextComponent(String filter, int depth) Reads the next component contained in the supplied filter.Methods in org.ldaptive.filter that return types with arguments of type FilterModifier and TypeMethodDescriptionAndFilter.getComponents()Returns the components of this filter.OrFilter.getComponents()Returns the components of this filter.Methods in org.ldaptive.filter with parameters of type FilterModifier and TypeMethodDescriptionvoidvoidAdds a search filter to this set.voidvoidConstructors in org.ldaptive.filter with parameters of type Filter -
Uses of Filter in org.ldaptive.url
Fields in org.ldaptive.url declared as FilterModifier and TypeFieldDescription(package private) static final FilterDefault parsed attribute filter.private final FilterUrl.parsedFilterParsed filter of the ldap url.Methods in org.ldaptive.url that return FilterMethods in org.ldaptive.url with parameters of type FilterModifier and TypeMethodDescriptionprotected abstract StringAbstractUrlFormatter.formatFilter(String filter, Filter parsedFilter) Formats the supplied filter string.protected StringMinimalUrlFormatter.formatFilter(String filter, Filter parsedFilter)