Package com.sun.mail.smtp
Class SMTPTransport.LoginAuthenticator
- java.lang.Object
-
- com.sun.mail.smtp.SMTPTransport.Authenticator
-
- com.sun.mail.smtp.SMTPTransport.LoginAuthenticator
-
- Enclosing class:
- SMTPTransport
private class SMTPTransport.LoginAuthenticator extends SMTPTransport.Authenticator
Perform the authentication handshake for LOGIN authentication.
-
-
Field Summary
-
Fields inherited from class com.sun.mail.smtp.SMTPTransport.Authenticator
resp
-
-
Constructor Summary
Constructors Constructor Description LoginAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
doAuth(java.lang.String host, java.lang.String authzid, java.lang.String user, java.lang.String passwd)
-
Methods inherited from class com.sun.mail.smtp.SMTPTransport.Authenticator
authenticate, enabled, getInitialResponse, getMechanism
-
-
-
-
Method Detail
-
doAuth
void doAuth(java.lang.String host, java.lang.String authzid, java.lang.String user, java.lang.String passwd) throws MessagingException, java.io.IOException
- Specified by:
doAuth
in classSMTPTransport.Authenticator
- Throws:
MessagingException
java.io.IOException
-
-