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 classSMTPTransport.DigestMD5AuthenticatorPerform the authentication handshake for DIGEST-MD5 authentication.private classSMTPTransport.LoginAuthenticatorPerform the authentication handshake for LOGIN authentication.private classSMTPTransport.NtlmAuthenticatorPerform the authentication handshake for NTLM authentication.private classSMTPTransport.OAuth2AuthenticatorPerform the authentication handshake for XOAUTH2 authentication.private classSMTPTransport.PlainAuthenticatorPerform 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
-