Package org.bonitasoft.connectors.email
Class SMTPAuthenticator
- java.lang.Object
-
- javax.mail.Authenticator
-
- org.bonitasoft.connectors.email.SMTPAuthenticator
-
public class SMTPAuthenticator extends javax.mail.AuthenticatorThe class SMTPAuthenticator represents an object that knows how to obtain authentication for a network connection with an SMTP server.- Author:
- chaffotm
-
-
Constructor Summary
Constructors Constructor Description SMTPAuthenticator(String username, String password)Create an SMTPAuthenticator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.PasswordAuthenticationgetPasswordAuthentication()Called when password authorization is needed.
-