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-23 18:10:53 -0400 (Sun, 23 May 2010) $
Author:
Middleware Services

Method Summary
 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


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.