Uses of Interface
edu.vt.middleware.ldap.pool.LdapActivator
-
Packages that use LdapActivator Package Description edu.vt.middleware.ldap.pool -
-
Uses of LdapActivator in edu.vt.middleware.ldap.pool
Classes in edu.vt.middleware.ldap.pool that implement LdapActivator Modifier and Type Class Description classConnectLdapActivatorConnectLdapActivatoractivates an ldap object by attempting to connect to the ldap.Fields in edu.vt.middleware.ldap.pool declared as LdapActivator Modifier and Type Field Description protected LdapActivator<T>AbstractLdapFactory. activatorFor activating ldap objects.Methods in edu.vt.middleware.ldap.pool that return LdapActivator Modifier and Type Method Description LdapActivator<T>AbstractLdapFactory. getLdapActivator()Returns the ldap activator for this factory.Methods in edu.vt.middleware.ldap.pool with parameters of type LdapActivator Modifier and Type Method Description voidAbstractLdapFactory. setLdapActivator(LdapActivator<T> la)Sets the ldap activator for this factory.
-