Package org.ldaptive.templates
-
Interface Summary Interface Description SearchTemplates.TermParser Converts query terms into search filter parameters. -
Class Summary Class Description Query Contains data associated with a query request.SearchTemplates Contains a list of common search filter templates that can be formatted for any given query.SearchTemplates.DefaultTermParser Adds each term as a filter parameter using the name 'termX' where X is the index of the term.SearchTemplates.InitialTermParser Adds the first letter of each term as a filter parameter using the name 'initialX' where X is the index of the term.SearchTemplatesOperation Searches an LDAP using a defined set of search templates.