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, useMailAuthenticator
instead
-
-
Field Summary
Fields Modifier and Type Field Description protected Properties
properties
Deprecated.
-
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 String
defaultValue(String name)
Deprecated.since 10.2, useprotocolValue(String)
insteadprotected javax.mail.PasswordAuthentication
getPasswordAuthentication()
Deprecated.protected String
protocolValue(String name)
Deprecated.protected String
value(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:
getPasswordAuthentication
in 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
-
-