| Interface | Description |
|---|---|
| LDAPCallBack<T> |
Used to wrap ldap logic so it can be used by the
LDAPTemplate, so that no boilerplate code needs to be repeated every time. |
| LDAPGroupCache.LDAPGroupCacheListener |
| Class | Description |
|---|---|
| LDAPConfigurator |
A
ProcessEngineConfigurator that integrates a LDAP system with the Activiti process engine. |
| LDAPConnectionUtil |
Utility class for managing LDAP connections.
|
| LDAPGroupCache |
Simple cache for groups a user belongs to, which avoid hitting the LDAP system too much.
|
| LDAPGroupManager |
Implementation of the
GroupEntityManager interface specifically for LDAP. |
| LDAPQueryBuilder |
Class with overridable methods that are called when doing the calls to the ldap system.
|
| LDAPTemplate |
Internal class used to simplify ldap calls by wrapping the actual ldap logic in a
LDAPCallBack. |
| LDAPUserManager |
Implementation of the
UserEntityManager interface specifically for LDAP. |
Copyright © 2015 Alfresco. All rights reserved.