Package org.flowable.ldap
-
Interface Summary Interface Description LDAPCallBack<T> Used to wrap ldap logic so it can be used by theLDAPTemplate, so that no boilerplate code needs to be repeated every time.LDAPGroupCache.LDAPGroupCacheListener -
Class Summary Class Description LDAPConfiguration Aorg.flowable.engine.configurator.ProcessEngineConfiguratorthat 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 aLDAPCallBack.