| Interface | Description |
|---|---|
| Assertion |
A candidacy predicate which tests if an entry satisfies some condition before
being returned by a search.
|
| ExprNode |
Root expression node interface which all expression nodes in the filter
expression tree implement.
|
| FilterVisitor |
Filter expression tree node visitor interface.
|
| Class | Description |
|---|---|
| AbstractExprNode |
Abstract implementation of a expression node.
|
| AndNode |
Node representing an AND connector in a filter operation
|
| ApproximateNode<T> |
A simple assertion value node.
|
| AssertionNode |
Node used for the application of arbitrary predicates on return candidates.
|
| BranchNode |
Node representing branches within the expression tree corresponding to
logical operators within the filter expression.
|
| BranchNormalizedVisitor |
Visitor which traverses a filter tree while normalizing the branch node
order.
|
| BranchNormalizedVisitor.NodeComparator | |
| EqualityNode<T> |
A assertion value node for Equality.
|
| ExtensibleNode |
Filter expression tree node for extensible assertions.
|
| FilterEncoder |
An encoder for LDAP filters.
|
| FilterParser |
This class parse a Ldap filter.
|
| GreaterEqNode<T> |
A assertion value node for GreaterOrEqual.
|
| LeafNode |
Abstract base class for leaf nodes within the expression filter tree.
|
| LessEqNode<T> |
A assertion value node for LessOrEqual.
|
| NotNode |
Node representing an Not connector in a filter operation
|
| ObjectClassNode |
An empty class used for the (ObjectClass=*) node.
|
| OrNode |
Node representing an OR connector in a filter operation
|
| PresenceNode |
Filter expression tree node representing a filter attribute value assertion
for presence.
|
| ScopeNode |
Node used not to represent a published assertion but an assertion on the
scope of the search.
|
| SimpleNode<T> |
A simple assertion value node.
|
| SubstringNode |
Filter expression tree node used to represent a substring assertion.
|
| UndefinedNode |
An empty class used for Undefined Nodes.
|
| Enum | Description |
|---|---|
| AssertionType |
All the different kind of assertions.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.