Uses of Interface
org.ldaptive.pool.Validator

Packages that use Validator
org.ldaptive.pool   
 

Uses of Validator in org.ldaptive.pool
 

Classes in org.ldaptive.pool that implement Validator
 class CompareValidator
          Validates a connection is healthy by performing a compare operation.
 class SearchValidator
          Validates a connection is healthy by performing a search operation.
 

Methods in org.ldaptive.pool that return Validator
 Validator<T> AbstractPool.getValidator()
          Returns the validator for this pool.
 Validator<Connection> ConnectionPool.getValidator()
          Returns the validator for this pool.
 

Methods in org.ldaptive.pool with parameters of type Validator
 void ConnectionPool.setValidator(Validator<Connection> v)
          Sets the validator for this pool.
 void AbstractPool.setValidator(Validator<T> v)
          Sets the validator for this pool.
 



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