Uses of Class
edu.vt.middleware.ldap.pool.LdapPoolConfig
-
Packages that use LdapPoolConfig Package Description edu.vt.middleware.ldap.pool -
-
Uses of LdapPoolConfig in edu.vt.middleware.ldap.pool
Fields in edu.vt.middleware.ldap.pool declared as LdapPoolConfig Modifier and Type Field Description protected LdapPoolConfig
AbstractLdapPool. poolConfig
Ldap pool config.Methods in edu.vt.middleware.ldap.pool that return LdapPoolConfig Modifier and Type Method Description static LdapPoolConfig
LdapPoolConfig. createFromProperties(java.io.InputStream is)
Create an instance of this class initialized with properties from the input stream.LdapPoolConfig
AbstractLdapPool. getLdapPoolConfig()
Returns the configuration for this pool.LdapPoolConfig
LdapPool. getLdapPoolConfig()
Returns the configuration for this pool.Constructors in edu.vt.middleware.ldap.pool with parameters of type LdapPoolConfig Constructor Description AbstractLdapPool(LdapPoolConfig lpc, LdapFactory<T> lf)
Creates a new pool with the supplied pool configuration and ldap factory.BlockingLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap config and factory.SharedLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap config and factory.SoftLimitLdapPool(LdapPoolConfig lpc, LdapFactory<Ldap> lf)
Creates a new ldap pool with the supplied ldap config and factory.
-