Uses of Class
com.sun.mail.smtp.SMTPTransport.Authenticator
-
Packages that use SMTPTransport.Authenticator Package Description com.sun.mail.smtp An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. -
-
Uses of SMTPTransport.Authenticator in com.sun.mail.smtp
Subclasses of SMTPTransport.Authenticator in com.sun.mail.smtp Modifier and Type Class Description private class
SMTPTransport.DigestMD5Authenticator
Perform the authentication handshake for DIGEST-MD5 authentication.private class
SMTPTransport.LoginAuthenticator
Perform the authentication handshake for LOGIN authentication.private class
SMTPTransport.NtlmAuthenticator
Perform the authentication handshake for NTLM authentication.private class
SMTPTransport.OAuth2Authenticator
Perform the authentication handshake for XOAUTH2 authentication.private class
SMTPTransport.PlainAuthenticator
Perform the authentication handshake for PLAIN authentication.Fields in com.sun.mail.smtp with type parameters of type SMTPTransport.Authenticator Modifier and Type Field Description private java.util.Map<java.lang.String,SMTPTransport.Authenticator>
SMTPTransport. authenticators
-