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 class
CompareLdapValidator
CompareLdapValidator
validates an ldap connection is healthy by performing a compare operation.class
ConnectLdapValidator
ConnectLdapValidator
validates 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. validator
For 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 void
AbstractLdapFactory. setLdapValidator(LdapValidator<T> lv)
Sets the ldap validator for this factory.
-