public class FilterExpressionParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static FilterExpression |
parse(String filter)
Parse an LDAP filter expression.
|
public static FilterExpression parse(String filter) throws ParseException
filter - an LDAP filter as defined by RFC2254ParseException - if the filter is syntactically incorrectCopyright © The Apache Software Foundation. All Rights Reserved.