Class EmailAuthenticator

java.lang.Object
jakarta.mail.Authenticator
org.nuxeo.ecm.platform.ec.notification.email.EmailAuthenticator

@Deprecated(since="11.1") public class EmailAuthenticator extends jakarta.mail.Authenticator
Deprecated.
since 11.1, use MailAuthenticator instead
  • Field Details

    • properties

      protected final Properties properties
      Deprecated.
  • Constructor Details

    • EmailAuthenticator

      public EmailAuthenticator(Properties properties)
      Deprecated.
  • Method Details

    • getPasswordAuthentication

      protected jakarta.mail.PasswordAuthentication getPasswordAuthentication()
      Deprecated.
      Overrides:
      getPasswordAuthentication in class jakarta.mail.Authenticator
    • protocolValue

      protected String protocolValue(String name)
      Deprecated.