Uses of Class
javax.mail.Authenticator

Packages that use Authenticator
javax.mail Classes modeling a mail system. 
 

Uses of Authenticator in javax.mail
 

Methods in javax.mail with parameters of type Authenticator
static Session Session.getDefaultInstance(java.util.Properties props, Authenticator authenticator)
          Get the default Session object.
static Session Session.getInstance(java.util.Properties props, Authenticator authenticator)
          Get a new Session object.