| 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 | Class and Description |
|---|---|
class |
HTTPConnector<T extends HTTPConnector>
The configuration of a HTTP Upgrade based Remoting connector.
|
interface |
HTTPConnectorConfigurator<T extends HTTPConnector> |
| 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.property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
HTTPConnector |
HTTPConnector.property(String childKey,
PropertyConfigurator config)
Create and configure a 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.