Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.dsml | |
edu.vt.middleware.ldap.ldif | |
edu.vt.middleware.ldap.pool |
Modifier and Type | Field and Description |
---|---|
protected LdapPool<Ldap> |
LdapSearch.pool
Ldap object to use for searching.
|
Constructor and Description |
---|
LdapSearch(LdapPool<Ldap> pool)
This creates a new
LdapSearch with the supplied pool. |
Constructor and Description |
---|
DsmlSearch(LdapPool<Ldap> pool)
This creates a new
DsmlSearch with the supplied pool. |
Constructor and Description |
---|
LdifSearch(LdapPool<Ldap> pool)
This creates a new
LdifSearch with the supplied pool. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLdapPool<T extends BaseLdap>
AbstractLdapPool contains the basic implementation for pooling
ldap objects. |
class |
BlockingLdapPool
BlockingLdapPool implements a pool of ldap objects that has a
set minimum and maximum size. |
class |
SharedLdapPool
SharedLdapPool implements a pool of ldap objects that has a set
minimum and maximum size. |
class |
SoftLimitLdapPool
SoftLimitLdapPool implements a pool of ldap objects that has a
set minimum and maximum size. |
Constructor and Description |
---|
PrunePoolTask(LdapPool<T> lp)
Creates a new task to periodically prune the supplied pool.
|
ValidatePoolTask(LdapPool<T> lp)
Creates a new task to periodically validate the supplied pool.
|
Copyright © 2018. All rights reserved.