Class MailSessionReference.PasswordAuthenticator

  • Enclosing class:
    MailSessionReference

    public static class MailSessionReference.PasswordAuthenticator
    extends javax.mail.Authenticator
    • Constructor Detail

      • PasswordAuthenticator

        public PasswordAuthenticator()
      • PasswordAuthenticator

        public PasswordAuthenticator​(String user,
                                     String password)
    • Method Detail

      • getPasswordAuthentication

        public javax.mail.PasswordAuthentication getPasswordAuthentication()
        Overrides:
        getPasswordAuthentication in class javax.mail.Authenticator
      • setUser

        public void setUser​(String user)
      • getUser

        public String getUser()
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)