- search(HttpServletRequest, HttpServletResponse) - Method in class org.ldaptive.servlets.AbstractServletSearchTemplatesExecutor
-
- search(Query) - Method in class org.ldaptive.templates.SearchTemplatesExecutor
-
Applies the supplied query to a search templates and aggregates all results into a single search result.
- search(SearchFilter[], String[], Integer, Integer) - Method in class org.ldaptive.templates.SearchTemplatesExecutor
-
Performs an LDAP search with the supplied filters and aggregates all the search results together.
- searchExecutor - Variable in class org.ldaptive.templates.SearchTemplatesExecutor
-
Search executor.
- searchRestrictions - Variable in class org.ldaptive.templates.Query
-
Additional restrictions to place on every query.
- searchRestrictions - Variable in class org.ldaptive.templates.SearchTemplates
-
Appended to every search filter to restrict results.
- SearchTemplates - Class in org.ldaptive.templates
-
Contains a list of common search filter templates that can be formatted for any given query.
- SearchTemplates(String...) - Constructor for class org.ldaptive.templates.SearchTemplates
-
Creates a new search templates.
- searchTemplates - Variable in class org.ldaptive.templates.SearchTemplatesExecutor
-
Search templates.
- SearchTemplates.DefaultTermParser - Class in org.ldaptive.templates
-
Adds each term as a filter parameter using the name 'termX' where X is the index of the term.
- SearchTemplates.InitialTermParser - Class in org.ldaptive.templates
-
Adds the first letter of each term as a filter parameter using the name 'initialX' where X is the index of the
term.
- SearchTemplates.TermParser - Interface in org.ldaptive.templates
-
Converts query terms into search filter parameters.
- SearchTemplatesExecutor - Class in org.ldaptive.templates
-
Searches an LDAP using a defined set of search templates.
- SearchTemplatesExecutor() - Constructor for class org.ldaptive.templates.SearchTemplatesExecutor
-
Default constructor.
- SearchTemplatesExecutor(AggregatePooledSearchExecutor, PooledConnectionFactory[], SearchTemplates...) - Constructor for class org.ldaptive.templates.SearchTemplatesExecutor
-
Creates a new templates search executor.
- setConnectionFactories(PooledConnectionFactory[]) - Method in class org.ldaptive.templates.SearchTemplatesExecutor
-
Sets the connection factories.
- setFromResult(Integer) - Method in class org.ldaptive.templates.Query
-
Sets the index of the result to begin searching.
- setReturnAttributes(String[]) - Method in class org.ldaptive.templates.Query
-
Sets the return attributes.
- setSearchExecutor(AggregatePooledSearchExecutor) - Method in class org.ldaptive.templates.SearchTemplatesExecutor
-
Sets the search executor.
- setSearchRestrictions(String) - Method in class org.ldaptive.templates.Query
-
Sets the search restrictions.
- setSearchRestrictions(String) - Method in class org.ldaptive.templates.SearchTemplates
-
Sets the filter to use for search restrictions.
- setSearchTemplates(SearchTemplates[]) - Method in class org.ldaptive.templates.SearchTemplatesExecutor
-
Sets the search templates.
- setTermParsers(SearchTemplates.TermParser...) - Method in class org.ldaptive.templates.SearchTemplates
-
Sets the term parsers used for creating filter parameters.
- setToResult(Integer) - Method in class org.ldaptive.templates.Query
-
Sets the index of the result to stop searching.
- SPRING_CONTEXT_PATH - Static variable in class org.ldaptive.servlets.AbstractServletSearchTemplatesExecutor
-
Spring context path.