Uses of Class
jakarta.mail.Authenticator
-
Packages that use Authenticator Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of Authenticator in jakarta.mail
Methods in jakarta.mail with parameters of type Authenticator Modifier and Type Method Description static Session
Session. getDefaultInstance(Properties props, Authenticator authenticator)
Get the default Session object.static Session
Session. getInstance(Properties props, Authenticator authenticator)
Get a new Session object.
-