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 Detail

      • getUsername

        java.lang.String getUsername()
        Returns:
        a username used by the SMTP client for authentication
      • getPassword

        java.lang.String getPassword()
        Returns:
        a password, token, or other secret used by the SMTP client for authentication