{
"operation-name" : "add",
"description" : "Add operation for the RealmMapper",
"request-properties" : {
"delegate-realm-mapper" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The RealmMapper to delegate to if there is no match using the pattern.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.realm-mapper",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"pattern" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The regular expression which must contain at least one capture group to extract the realm from the name. If the regular expression matches more than one capture group, the first capture group is used.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}