Package | Description |
---|---|
edu.vt.middleware.ldap.pool |
Modifier and Type | Class and 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. |
Modifier and Type | Field and Description |
---|---|
protected LdapFactory<T> |
AbstractLdapPool.ldapFactory
Factory to create ldap objects.
|
Constructor and 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.
|
Copyright © 2014. All rights reserved.