Uses of Class
javax.mail.Authenticator
-
Packages that use Authenticator Package Description com.sun.mail.util.logging Contains Jakarta Mail extensions for the Java™ platform's core logging facilities.javax.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of Authenticator in com.sun.mail.util.logging
Methods in com.sun.mail.util.logging that return Authenticator Modifier and Type Method Description AuthenticatorMailHandler. getAuthenticator()Gets theAuthenticatorused to login to the email server.Methods in com.sun.mail.util.logging with parameters of type Authenticator Modifier and Type Method Description voidMailHandler. setAuthenticator(Authenticator auth)Sets theAuthenticatorused to login to the email server. -
Uses of Authenticator in javax.mail
Methods in javax.mail with parameters of type Authenticator Modifier and Type Method Description static SessionSession. getDefaultInstance(Properties props, Authenticator authenticator)Get the default Session object.static SessionSession. getInstance(Properties props, Authenticator authenticator)Get a new Session object.
-