Uses of Interface
org.frankframework.cache.ICacheEnabled
Packages that use ICacheEnabled
-
Uses of ICacheEnabled in org.frankframework.core
Classes in org.frankframework.core that implement ICacheEnabled -
Uses of ICacheEnabled in org.frankframework.ldap
Classes in org.frankframework.ldap that implement ICacheEnabledModifier and TypeClassDescriptionclassClient for LDAP.
consider setting the following properties:
- java.naming.provider.url
- com.sun.jndi.ldap.connect.pool
- java.naming.referral = follow
- nl.nn.iuf.LdapClient.groupAttributeCache.name
- nl.nn.iuf.LdapClient.groupAttributeCache.timeToLive
Connection Pooling:
To set connection pool properties that are set as custom properties, create a properties file named Ldap.properties with the attributes and place in the classpath.classPipe that returns the memberships of a userDN. -
Uses of ICacheEnabled in org.frankframework.senders
Classes in org.frankframework.senders that implement ICacheEnabledModifier and TypeClassDescriptionclassBaseclass for Wrappers for senders, that allows to get input from a session variable, and to store output in a session variable.classSender used to run JavaScript code using `JavascriptEngine` implementations.classCollection of Senders, that are executed all at the same time.classWrapper for senders, that opens the wrapped sender at runtime before each sender action, and closes it afterwards.classSeries of Senders, that are executed one after another.classWrapper for senders, that allows to get input from a session variable, and to store output in a session variable.classCollection of Senders, that are executed all at the same time.