if (testConnection == null) {
// The callback should already have been notified by now.
return false;
}
ConnectionInfo ci = getConnectionInfo(ldapLoc, false);
testConnection.testLdapConnection(userName, password, ci, src.getID().toString(), true);
return true;
}
private boolean testLdapTargetImpl(Target tgt, LdapLocation ldapLoc, LdapTargetConnectionCallback callback)
throws IntegrationServerException, RemoteException {