|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Map objects.
See:
Description
| Interface Summary | |
|---|---|
| FilterExpression | Interface representing an abstract filter expression. |
| Class Summary | |
|---|---|
| AndExpression | Implementation of the and (&) operator. |
| EqualityExpression | Implementation of the equal (=) operator. |
| FilterExpressionParser | Parser for LDAP filter expressions. |
| NotExpression | Implementation of the not (!) operator. |
| OrExpression | Implementation of the or (|) operator. |
| PresenceExpression | Implementation of the present (=*) operator. |
Provides classes to evaluate LDAP filters against 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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||