Package | Description |
---|---|
edu.vt.middleware.ldap.pool |
Modifier and Type | Field and Description |
---|---|
protected LdapPoolConfig |
AbstractLdapPool.poolConfig
Ldap pool config.
|
Modifier and Type | Method and Description |
---|---|
static LdapPoolConfig |
LdapPoolConfig.createFromProperties(InputStream is)
Create an instance of this class initialized with properties from the input
stream.
|
LdapPoolConfig |
LdapPool.getLdapPoolConfig()
Returns the configuration for this pool.
|
LdapPoolConfig |
AbstractLdapPool.getLdapPoolConfig()
Returns the configuration for this pool.
|
Constructor and 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.
|
Copyright © 2019. All rights reserved.