Uses of Interface
org.ldaptive.pool.PooledConnectionFactoryManager

Packages that use PooledConnectionFactoryManager
org.ldaptive.auth   
org.ldaptive.jaas   
 

Uses of PooledConnectionFactoryManager in org.ldaptive.auth
 

Classes in org.ldaptive.auth that implement PooledConnectionFactoryManager
 class PooledBindAuthenticationHandler
          Provides an LDAP authentication implementation that leverages a pool of LDAP connections to perform the LDAP bind operation.
 class PooledCompareAuthenticationHandler
          Provides an LDAP authentication implementation that leverages a pool of ldap connections to perform the compare operation against the userPassword attribute.
 class PooledSearchDnResolver
          Looks up a user's DN using a pool of connections.
 class PooledSearchEntryResolver
          Looks up the LDAP entry associated with a user using a pool of LDAP connections.
 

Uses of PooledConnectionFactoryManager in org.ldaptive.jaas
 

Classes in org.ldaptive.jaas that implement PooledConnectionFactoryManager
 class PooledSearchRoleResolver
          Looks up a user's roles using a pool of connections.
 



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