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