Uses of Interface
org.ldaptive.filter.FilterFunction
-
Packages that use FilterFunction Package Description org.ldaptive.filter -
-
Uses of FilterFunction in org.ldaptive.filter
Classes in org.ldaptive.filter that implement FilterFunction Modifier and Type Class Description classAbstractFilterFunctionBase implementation to parse an LDAP search filter string.classDefaultFilterFunctionParses an LDAP search filter string.classRegexFilterFunctionParses an LDAP search filter string using regular expressions.Methods in org.ldaptive.filter that return FilterFunction Modifier and Type Method Description static FilterFunctionFilterParser. getFilterFunction()TheFilterParser.FILTER_FUNCTION_PROPERTYproperty is checked and that class is loaded if provided.
-