| email.SmtpAuthenticator
SmtpAuthenticator | public class SmtpAuthenticator extends javax.mail.Authenticator (Code) | | The class Authenticator represents an object that knows how to obtain authentication
for a network connection.
Applications use this class by creating a subclass, and registering an instance of that
subclass with the system with setDefault(). When authentication is required, the system
will invoke a method on the subclass (like getPasswordAuthentication)
author: Paloma Trigueros Cabezon version: 1.0 |
SmtpAuthenticator | public SmtpAuthenticator()(Code) | | |
getPasswordAuthentication | public PasswordAuthentication getPasswordAuthentication()(Code) | | |
|
|