Interface SmtpEmailProfile.AuthCredential
-
- Enclosing interface:
- SmtpEmailProfile
public static interface SmtpEmailProfile.AuthCredential
Encapsulates an authentication credential used to authenticate the SMTP client against the SMTP server
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPassword()
java.lang.String
getUsername()
-