public class Custom<T extends Custom<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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
|
Map |
properties()
JavaMail properties
|
T |
properties(Map value)
JavaMail properties
|
T |
property(String key,
Object value)
JavaMail properties
|
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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Custom(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public String password()
public Map properties()
public Boolean ssl()
public Boolean tls()
public String username()
Copyright © 2017 JBoss by Red Hat. All rights reserved.