Uses of Interface
org.ldaptive.pool.ValidationExceptionHandler
Packages that use ValidationExceptionHandler
-
Uses of ValidationExceptionHandler in org.ldaptive
Classes in org.ldaptive that implement ValidationExceptionHandlerModifier and TypeClassDescriptionclass
Validation exception handler that attempts to retrieve another connection.Fields in org.ldaptive declared as ValidationExceptionHandlerModifier and TypeFieldDescriptionprivate ValidationExceptionHandler
PooledConnectionFactory.validationExceptionHandler
Validation exception handler.Methods in org.ldaptive that return ValidationExceptionHandlerModifier and TypeMethodDescriptionPooledConnectionFactory.getValidationExceptionHandler()
Returns the validation exception handler.Methods in org.ldaptive with parameters of type ValidationExceptionHandlerModifier and TypeMethodDescriptionvoid
PooledConnectionFactory.setValidationExceptionHandler
(ValidationExceptionHandler handler) Sets the validation exception handler.PooledConnectionFactory.Builder.validationExceptionHandler
(ValidationExceptionHandler handler)