}
public void setRemoteAuthenticationDetails(String userName, String password,
String httpProxyHost, String proxyPort) {
AuthenticationConfig auth = AuthenticationConfig.getInstance();
auth.setProxyAuthentication(userName, password, httpProxyHost, proxyPort);
}