String identifyingString = ac.getDescription();
if (identifyingString == null || identifyingString.length() == 0)
identifyingString = ac.getName();
AuthRequest ar = new AuthRequest(userID,ac.getClassName(),identifyingString,ac.getConfigParams(),ac.getMaxConnections());
queue.addRequest(ar);
requests[i++] = ar;
}
// Now, work through the returning answers.