| Interface | Description |
|---|---|
| DirectoryListener |
A listener which is notified of changes to the directory service.
|
| Evaluator |
Tests if an entry is eligible for return by evaluating a filter expression on
the candidate.
|
| EventService |
Interface used by the DirectoryService to manage subscriptions for DIT
change notifications.
|
| Class | Description |
|---|---|
| DirectoryListenerAdapter |
A DirectoryListener adapter class for convenient subclassing
It doesn't handle any operation
|
| ExpressionEvaluator |
Top level filter expression evaluator implementation.
|
| LeafEvaluator |
Evaluates LeafNode assertions on candidates using a database.
|
| NotificationCriteria |
Contains the set of notification criteria required for triggering the
delivery of change notifications notifications to
DirectoryListeners. |
| RegistrationEntry |
Entry for a
DirectoryListener in the EventService. |
| ScopeEvaluator |
Evaluates ScopeNode assertions on candidates.
|
| SubstringEvaluator |
Evaluates substring filter assertions on an entry.
|
| Enum | Description |
|---|---|
| EventType |
The different kinds of events a
DirectoryListener may register for
notification on using the EventService. |
Copyright © 2021. All rights reserved.