{
"operation-name" : "add",
"description" : "Adds the server's native management interface",
"request-properties" : {
"sasl-authentication-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The SASL authentication policy to use to secure this interface.",
"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 name of the protocol to be passed to the SASL mechanisms used for authentication.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "remote",
"requires" : ["security-realm"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "5.0.0",
"reason" : "Only for use with the legacy security realms."
}
},
"server-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the server used in the initial Remoting exchange and within the SASL mechanisms.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"requires" : ["security-realm"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "5.0.0",
"reason" : "Only for use with the legacy security realms."
}
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the socket binding configuration to use for the native management interface's socket.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.network.socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"ssl-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the SSLContext to use for this management interface.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.ssl-context",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}