Uses of Interface
org.ldaptive.templates.SearchTemplates.TermParser
-
Packages that use SearchTemplates.TermParser Package Description org.ldaptive.templates -
-
Uses of SearchTemplates.TermParser in org.ldaptive.templates
Classes in org.ldaptive.templates that implement SearchTemplates.TermParser Modifier and Type Class Description static classSearchTemplates.DefaultTermParserAdds each term as a filter parameter using the name 'termX' where X is the index of the term.static classSearchTemplates.InitialTermParserAdds the first letter of each term as a filter parameter using the name 'initialX' where X is the index of the term.Fields in org.ldaptive.templates declared as SearchTemplates.TermParser Modifier and Type Field Description private SearchTemplates.TermParser[]SearchTemplates. termParsersTerm parsers for creating filter parameters.Methods in org.ldaptive.templates that return SearchTemplates.TermParser Modifier and Type Method Description SearchTemplates.TermParser[]SearchTemplates. getTermParsers()Returns the term parsers used for creating filter parameters.Methods in org.ldaptive.templates with parameters of type SearchTemplates.TermParser Modifier and Type Method Description voidSearchTemplates. setTermParsers(SearchTemplates.TermParser... parsers)Sets the term parsers used for creating filter parameters.
-