Uses of Interface
edu.vt.middleware.ldap.pool.LdapValidator
-
Packages that use LdapValidator Package Description edu.vt.middleware.ldap.pool -
-
Uses of LdapValidator in edu.vt.middleware.ldap.pool
Classes in edu.vt.middleware.ldap.pool that implement LdapValidator Modifier and Type Class Description classCompareLdapValidatorCompareLdapValidatorvalidates an ldap connection is healthy by performing a compare operation.classConnectLdapValidatorConnectLdapValidatorvalidates an ldap connection is healthy by testing it is connected.Fields in edu.vt.middleware.ldap.pool declared as LdapValidator Modifier and Type Field Description protected LdapValidator<T>AbstractLdapFactory. validatorFor validating ldap objects.Methods in edu.vt.middleware.ldap.pool that return LdapValidator Modifier and Type Method Description LdapValidator<T>AbstractLdapFactory. getLdapValidator()Returns the ldap validator for this factory.Methods in edu.vt.middleware.ldap.pool with parameters of type LdapValidator Modifier and Type Method Description voidAbstractLdapFactory. setLdapValidator(LdapValidator<T> lv)Sets the ldap validator for this factory.
-