| Interface | Description |
|---|---|
| ConnectionCallback<T> |
A callback for running code against a managed
LdapConnection. |
| EntryMapper<T> |
A callback for processing entries from a search result.
|
| LdapConnectionOperations |
Specifies the set of operations available on
LdapConnectionTemplate. |
| ModelFactory |
A factory for creating
org.apache.directory.api.ldap.model objects. |
| PasswordPolicyOperation |
An callback for processing requests whose success/failure imply some sort
of password policy information.
|
| PasswordPolicyResponder |
A class for translating the outcome of a
PasswordPolicyOperation. |
| PasswordWarning |
A container for password warning information.
|
| RequestBuilder<T> |
Edits a supplied request adding specifics.
|
| Class | Description |
|---|---|
| AbstractPasswordPolicyResponder |
A base, abstract, implementation of
PasswordPolicyResponder. |
| LdapConnectionTemplate |
A facade for LDAP operations that handles all of the boiler plate code for
you allowing more concise operations through the use of callbacks.
|
| MemoryClearingBuffer |
A buffer for storing sensitive information like passwords.
|
| ModelFactoryImpl |
The default implementation of
ModelFactory. |
| PasswordPolicyResponderImpl |
The default implementation of
PasswordPolicyResponder. |
| PasswordWarningImpl |
The default implementation of
PasswordWarning. |
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.