|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||
Uses of Class
java.net.Authenticator
| Uses of Authenticator in java.net |
| Fields in java.net declared as Authenticator | |
private static Authenticator |
Authenticator.defaultAuthenticator
This is the default Authenticator object to use for password requests |
| Methods in java.net with parameters of type Authenticator | |
static void |
Authenticator.setDefault(Authenticator defAuth)
This method sets the default Authenticator object (an
instance of a subclass of Authenticator) to use when
prompting the user for
information. |
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||