{
"operation-name" : "add",
"description" : "The add operation for the security realm.",
"request-properties" : {
"emit-events" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether a SecurityEvent signifying realm unavailability should be emitted, applicable only when the ignore-unavailable-realms attribute is set to true. The default value is true.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"requires" : ["ignore-unavailable-realms"],
"stability" : "default"
},
"ignore-unavailable-realms" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether subsequent realms should be checked after an unavailable realm is reached. If set to false or not set, when the unavailable realm is reached \"org.wildfly.security.auth.server.RealmUnavailableException\" is thrown and the search stops. The default value is false.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"realms" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "References to one or more security realms for authentication and authorization.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.security.security-realm",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}