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