}
processResponse(conn);
} catch (MalformedURLException e) {
throw new ConnectionException(e.getLocalizedMessage());
} catch (IOException e) {
throw new ConnectionException(e.getLocalizedMessage());
} catch (ParserConfigurationException e) {
throw new ConnectionException(e.getLocalizedMessage());
} catch (SAXException e) {
throw new ConnectionException(e.getLocalizedMessage());
}
return authenticated;
}