{
"operation-name" : "add",
"description" : "Add a new application referenced security domain mapping",
"request-properties" : {
"enable-jacc" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Enable authorization using Jakarta Authorization",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"legacy-compliant-principal-propagation" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Option to switch between legacy compliant principal propagation or Elytron principal propagation",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"security-domain" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Elytron security domain to be used by deployments that reference the mapped security domain",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.security.security-domain",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}