{
"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"
},
"enable-jaspi" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Enable JASPI authentication for the associated deployments.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"http-authentication-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The HTTP Authentication Factory to be used by deployments that reference the mapped security domain.",
"expressions-allowed" : false,
"required" : true,
"nillable" : true,
"alternatives" : ["security-domain"],
"capability-reference" : "org.wildfly.security.http-authentication-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"integrated-jaspi" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether integrated JASPI should be used. If 'false', an ad hoc identity will be created instead.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"override-deployment-config" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Should the authentication configuration in the deployment be overridden by the factory.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : false,
"requires" : ["http-authentication-factory"],
"stability" : "default"
},
"security-domain" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The SecurityDomain to be used by deployments that reference the mapped security domain.",
"expressions-allowed" : false,
"required" : true,
"nillable" : true,
"alternatives" : ["http-authentication-factory"],
"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
}