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 Property object to the list of subresources
|
T |
propertys(List<Property> value)
Add all 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.
|
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.
|
SecuritySasl |
securitySasl()
The "sasl" element contains the SASL authentication configuration for this connector.
|
T |
securitySasl(SecuritySasl value)
The "sasl" element contains the SASL authentication configuration 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 Property objects.public T property(Property value)
value - The Property to addpublic SecuritySasl securitySasl()
public T securitySasl(SecuritySasl value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.