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, useMailAuthenticatorinstead
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertiespropertiesDeprecated.
-
Constructor Summary
Constructors Constructor Description EmailAuthenticator(Properties properties)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringdefaultValue(String name)Deprecated.since 10.2, useprotocolValue(String)insteadprotected javax.mail.PasswordAuthenticationgetPasswordAuthentication()Deprecated.protected StringprotocolValue(String name)Deprecated.protected Stringvalue(String name)Deprecated.since 10.2, useprotocolValue(String)instead
-
-
-
Field Detail
-
properties
protected final Properties properties
Deprecated.
-
-
Constructor Detail
-
EmailAuthenticator
public EmailAuthenticator(Properties properties)
Deprecated.
-
-
Method Detail
-
getPasswordAuthentication
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
Deprecated.- Overrides:
getPasswordAuthenticationin classjavax.mail.Authenticator
-
value
@Deprecated protected String value(String name)
Deprecated.since 10.2, useprotocolValue(String)instead
-
defaultValue
@Deprecated protected String defaultValue(String name)
Deprecated.since 10.2, useprotocolValue(String)instead
-
-