See: Description
| Interface | Description |
|---|---|
| Indexer |
This class is registered with a Backend and it provides callbacks
for indexing attribute values.
|
| IndexingOptions |
Contains options indicating how indexing must be performed.
|
| IndexQueryFactory<T> |
A factory for creating arbitrarily complex index queries.
|
| LDAPConnectionFactoryImpl |
Interface for all classes that actually implement
LDAPConnectionFactory. |
| LDAPListenerImpl |
Interface for all classes that actually implement
LDAPListener. |
| Provider |
Interface for providers, which provide an implementation of one or more interfaces.
|
| TransportProvider |
Interface for transport providers, which provide implementation
for
LDAPConnectionFactory and LDAPListener classes,
using a specific transport. |
| Class | Description |
|---|---|
| BindResultLdapPromiseImpl |
Bind result promise implementation.
|
| ConnectionState |
This class can be used to manage the internal state of a connection, ensuring
valid and atomic state transitions, as well as connection event listener
notification.
|
| ExtendedResultLdapPromiseImpl<S extends ExtendedResult> |
Extended result promise implementation.
|
| LdapPromiseImpl<S> |
This class provides an implementation of the
LdapPromise. |
| LdapPromises |
Utility methods for creating and composing
LdapPromises. |
| ResultLdapPromiseImpl<R extends Request,S extends Result> |
This class provides an implementation of the
LdapPromise. |
| SearchResultLdapPromiseImpl |
Search result promise implementation.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.