Package org.ldaptive.filter
Interface FilterFunction
- All Known Implementing Classes:
AbstractFilterFunction
,DefaultFilterFunction
,RegexFilterFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Marker interface for a filter function.
-
Method Summary
-
Method Details
-
parse
Parses the supplied string representation of a filter.- Parameters:
filter
- to parse- Returns:
- parsed filter
- Throws:
FilterParseException
- if the supplied filter is invalid
-