public final class DefaultLdapConnectionValidator extends java.lang.Object implements LdapConnectionValidator
LdapConnectionValidator that checks to see that
the connection isConnected() and isAuthenticated().| Constructor and Description |
|---|
DefaultLdapConnectionValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(LdapConnection connection)
Returns true if
connection is connected, and authenticated. |
public boolean validate(LdapConnection connection)
connection is connected, and authenticated.validate in interface LdapConnectionValidatorconnection - The connection to validate