Class Authenticator
- java.lang.Object
-
- javax.mail.Authenticator
-
- com.linkare.commons.communications.smtp.Authenticator
-
public class Authenticator extends javax.mail.Authenticator
-
-
Field Summary
Fields Modifier and Type Field Description private javax.mail.PasswordAuthenticationauthenticationprivate static StringMAIL_SMTP_PASSWORDprivate static StringMAIL_SMTP_USERNAME
-
Constructor Summary
Constructors Constructor Description Authenticator(Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.mail.PasswordAuthenticationgetPasswordAuthentication()
-
-
-
Field Detail
-
MAIL_SMTP_PASSWORD
private static final String MAIL_SMTP_PASSWORD
- See Also:
- Constant Field Values
-
MAIL_SMTP_USERNAME
private static final String MAIL_SMTP_USERNAME
- See Also:
- Constant Field Values
-
authentication
private javax.mail.PasswordAuthentication authentication
-
-
Constructor Detail
-
Authenticator
public Authenticator(Properties properties)
-
-