| Package | Description |
|---|---|
| org.wildfly.swarm.config.mail.subsystem.mailSession | |
| org.wildfly.swarm.config.mail.subsystem.mailSession.custom |
| Modifier and Type | Method and Description |
|---|---|
List<Custom> |
MailSession.MailSessionResources.customs()
Get the list of Custom resources
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.custom(Custom value)
Add the Custom object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.customs(List<Custom> value)
Add all Custom objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Custom |
Custom.outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
Custom |
Custom.password(String value)
Password to authenticate on server
|
Custom |
Custom.properties(Map value)
JavaMail properties
|
Custom |
Custom.ssl(Boolean value)
Does server require SSL?
|
Custom |
Custom.tls(Boolean value)
Does server require TLS?
|
Custom |
Custom.username(String value)
Username to authenticate on server
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.