| 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 |
|---|---|
| LDAPConfiguration |
A
org.flowable.engine.configurator.ProcessEngineConfigurator that integrates a LDAP system with the Flowable 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.
|
| LDAPIdentityServiceImpl | |
| 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. |
Copyright © 2021 Flowable. All rights reserved.