See: Description
| Interface | Description |
|---|---|
| ParameterizedContextMapper<T> |
Extension of the
ContextMapper interface. |
| ParameterizedContextMapperWithControls<T> |
Extension of the
ParameterizedContextMapper interface that allows
controls to be passed to the mapper implementation. |
| SimpleLdapOperations |
LDAP operations interface usable on Java 5 and above, exposing a set of
common LDAP operations.
|
| Class | Description |
|---|---|
| AbstractParameterizedContextMapper<T> |
Abstract superclass that may be used instead of implementing
ParameterizedContextMapper directly. |
| ContextMapperCallbackHandlerWithControls |
Currently only per request controls can be inspected via the post process
method on a context processor.
|
| SimpleLdapTemplate |
Java-5-based convenience wrapper for the classic LdapTemplate, adding some
convenient shortcuts and taking advantage of Java 5 Generics.
|