public class EmailAuthenticator extends javax.mail.Authenticator
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
| Constructor and Description |
|---|
EmailAuthenticator(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
defaultValue(String name)
Deprecated.
since 10.2, use
protocolValue(String) instead |
protected javax.mail.PasswordAuthentication |
getPasswordAuthentication() |
protected String |
protocolValue(String name) |
protected String |
value(String name)
Deprecated.
since 10.2, use
protocolValue(String) instead |
protected final Properties properties
public EmailAuthenticator(Properties properties)
protected javax.mail.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class javax.mail.Authenticator@Deprecated protected String value(String name)
protocolValue(String) insteadprotected String protocolValue(String name)
@Deprecated protected String defaultValue(String name)
protocolValue(String) insteadCopyright © 2019 Nuxeo. All rights reserved.