{
"operation-name" : "add",
"description" : "Adds a HTTP Upgrade based Remoting connector.",
"request-properties" : {
"authentication-provider" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The \"authentication-provider\" element contains the name of the authentication provider to use for incoming connections.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"connector-ref" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name (or names) of a connector in the Undertow subsystem to connect to.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sasl-authentication-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the SASL authentication factory to use for this connector.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.sasl-authentication-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"sasl-protocol" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The protocol to pass into the SASL mechanisms used for authentication.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "remote",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"security-realm" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The associated security realm to use for authentication for this connector.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "6.0.0",
"reason" : "HTTP connector security settings should be migrated to a sasl-authentication-factory definition."
}
},
"server-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The server name to send in the initial message exchange and for SASL based authentication.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}