| Package | Description |
|---|---|
| org.wildfly.swarm.config.mail | |
| org.wildfly.swarm.config.mail.mail_session |
| Modifier and Type | Method and Description |
|---|---|
List<Custom> |
MailSession.MailSessionResources.customs()
Get the list of org.wildfly.swarm.config.mail.mail_session.Custom resources
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.custom(Custom value)
Add the org.wildfly.swarm.config.mail.mail_session.Custom object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.customs(List<Custom> value)
Add all org.wildfly.swarm.config.mail.mail_session.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.