JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ldaptive.pool
Interface Validator<T>
Type Parameters:
T
- type of object being pooled
All Known Implementing Classes:
CompareValidator
,
SearchValidator
public interface
Validator<T>
Provides an interface for validating objects when they are in the pool.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
validate
(
T
t)
Validate the supplied object.
Method Detail
validate
boolean validate(
T
t)
Validate the supplied object.
Parameters:
t
- object
Returns:
whether validation was successful
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method