| 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
GroupIdentityManager interface specifically for LDAP. |
| LDAPGroupManagerFactory |
SessionFactory responsible for creating the LDAPGroupManager. |
| LDAPMembershipManagerFactory | |
| 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
UserIdentityManager interface specifically for LDAP. |
| LDAPUserManagerFactory |
SessionFactory responsible for creating the LDAPUserManager. |
Copyright © 2016 Alfresco. All rights reserved.