latch.await();
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
done.set(true);
}
ResponseStatus responseStatus = ((BaseBinaryCommand) command)
.getResponseStatus();
switch (responseStatus) {
case NO_ERROR:
done.set(true);
log.info("Authentication to "