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 class
PooledConnectionFactory.RetryValidationExceptionHandler
Validation exception handler that attempts to retrieve another connection.Fields in org.ldaptive declared as ValidationExceptionHandler Modifier and Type Field Description private ValidationExceptionHandler
PooledConnectionFactory. validationExceptionHandler
Validation exception handler.Methods in org.ldaptive that return ValidationExceptionHandler Modifier and Type Method Description ValidationExceptionHandler
PooledConnectionFactory. getValidationExceptionHandler()
Returns the validation exception handler.Methods in org.ldaptive with parameters of type ValidationExceptionHandler Modifier and Type Method Description void
PooledConnectionFactory. setValidationExceptionHandler(ValidationExceptionHandler handler)
Sets the validation exception handler.PooledConnectionFactory.Builder
PooledConnectionFactory.Builder. validationExceptionHandler(ValidationExceptionHandler handler)
-