Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.