Uses of Interface
org.ldaptive.pool.ValidationExceptionHandler
-
Packages that use ValidationExceptionHandler Package Description org.ldaptive -
-
Uses of ValidationExceptionHandler in org.ldaptive
Classes in org.ldaptive that implement ValidationExceptionHandler Modifier and Type Class Description classPooledConnectionFactory.RetryValidationExceptionHandlerValidation exception handler that attempts to retrieve another connection.Fields in org.ldaptive declared as ValidationExceptionHandler Modifier and Type Field Description private ValidationExceptionHandlerPooledConnectionFactory. validationExceptionHandlerValidation exception handler.Methods in org.ldaptive that return ValidationExceptionHandler Modifier and Type Method Description ValidationExceptionHandlerPooledConnectionFactory. getValidationExceptionHandler()Returns the validation exception handler.Methods in org.ldaptive with parameters of type ValidationExceptionHandler Modifier and Type Method Description voidPooledConnectionFactory. setValidationExceptionHandler(ValidationExceptionHandler handler)Sets the validation exception handler.PooledConnectionFactory.BuilderPooledConnectionFactory.Builder. validationExceptionHandler(ValidationExceptionHandler handler)
-