Uses of Interface
edu.vt.middleware.ldap.BaseLdap

Packages that use BaseLdap
edu.vt.middleware.ldap   
edu.vt.middleware.ldap.auth   
edu.vt.middleware.ldap.pool   
 

Uses of BaseLdap in edu.vt.middleware.ldap
 

Classes in edu.vt.middleware.ldap that implement BaseLdap
 class AbstractLdap<T extends LdapConfig>
          AbstractLdap contains the functions for basic interaction with a LDAP.
 class Ldap
          Ldap contains functions for basic interaction with an LDAP.
 

Uses of BaseLdap in edu.vt.middleware.ldap.auth
 

Classes in edu.vt.middleware.ldap.auth that implement BaseLdap
 class SearchDnResolver
          SearchDnResolver looks up a user's DN using an LDAP search.
 

Uses of BaseLdap in edu.vt.middleware.ldap.pool
 

Classes in edu.vt.middleware.ldap.pool with type parameters of type BaseLdap
 class AbstractLdapFactory<T extends BaseLdap>
          AbstractLdapFactory provides a basic implementation of an ldap factory.
 class AbstractLdapPool<T extends BaseLdap>
          AbstractLdapPool contains the basic implementation for pooling ldap objects.
protected static class AbstractLdapPool.PooledLdap<T extends BaseLdap>
          PooledLdap contains an ldap object that is participating in a pool.
 interface LdapActivator<T extends BaseLdap>
          LdapActivator provides an interface for activating ldap objects when they enter the pool.
 interface LdapFactory<T extends BaseLdap>
          LdapFactory provides an interface for creating, activating, validating, and destroying ldap objects.
 interface LdapPassivator<T extends BaseLdap>
          LdapPasivator provides an interface for passivating ldap objects when they are checked back into the pool.
 interface LdapPool<T extends BaseLdap>
          LdapPool provides an interface for pooling ldap objects.
 interface LdapValidator<T extends BaseLdap>
          LdapValidator provides an interface for validating ldap objects when they are in the pool.
 class PrunePoolTask<T extends BaseLdap>
          PrunePoolTask is a periodic task that removes available ldap objects from the pool if the objects have been in the pool longer than a configured expiration time and the pool size is above it's configured minimum.
 class ValidatePoolTask<T extends BaseLdap>
          ValidatePoolTask is a periodic task that checks that every ldap object in the pool is valid.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.