|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||
Uses of Class
java.net.PasswordAuthentication
| Uses of PasswordAuthentication in java.net |
| Methods in java.net that return PasswordAuthentication | |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(InetAddress addr,
int port,
java.lang.String protocol,
java.lang.String prompt,
java.lang.String scheme)
This method is called whenever a username and password for a given network operation is required. |
static PasswordAuthentication |
Authenticator.requestPasswordAuthentication(java.lang.String host,
InetAddress addr,
int port,
java.lang.String protocol,
java.lang.String prompt,
java.lang.String scheme)
This method is called whenever a username and password for a given network operation is required. |
protected PasswordAuthentication |
Authenticator.getPasswordAuthentication()
This method is called whenever a request for authentication is made. |
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||