The configuration of a Remoting connector.
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.remoting.connector | true | /subsystem=remoting/http-connector=* |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | remote |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Allowed Values | remote remote+tls remote+http http-remoting https-remoting remote+https |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | remote |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | false |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| authentication-provider | STRING | false | false | The "authentication-provider" element contains the name of the authentication provider to use for incoming connections. | |
| protocol | STRING | false | false | remote | Protocol used in the connection. |
| sasl-authentication-factory | STRING | false | false | Reference to the SASL authentication factory to secure this connector. | |
| sasl-protocol | STRING | false | true | remote | The protocol to pass into the SASL mechanisms used for authentication. |
| security-realm | STRING | false | false | The associated security realm to use for authentication for this connector. | |
| server-name | STRING | false | true | The server name to send in the initial message exchange and for SASL based authentication. | |
| socket-binding | STRING | true | false | The name of the socket binding to attach to. | |
| ssl-context | STRING | false | false | Reference to the SSLContext to use for this connector. |