-
Methods in java.net that return PasswordAuthentication
| Modifier and Type |
Method |
Description |
protected PasswordAuthentication |
Authenticator.getPasswordAuthentication() |
Returns the collected username and password for authorization.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String rHost,
InetAddress rAddr,
int rPort,
String rProtocol,
String rPrompt,
String rScheme) |
Invokes the methods of the registered
authenticator to get the authentication info.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(String rHost,
InetAddress rAddr,
int rPort,
String rProtocol,
String rPrompt,
String rScheme,
URL rURL,
Authenticator.RequestorType reqType) |
Invokes the methods of the registered
authenticator to get the authentication info.
|
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(InetAddress rAddr,
int rPort,
String rProtocol,
String rPrompt,
String rScheme) |
Invokes the methods of the registered
authenticator to get the authentication info.
|