Uses of Interface
edu.vt.middleware.ldap.pool.LdapFactory
-
Packages that use LdapFactory Package Description edu.vt.middleware.ldap.pool -
-
Uses of LdapFactory in edu.vt.middleware.ldap.pool
Classes in edu.vt.middleware.ldap.pool that implement LdapFactory Modifier and Type Class Description class
AbstractLdapFactory<T extends BaseLdap>
AbstractLdapFactory
provides a basic implementation of an ldap factory.class
DefaultLdapFactory
DefaultLdapFactory
provides a simple implementation of an ldap factory.Fields in edu.vt.middleware.ldap.pool declared as LdapFactory Modifier and Type Field Description protected LdapFactory<T>
AbstractLdapPool. ldapFactory
Factory to create ldap objects.Constructors in edu.vt.middleware.ldap.pool with parameters of type LdapFactory Constructor Description AbstractLdapPool(LdapPoolConfig lpc, LdapFactory<T> lf)
Creates a new pool with the supplied pool configuration and ldap factory.BlockingLdapPool(LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap factory.BlockingLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap config and factory.SharedLdapPool(LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap factory.SharedLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap config and factory.SoftLimitLdapPool(LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap factory.SoftLimitLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap config and factory.
-