|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ldap | |
|---|---|
| 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 | |
| Uses of Ldap in edu.vt.middleware.ldap |
|---|
| Fields in edu.vt.middleware.ldap with type parameters of type Ldap | |
|---|---|
protected LdapPool<Ldap> |
LdapSearch.pool
Ldap object to use for searching. |
| Constructor parameters in edu.vt.middleware.ldap with type arguments of type Ldap | |
|---|---|
LdapSearch(LdapPool<Ldap> pool)
This creates a new LdapSearch with the supplied pool. |
|
| Uses of Ldap in edu.vt.middleware.ldap.dsml |
|---|
| Constructor parameters in edu.vt.middleware.ldap.dsml with type arguments of type Ldap | |
|---|---|
DsmlSearch(LdapPool<Ldap> pool)
This creates a new DsmlSearch with the supplied pool. |
|
| Uses of Ldap in edu.vt.middleware.ldap.handler |
|---|
| Methods in edu.vt.middleware.ldap.handler that return Ldap | |
|---|---|
Ldap |
RecursiveSearchResultHandler.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 |
ExtendedSearchResultHandler.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. |
| Methods in edu.vt.middleware.ldap.handler with parameters of type Ldap | |
|---|---|
void |
RecursiveSearchResultHandler.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 |
ExtendedSearchResultHandler.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. |
| Constructors in edu.vt.middleware.ldap.handler with parameters of type Ldap | |
|---|---|
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. |
|
| Uses of Ldap in edu.vt.middleware.ldap.jaas |
|---|
| Methods in edu.vt.middleware.ldap.jaas that return Ldap | |
|---|---|
static Ldap |
AbstractLoginModule.createLdap(Map<String,?> options)
This constructs a new Ldap with the supplied jaas options. |
| Uses of Ldap in edu.vt.middleware.ldap.ldif |
|---|
| Constructor parameters in edu.vt.middleware.ldap.ldif with type arguments of type Ldap | |
|---|---|
LdifSearch(LdapPool<Ldap> pool)
This creates a new LdifSearch with the supplied pool. |
|
| Uses of Ldap in edu.vt.middleware.ldap.pool |
|---|
| Methods in edu.vt.middleware.ldap.pool that return Ldap | |
|---|---|
protected Ldap |
BlockingLdapPool.blockAvailable()
This blocks until an ldap object can be aquired. |
Ldap |
SoftLimitLdapPool.checkOut()
Returns an ldap object from the pool. |
Ldap |
SharedLdapPool.checkOut()
Returns an ldap object from the pool. |
Ldap |
BlockingLdapPool.checkOut()
Returns an ldap object from the pool. |
Ldap |
DefaultLdapFactory.create()
Create a new ldap object. |
protected Ldap |
SharedLdapPool.retrieveAvailable()
This attempts to retrieve an ldap object from the available queue. |
protected Ldap |
BlockingLdapPool.retrieveAvailable()
This attempts to retrieve an ldap object from the available queue. |
| Methods in edu.vt.middleware.ldap.pool with parameters of type Ldap | |
|---|---|
boolean |
ConnectLdapActivator.activate(Ldap l)
Activate the supplied ldap object. |
void |
SharedLdapPool.checkIn(Ldap l)
Returns an ldap object to the pool. |
void |
BlockingLdapPool.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 |
ConnectLdapValidator.validate(Ldap l)
Validate the supplied ldap object. |
boolean |
CompareLdapValidator.validate(Ldap l)
Validate the supplied ldap object. |
| Constructor parameters in edu.vt.middleware.ldap.pool with type arguments of type Ldap | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||