Uses of Class
org.ldaptive.FilterTemplate
-
Packages that use FilterTemplate Package Description org.ldaptive org.ldaptive.auth org.ldaptive.concurrent org.ldaptive.templates -
-
Uses of FilterTemplate in org.ldaptive
Fields in org.ldaptive declared as FilterTemplate Modifier and Type Field Description private FilterTemplateSearchOperation. filterTemplateFilter template.private FilterTemplateFilterTemplate.Builder. objectMethods in org.ldaptive that return FilterTemplate Modifier and Type Method Description FilterTemplateFilterTemplate.Builder. build()static FilterTemplateFilterTemplate. copy(FilterTemplate template)Returns a new filter template with the same properties as the supplied template.FilterTemplateSearchOperation. getTemplate()Methods in org.ldaptive with parameters of type FilterTemplate Modifier and Type Method Description static FilterTemplateFilterTemplate. copy(FilterTemplate template)Returns a new filter template with the same properties as the supplied template.SearchResponseSearchOperation. execute(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, String... returnAttributes)Executes a search request.SearchResponseSearchOperation. execute(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Executes a search request.SearchRequest.BuilderSearchRequest.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.SearchOperationHandleSearchOperation. send(String baseDN, FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.SearchOperationHandleSearchOperation. send(FilterTemplate template)Sends a search request.SearchOperationHandleSearchOperation. send(FilterTemplate template, String... returnAttributes)Sends a search request.SearchOperationHandleSearchOperation. send(FilterTemplate template, String[] returnAttributes, LdapEntryHandler... handlers)Sends a search request.voidSearchRequest. setFilter(FilterTemplate template)Sets the search filter.voidSearchOperation. setTemplate(FilterTemplate template)SearchOperation.BuilderSearchOperation.Builder. template(FilterTemplate template)Sets the filter template.Constructors in org.ldaptive with parameters of type FilterTemplate Constructor Description SearchRequest(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 FilterTemplate Modifier and Type Method Description protected 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 FilterTemplate Modifier and Type Method Description protected 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 FilterTemplate Modifier and Type Method Description Collection<SearchResponse>SearchOperationWorker. execute(FilterTemplate... templates)Performs search operations for the supplied filters.Collection<SearchResponse>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 FilterTemplate Modifier and Type Method Description FilterTemplate[]SearchTemplates. format(Query query)Creates the filter templates using configured templates and the supplied query.Methods in org.ldaptive.templates with parameters of type FilterTemplate Modifier and Type Method Description protected 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.
-