final AccessRequest request = new AccessRequest(radiusClient,
attributeList);
try {
final RadiusPacket response = radiusClient.authenticate(request,
this.radiusAuthenticator, this.retries);
// accepted
if (response instanceof AccessAccept) {
LOG.debug("Authentication request suceeded for host:"