Uses of Class
javax.mail.Authenticator
-
Packages that use Authenticator Package Description javax.mail Classes modelling a mail system. -
-
Uses of Authenticator in javax.mail
Methods in javax.mail with parameters of type Authenticator Modifier and Type Method Description static Session
Session. getDefaultInstance(java.util.Properties props, Authenticator authenticator)
Returns the default session.static Session
Session. getInstance(java.util.Properties props, Authenticator authenticator)
Returns a new session.
-