Package edu.vt.middleware.ldap.pool
Interface LdapValidator<T extends BaseLdap>
-
- Type Parameters:
T
- type of ldap object
- All Known Implementing Classes:
CompareLdapValidator
,ConnectLdapValidator
public interface LdapValidator<T extends BaseLdap>
LdapValidator
provides an interface for validating ldap objects when they are in the pool.- Version:
- $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
- Author:
- Middleware Services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validate(T t)
Validate the supplied ldap object.
-
-
-
Method Detail
-
validate
boolean validate(T t)
Validate the supplied ldap object.- Parameters:
t
- ldap object- Returns:
- whether validation was successful
-
-