Uses of Class
jakarta.mail.Authenticator
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Contains Angus Mail extensions for the Java™ platform's core logging
facilities.
-
Uses of Authenticator in jakarta.mail
Modifier and TypeMethodDescriptionstatic 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. -
Uses of Authenticator in org.eclipse.angus.mail.util.logging
Modifier and TypeMethodDescriptionfinal Authenticator
MailHandler.getAuthenticator()
Gets theAuthenticator
used to login to the email server.Modifier and TypeMethodDescriptionfinal void
MailHandler.setAuthenticator
(Authenticator auth) Sets theAuthenticator
used to login to the email server.