| Package | Description |
|---|---|
| edu.vt.middleware.ldap.pool |
| Modifier and Type | Class and 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. |
| Modifier and Type | Field and Description |
|---|---|
protected LdapValidator<T> |
AbstractLdapFactory.validator
For validating ldap objects.
|
| Modifier and Type | Method and Description |
|---|---|
LdapValidator<T> |
AbstractLdapFactory.getLdapValidator()
Returns the ldap validator for this factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLdapFactory.setLdapValidator(LdapValidator<T> lv)
Sets the ldap validator for this factory.
|
Copyright © 2014. All rights reserved.