Class EmailAuthenticator

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

@Deprecated(since="11.1") public class EmailAuthenticator extends javax.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 javax.mail.PasswordAuthentication getPasswordAuthentication()
      Deprecated.
      Overrides:
      getPasswordAuthentication in class javax.mail.Authenticator
    • value

      @Deprecated protected String value(String name)
      Deprecated.
      since 10.2, use protocolValue(String) instead
    • protocolValue

      protected String protocolValue(String name)
      Deprecated.
    • defaultValue

      @Deprecated protected String defaultValue(String name)
      Deprecated.
      since 10.2, use protocolValue(String) instead