Uses of Class
org.flowable.ldap.LDAPGroupCache
-
Packages that use LDAPGroupCache Package Description org.flowable.ldap org.flowable.ldap.impl -
-
Uses of LDAPGroupCache in org.flowable.ldap
Fields in org.flowable.ldap declared as LDAPGroupCache Modifier and Type Field Description protected LDAPGroupCacheLDAPIdentityServiceImpl. ldapGroupCacheMethods in org.flowable.ldap that return LDAPGroupCache Modifier and Type Method Description LDAPGroupCacheLDAPIdentityServiceImpl. getLdapGroupCache()Methods in org.flowable.ldap with parameters of type LDAPGroupCache Modifier and Type Method Description voidLDAPIdentityServiceImpl. setLdapGroupCache(LDAPGroupCache ldapGroupCache)Constructors in org.flowable.ldap with parameters of type LDAPGroupCache Constructor Description LDAPIdentityServiceImpl(LDAPConfiguration ldapConfigurator, LDAPGroupCache ldapGroupCache, IdmEngineConfiguration idmEngineConfiguration) -
Uses of LDAPGroupCache in org.flowable.ldap.impl
Fields in org.flowable.ldap.impl declared as LDAPGroupCache Modifier and Type Field Description protected LDAPGroupCacheLDAPGroupQueryImpl. ldapGroupCacheConstructors in org.flowable.ldap.impl with parameters of type LDAPGroupCache Constructor Description LDAPGroupQueryImpl(LDAPConfiguration ldapConfigurator, LDAPGroupCache ldapGroupCache)
-