Skip to content

Instantly share code, notes, and snippets.

@gabor-farkas
Created May 20, 2015 10:28
Show Gist options
  • Save gabor-farkas/2c12551b97bc02828f6d to your computer and use it in GitHub Desktop.
Save gabor-farkas/2c12551b97bc02828f6d to your computer and use it in GitHub Desktop.
Authenticator.setDefault(new Authenticator() {
public PasswordAuthentication getPasswordAuthentication () {
return new PasswordAuthentication ("DOMAIN\\your.username", "password".toCharArray());
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment