Uses of Class
jakarta.mail.Authenticator
Packages that use 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
Methods in jakarta.mail with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic SessionSession.getDefaultInstance(Properties props, Authenticator authenticator) Get the default Session object.static SessionSession.getInstance(Properties props, Authenticator authenticator) Get a new Session object. -
Uses of Authenticator in org.eclipse.angus.mail.util.logging
Methods in org.eclipse.angus.mail.util.logging that return AuthenticatorModifier and TypeMethodDescriptionfinal AuthenticatorMailHandler.getAuthenticator()Gets theAuthenticatorused to login to the email server.Methods in org.eclipse.angus.mail.util.logging with parameters of type AuthenticatorModifier and TypeMethodDescriptionfinal voidMailHandler.setAuthenticator(Authenticator auth) Sets theAuthenticatorused to login to the email server.