| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.remoting |
| Modifier and Type | Method and Description |
|---|---|
List<HttpConnector> |
Remoting.RemotingResources.httpConnectors()
Get the list of org.wildfly.swarm.config.remoting.HttpConnector resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Remoting.httpConnector(HttpConnector value)
Add the org.wildfly.swarm.config.remoting.HttpConnector object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Remoting.httpConnectors(List<HttpConnector> value)
Add all org.wildfly.swarm.config.remoting.HttpConnector objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
HttpConnector |
HttpConnector.authenticationProvider(String value)
The "authentication-provider" element contains the name of the authentication provider to use for incoming connections.
|
HttpConnector |
HttpConnector.connectorRef(String value)
The name (or names) of a connector in the Undertow subsystem to connect to.
|
HttpConnector |
HttpConnector.property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
HttpConnector |
HttpConnector.propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
HttpConnector |
HttpConnector.saslProtocol(String value)
The protocol to pass into the SASL mechanisms used for authentication.
|
HttpConnector |
HttpConnector.saslSecurity(SaslSecurity value)
The "sasl" element contains the SASL authentication configuration for this connector.
|
HttpConnector |
HttpConnector.securityRealm(String value)
The associated security realm to use for authentication for this connector.
|
HttpConnector |
HttpConnector.serverName(String value)
The server name to send in the initial message exchange and for SASL based authentication.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.