Map objects.See: Description
| Interface | Description |
|---|---|
| FilterExpression |
Interface representing an abstract filter expression.
|
| Class | Description |
|---|---|
| AndExpression |
Implementation of the and (&) operator.
|
| EqualityExpression |
Implementation of the equal (=) operator.
|
| FilterExpressionParser |
Parser for LDAP filter expressions.
|
| NotExpression |
Implementation of the not (!
|
| OrExpression |
Implementation of the or (|) operator.
|
| PresenceExpression |
Implementation of the present (=*) operator.
|
Map objects.
LDAP filter expressions are parsed using
FilterExpressionParser.parse(String).
The resulting FilterExpression object can
then be used to evaluate the filter against a given Map object.
Copyright © The Apache Software Foundation. All Rights Reserved.