Uses of Class
javax.mail.Authenticator

Packages that use Authenticator
javax.mail   
 

Uses of Authenticator in javax.mail
 

Fields in javax.mail declared as Authenticator
private  Authenticator Session.authenticator
           
 

Methods in javax.mail with parameters of type Authenticator
static Session Session.getInstance(java.util.Properties properties, Authenticator authenticator)
          Create a new session initialized with the supplied properties which uses the supplied authenticator.
static Session Session.getDefaultInstance(java.util.Properties properties, Authenticator authenticator)
          Get the "default" session.
 

Constructors in javax.mail with parameters of type Authenticator
Session(java.util.Properties properties, Authenticator authenticator)
          No public constrcutor allowed.