public class Custom extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
outboundSocketBindingRef()
Outbound Socket binding to mail server
|
Custom |
outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
String |
password()
Password to authenticate on server
|
Custom |
password(String value)
Password to authenticate on server
|
Map |
properties()
JavaMail properties
|
Custom |
properties(Map value)
JavaMail properties
|
Boolean |
ssl()
Does server require SSL?
|
Custom |
ssl(Boolean value)
Does server require SSL?
|
Boolean |
tls()
Does server require TLS?
|
Custom |
tls(Boolean value)
Does server require TLS?
|
String |
username()
Username to authenticate on server
|
Custom |
username(String value)
Username to authenticate on server
|
public Custom(String key)
public String getKey()
public String outboundSocketBindingRef()
public Custom outboundSocketBindingRef(String value)
public String password()
public Map properties()
public Boolean ssl()
public Boolean tls()
public String username()
Copyright © 2015 JBoss by Red Hat. All rights reserved.