|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LdapPoolStrategy in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector |
---|
Classes in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector that implement LdapPoolStrategy | |
---|---|
class |
LdapPoolEmptyStrategy
Ldap pool strategy that does no pooling. |
class |
LdapPoolVTStrategy
Ldap pool strategy backed by the vt-ldap library. |
Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector that return LdapPoolStrategy | |
---|---|
LdapPoolStrategy |
LdapDataConnector.getLdapPool()
This returns the ldap pool strategy this connector is using. |
Constructors in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector with parameters of type LdapPoolStrategy | |
---|---|
LdapDataConnector(LdapPoolStrategy pool,
net.sf.ehcache.Cache cache)
This creates a new LDAP data connector with the supplied properties. |
Uses of LdapPoolStrategy in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector |
---|
Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector that return LdapPoolStrategy | |
---|---|
LdapPoolStrategy |
LdapDataConnectorFactoryBean.getPoolStrategy()
Gets the ldap pool strategy. |
Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector with parameters of type LdapPoolStrategy | |
---|---|
void |
LdapDataConnectorFactoryBean.setPoolStrategy(LdapPoolStrategy strategy)
Sets the ldap pool strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |