Package | Description |
---|---|
edu.vt.middleware.ldap | |
edu.vt.middleware.ldap.dsml | |
edu.vt.middleware.ldap.handler | |
edu.vt.middleware.ldap.jaas | |
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. |
Modifier and Type | Method and Description |
---|---|
Ldap |
ExtendedSearchResultHandler.getSearchResultLdap()
Gets the
Ldap used by the search operation invoking this
handler. |
Ldap |
RecursiveAttributeHandler.getSearchResultLdap()
Gets the
Ldap used by the search operation invoking this
handler. |
Ldap |
RecursiveSearchResultHandler.getSearchResultLdap()
Gets the
Ldap used by the search operation invoking this
handler. |
Ldap |
ExtendedAttributeHandler.getSearchResultLdap()
Gets the
Ldap used by the search operation invoking this
handler. |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedSearchResultHandler.setSearchResultLdap(Ldap l)
Sets the
Ldap used by the search operation invoking this
handler. |
void |
RecursiveAttributeHandler.setSearchResultLdap(Ldap l)
Sets the
Ldap used by the search operation invoking this
handler. |
void |
RecursiveSearchResultHandler.setSearchResultLdap(Ldap l)
Sets the
Ldap used by the search operation invoking this
handler. |
void |
ExtendedAttributeHandler.setSearchResultLdap(Ldap l)
Sets the
Ldap used by the search operation invoking this
handler. |
Constructor and Description |
---|
RecursiveAttributeHandler(Ldap l,
String attrName)
Creates a new
RecursiveAttributeHandler with the supplied ldap
and attribute name. |
RecursiveSearchResultHandler(Ldap l,
String searchAttr,
String[] mergeAttrs)
Creates a new
RecursiveAttributeHandler with the supplied
ldap, search attribute, and merge attributes. |
Modifier and Type | Method and Description |
---|---|
static Ldap |
AbstractLoginModule.createLdap(Map<String,?> options)
This constructs a new
Ldap with the supplied jaas options. |
Constructor and Description |
---|
LdifSearch(LdapPool<Ldap> pool)
This creates a new
LdifSearch with the supplied pool. |
Modifier and Type | Method and Description |
---|---|
protected Ldap |
BlockingLdapPool.blockAvailable()
This blocks until an ldap object can be aquired.
|
Ldap |
BlockingLdapPool.checkOut()
Returns an ldap object from the pool.
|
Ldap |
SharedLdapPool.checkOut()
Returns an ldap object from the pool.
|
Ldap |
SoftLimitLdapPool.checkOut()
Returns an ldap object from the pool.
|
Ldap |
DefaultLdapFactory.create()
Create a new ldap object.
|
protected Ldap |
BlockingLdapPool.retrieveAvailable()
This attempts to retrieve an ldap object from the available queue.
|
protected Ldap |
SharedLdapPool.retrieveAvailable()
This attempts to retrieve an ldap object from the available queue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectLdapActivator.activate(Ldap l)
Activate the supplied ldap object.
|
void |
BlockingLdapPool.checkIn(Ldap l)
Returns an ldap object to the pool.
|
void |
SharedLdapPool.checkIn(Ldap l)
Returns an ldap object to the pool.
|
void |
DefaultLdapFactory.destroy(Ldap l)
Destroy an ldap object.
|
boolean |
CloseLdapPassivator.passivate(Ldap l)
Passivate the supplied ldap object.
|
boolean |
CompareLdapValidator.validate(Ldap l)
Validate the supplied ldap object.
|
boolean |
ConnectLdapValidator.validate(Ldap l)
Validate the supplied ldap object.
|
Constructor and Description |
---|
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 © 2016. All rights reserved.