A C D F G I J L O P Q S T W

A

AbstractServletSearchTemplatesExecutor - Class in org.ldaptive.servlets
Searches an LDAP using a defined set of search templates.
AbstractServletSearchTemplatesExecutor() - Constructor for class org.ldaptive.servlets.AbstractServletSearchTemplatesExecutor
 

C

close() - Method in class org.ldaptive.templates.SearchTemplatesExecutor
Closes any resources associated with this object.

D

Dsmlv1ServletSearchTemplatesExecutor - Class in org.ldaptive.servlets
Writes search results as DSML version 1.
Dsmlv1ServletSearchTemplatesExecutor() - Constructor for class org.ldaptive.servlets.Dsmlv1ServletSearchTemplatesExecutor
 

F

format(Query) - Method in class org.ldaptive.templates.SearchTemplates
Creates the search filters using configured templates and the supplied query.

G

getConnectionFactories() - Method in class org.ldaptive.templates.SearchTemplatesExecutor
Returns the connection factories.
getFromResult() - Method in class org.ldaptive.templates.Query
Returns the from result.
getReturnAttributes() - Method in class org.ldaptive.templates.Query
Returns the return attributes.
getSearchExecutor() - Method in class org.ldaptive.templates.SearchTemplatesExecutor
Returns the search executor.
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.SearchTemplatesExecutor
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

initialize(ServletConfig) - Method in class org.ldaptive.servlets.AbstractServletSearchTemplatesExecutor

J

JsonServletSearchTemplatesExecutor - Class in org.ldaptive.servlets
Writes search results as JSON.
JsonServletSearchTemplatesExecutor() - Constructor for class org.ldaptive.servlets.JsonServletSearchTemplatesExecutor
 

L

LdifServletSearchTemplatesExecutor - Class in org.ldaptive.servlets
Writes search results in LDIF format.
LdifServletSearchTemplatesExecutor() - Constructor for class org.ldaptive.servlets.LdifServletSearchTemplatesExecutor
 
logger - Variable in class org.ldaptive.templates.SearchTemplatesExecutor
Logger for this class.

O

org.ldaptive.servlets - package org.ldaptive.servlets
 
org.ldaptive.templates - package org.ldaptive.templates
 

P

parse(String[]) - Method in class org.ldaptive.templates.SearchTemplates.DefaultTermParser
Returns search filter parameters for the supplied query terms.
parse(String[]) - Method in class org.ldaptive.templates.SearchTemplates.InitialTermParser
Returns search filter parameters for the supplied query terms.
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.

S

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.
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.DefaultTermParser() - Constructor for class org.ldaptive.templates.SearchTemplates.DefaultTermParser
 
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.InitialTermParser() - Constructor for class org.ldaptive.templates.SearchTemplates.InitialTermParser
 
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.

T

toString() - Method in class org.ldaptive.templates.Query
toString() - Method in class org.ldaptive.templates.SearchTemplates
toString() - Method in class org.ldaptive.templates.SearchTemplatesExecutor

W

writeResponse(SearchResult, HttpServletResponse) - Method in class org.ldaptive.servlets.AbstractServletSearchTemplatesExecutor
Writes the supplied search result to the servlet response output stream.
writeResponse(SearchResult, HttpServletResponse) - Method in class org.ldaptive.servlets.Dsmlv1ServletSearchTemplatesExecutor
Writes the supplied search result to the servlet response output stream.
writeResponse(SearchResult, HttpServletResponse) - Method in class org.ldaptive.servlets.JsonServletSearchTemplatesExecutor
Writes the supplied search result to the servlet response output stream.
writeResponse(SearchResult, HttpServletResponse) - Method in class org.ldaptive.servlets.LdifServletSearchTemplatesExecutor
Writes the supplied search result to the servlet response output stream.

A C D F G I J L O P Q S T W

Copyright © 2003-2017 Virginia Tech. All Rights Reserved.