Package org.ldaptive.filter
Class RegexFilterFunction
- java.lang.Object
-
- org.ldaptive.filter.AbstractFilterFunction
-
- org.ldaptive.filter.RegexFilterFunction
-
- All Implemented Interfaces:
FilterFunction
public class RegexFilterFunction extends AbstractFilterFunction
Parses an LDAP search filter string using regular expressions.- Author:
- Middleware Services
-
-
Constructor Summary
Constructors Constructor Description RegexFilterFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Filter
parseFilterComp(java.lang.String filter)
Inspects the supplied filter string and creates the type of filter it represents.-
Methods inherited from class org.ldaptive.filter.AbstractFilterFunction
parse
-
-
-
-
Method Detail
-
parseFilterComp
protected Filter parseFilterComp(java.lang.String filter) throws FilterParseException
Description copied from class:AbstractFilterFunction
Inspects the supplied filter string and creates the type of filter it represents.- Specified by:
parseFilterComp
in classAbstractFilterFunction
- Parameters:
filter
- to inspect- Returns:
- search filter
- Throws:
FilterParseException
- if filter is invalid
-
-