public class SMTPServer<T extends SMTPServer<T>> extends Object
Constructor and Description |
---|
SMTPServer() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Map |
credentialReference()
Credential (from Credential Store) to authenticate on server
|
T |
credentialReference(Map value)
Credential (from Credential Store) to authenticate on server
|
T |
credentialReference(String key,
Object value)
Credential (from Credential Store) to authenticate on server
|
String |
getKey() |
String |
outboundSocketBindingRef()
Outbound Socket binding to mail server
|
T |
outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
String |
password()
Password to authenticate on server
|
T |
password(String value)
Password to authenticate on server
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
ssl()
Does server require SSL?
|
T |
ssl(Boolean value)
Does server require SSL?
|
Boolean |
tls()
Does server require TLS?
|
T |
tls(Boolean value)
Does server require TLS?
|
String |
username()
Username to authenticate on server
|
T |
username(String value)
Username to authenticate on server
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Map credentialReference()
public T credentialReference(Map value)
public T credentialReference(String key, Object value)
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public String password()
public Boolean ssl()
public Boolean tls()
public String username()
Copyright © 2019 JBoss by Red Hat. All rights reserved.