{
"operation-name" : "add",
"description" : "Adds an Elytron realm configuration.",
"request-properties" : {
"apply-role-mappers" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Indicates to the realm if it should apply the role mappers defined in the legacy domain to the roles obtained from authenticated Subjects or not.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"legacy-jaas-config" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the legacy security domain to which authentication will be delegated.",
"expressions-allowed" : false,
"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
}