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
Fields in jakarta.mail declared as Authenticator Modifier and Type Field Description private Authenticator
Session. authenticator
Methods in jakarta.mail with parameters of type Authenticator Modifier and Type Method Description 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.Constructors in jakarta.mail with parameters of type Authenticator Constructor Description Session(java.util.Properties props, Authenticator authenticator)
-