Uses of Interface
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapPoolStrategy

Packages that use LdapPoolStrategy
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector   
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector   
 

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.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.