psdi.server

Class MXServer.SmtpAuthenticator

  • java.lang.Object
    • javax.mail.Authenticator
      • psdi.server.MXServer.SmtpAuthenticator
  • Enclosing class:
    MXServer


    public class MXServer.SmtpAuthenticator
    extends javax.mail.Authenticator
    Authentication class for mail session.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SmtpAuthenticator(java.lang.String user, java.lang.String password) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected javax.mail.PasswordAuthentication getPasswordAuthentication() 
      • Methods inherited from class javax.mail.Authenticator

        getDefaultUserName, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingSite
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SmtpAuthenticator

        public SmtpAuthenticator(java.lang.String user,
                                 java.lang.String password)
    • Method Detail

      • getPasswordAuthentication

        protected javax.mail.PasswordAuthentication getPasswordAuthentication()
        Overrides:
        getPasswordAuthentication in class javax.mail.Authenticator