{
"operation-name" : "add",
"description" : "Adds an outbound connection.",
"request-properties" : {
"authentication-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the authentication context instance containing the configuration for outbound connections.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"alternatives" : [
"username",
"security-realm",
"protocol"
],
"capability-reference" : "org.wildfly.security.authentication-context",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"outbound-socket-binding-ref" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of the outbound-socket-binding which will be used to determine the destination address and port for the connection.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.network.outbound-socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"protocol" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The protocol to use for the remote connection.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "http-remoting",
"alternatives" : ["authentication-context"],
"allowed" : [
"remote",
"remote+tls",
"remote+http",
"http-remoting",
"https-remoting",
"remote+https"
],
"stability" : "default",
"deprecated" : {
"since" : "4.0.0",
"reason" : "Outbound security settings should be migrated to an authentication-context definition."
}
},
"security-realm" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the security realm to use to obtain the password and SSL configuration.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"alternatives" : ["authentication-context"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "4.0.0",
"reason" : "Outbound security settings should be migrated to an authentication-context definition."
}
},
"username" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The user name to use when authenticating against the remote server.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"alternatives" : ["authentication-context"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "4.0.0",
"reason" : "Outbound security settings should be migrated to an authentication-context definition."
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}