C D E F G I L O P Q R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in class org.ldaptive.templates.SearchTemplatesOperation
-
Closes any resources associated with this object.
- concatFilters(String...) - Method in class org.ldaptive.templates.SearchTemplates
-
Concatenates the supplied filters into a single filter will all arguments ANDED together.
D
- DefaultTermParser() - Constructor for class org.ldaptive.templates.SearchTemplates.DefaultTermParser
E
- EMPTY_STRING_ARRAY - Static variable in class org.ldaptive.templates.Query
-
Used for setting empty terms.
- execute(FilterTemplate[], String[], Integer, Integer) - Method in class org.ldaptive.templates.SearchTemplatesOperation
-
Performs an LDAP search with the supplied templates and aggregates all the search results together.
- execute(Query) - Method in class org.ldaptive.templates.SearchTemplatesOperation
-
Applies the supplied query to a search templates and aggregates all results into a single search result.
F
- filterTemplates - Variable in class org.ldaptive.templates.SearchTemplates
-
Search filter templates.
- format(Query) - Method in class org.ldaptive.templates.SearchTemplates
-
Creates the filter templates using configured templates and the supplied query.
- fromResult - Variable in class org.ldaptive.templates.Query
-
Start index of search results to return.
G
- getFromResult() - Method in class org.ldaptive.templates.Query
-
Returns the from result.
- getInitials(String[]) - Method in class org.ldaptive.templates.SearchTemplates.InitialTermParser
-
This converts an array of names into an array of initials.
- getReturnAttributes() - Method in class org.ldaptive.templates.Query
-
Returns the return attributes.
- getSearchOperationWorker() - Method in class org.ldaptive.templates.SearchTemplatesOperation
-
Returns the search operation worker.
- getSearchRestrictions() - Method in class org.ldaptive.templates.Query
-
Returns the search restrictions.
- getSearchRestrictions() - Method in class org.ldaptive.templates.SearchTemplates
-
Returns the filter to use for search restrictions.
- getSearchTemplates() - Method in class org.ldaptive.templates.SearchTemplatesOperation
-
Returns the search templates.
- getTermParsers() - Method in class org.ldaptive.templates.SearchTemplates
-
Returns the term parsers used for creating filter parameters.
- getTerms() - Method in class org.ldaptive.templates.Query
-
Returns the terms.
- getToResult() - Method in class org.ldaptive.templates.Query
-
Returns the to result.
I
- InitialTermParser() - Constructor for class org.ldaptive.templates.SearchTemplates.InitialTermParser
L
- logger - Variable in class org.ldaptive.templates.SearchTemplatesOperation
-
Logger for this class.
O
- org.ldaptive.templates - package org.ldaptive.templates
P
- parse(String[]) - Method in class org.ldaptive.templates.SearchTemplates.DefaultTermParser
- parse(String[]) - Method in class org.ldaptive.templates.SearchTemplates.InitialTermParser
- parse(String[]) - Method in interface org.ldaptive.templates.SearchTemplates.TermParser
-
Returns search filter parameters for the supplied query terms.
Q
- Query - Class in org.ldaptive.templates
-
Contains data associated with a query request.
- Query(String) - Constructor for class org.ldaptive.templates.Query
-
Parses the query from a string into query terms.
R
- returnAttributes - Variable in class org.ldaptive.templates.Query
-
Attributes to return with the ldap query.
S
- searchOperationWorker - Variable in class org.ldaptive.templates.SearchTemplatesOperation
-
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 - Variable in class org.ldaptive.templates.SearchTemplatesOperation
-
Search templates.
- 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.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.
- SearchTemplatesOperation - Class in org.ldaptive.templates
-
Searches an LDAP using a defined set of search templates.
- SearchTemplatesOperation() - Constructor for class org.ldaptive.templates.SearchTemplatesOperation
-
Default constructor.
- SearchTemplatesOperation(SearchOperationWorker, SearchTemplates...) - Constructor for class org.ldaptive.templates.SearchTemplatesOperation
-
Creates a new search templates operation.
- 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.
- setSearchOperationWorker(SearchOperationWorker) - Method in class org.ldaptive.templates.SearchTemplatesOperation
-
Sets the search operation worker.
- 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.SearchTemplatesOperation
-
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.
T
- termParsers - Variable in class org.ldaptive.templates.SearchTemplates
-
Term parsers for creating filter parameters.
- terms - Variable in class org.ldaptive.templates.Query
-
Query separated into terms.
- toResult - Variable in class org.ldaptive.templates.Query
-
End index of search results to return.
- toString() - Method in class org.ldaptive.templates.Query
- toString() - Method in class org.ldaptive.templates.SearchTemplates
- toString() - Method in class org.ldaptive.templates.SearchTemplatesOperation
All Classes All Packages