public class HTTPConnector<T extends 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.
|
T |
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.
|
T |
connectorRef(String value)
The name (or names) of a connector in the Undertow subsystem to connect to.
|
String |
getKey() |
T |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey,
PropertyConfigurator config)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
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.
|
T |
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.
|
T |
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.
|
T |
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.
|
T |
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 T authenticationProvider(String value)
public String connectorRef()
public T connectorRef(String value)
public String saslProtocol()
public T saslProtocol(String value)
public String securityRealm()
public T securityRealm(String value)
public String serverName()
public T serverName(String value)
public HTTPConnector.HTTPConnectorResources subresources()
public T propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public T property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addpublic T property(String childKey, PropertyConfigurator config)
key - The key for the org.wildfly.swarm.config.remoting.Property resourceconfig - The org.wildfly.swarm.config.remoting.PropertyConfigurator to usepublic T property(String childKey)
key - The key for the org.wildfly.swarm.config.remoting.Property resourcepublic SASLSecurity saslSecurity()
public T saslSecurity(SASLSecurity value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.