Package | Description |
---|---|
java.net |
Modifier and Type | Method and Description |
---|---|
protected PasswordAuthentication |
Authenticator.getPasswordAuthentication()
This method should be overridden by subclasses.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(InetAddress addr,
int port,
String protocol,
String prompt,
String scheme) |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String host,
InetAddress addr,
int port,
String protocol,
String prompt,
String scheme) |