Uses of Class
org.ldaptive.FilterTemplate
Packages that use FilterTemplate
-
Uses of FilterTemplate in org.ldaptive
Fields in org.ldaptive declared as FilterTemplateModifier and TypeFieldDescriptionprivate FilterTemplateSearchOperation.filterTemplateFilter template.private final FilterTemplateFilterTemplate.Builder.objectMethods in org.ldaptive that return FilterTemplateModifier and TypeMethodDescriptionFilterTemplate.Builder.build()static FilterTemplateFilterTemplate.copy(FilterTemplate template) Returns a new filter template with the same properties as the supplied template.SearchOperation.getTemplate()Methods in org.ldaptive with parameters of type FilterTemplateModifier and TypeMethodDescriptionstatic FilterTemplateFilterTemplate.copy(FilterTemplate template) Returns a new filter template with the same properties as the supplied template.SearchOperation.execute(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchOperation.execute(FilterTemplate template) Executes a search request.SearchOperation.execute(FilterTemplate template, String... returnAttributes) Executes a search request.SearchOperation.execute(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Executes a search request.SearchRequest.Builder.filter(FilterTemplate template) Sets the search filter.static SearchRequestSearchRequest.objectScopeSearchRequest(String dn, String[] attrs, FilterTemplate template) Returns a search request initialized for use with an object level search scope.SearchOperation.send(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.SearchOperation.send(FilterTemplate template) Sends a search request.SearchOperation.send(FilterTemplate template, String... returnAttributes) Sends a search request.SearchOperation.send(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers) Sends a search request.voidSearchRequest.setFilter(FilterTemplate template) Sets the search filter.voidSearchOperation.setTemplate(FilterTemplate template) SearchOperation.Builder.template(FilterTemplate template) Sets the filter template.Constructors in org.ldaptive with parameters of type FilterTemplateModifierConstructorDescriptionSearchRequest(String dn, FilterTemplate template, String... attributes) Creates a new search request. -
Uses of FilterTemplate in org.ldaptive.auth
Methods in org.ldaptive.auth that return FilterTemplateModifier and TypeMethodDescriptionprotected FilterTemplateAbstractSearchEntryResolver.createFilterTemplate(AuthenticationCriteria ac) Returns a filter template usingAbstractSearchEntryResolver.userFilterandAbstractSearchEntryResolver.userFilterParameters.protected FilterTemplateSearchDnResolver.createFilterTemplate(User user) Returns a filter template usingSearchDnResolver.userFilterandSearchDnResolver.userFilterParameters.Methods in org.ldaptive.auth with parameters of type FilterTemplateModifier and TypeMethodDescriptionprotected SearchRequestSearchDnResolver.createSearchRequest(FilterTemplate template) Returns a search request for searching for a single entry in an LDAP, returning no attributes.protected SearchResponseSearchDnResolver.performLdapSearch(FilterTemplate template) Executes the ldap search operation with the supplied filter. -
Uses of FilterTemplate in org.ldaptive.concurrent
Methods in org.ldaptive.concurrent with parameters of type FilterTemplateModifier and TypeMethodDescriptionSearchOperationWorker.execute(FilterTemplate... templates) Performs search operations for the supplied filters.SearchOperationWorker.execute(FilterTemplate[] templates, String... attrs) Performs search operations for the supplied filters with the supplied return attributes -
Uses of FilterTemplate in org.ldaptive.templates
Methods in org.ldaptive.templates that return FilterTemplateModifier and TypeMethodDescriptionCreates the filter templates using configured templates and the supplied query.Methods in org.ldaptive.templates with parameters of type FilterTemplateModifier and TypeMethodDescriptionprotected SearchResponseSearchTemplatesOperation.execute(FilterTemplate[] templates, String[] returnAttrs, Integer fromResult, Integer toResult) Performs an LDAP search with the supplied templates and aggregates all the search results together.