public final class DefaultLdapConnectionValidator extends 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 validateCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.