{
"operation-name" : "add",
"description" : "The add operation for the security factory.",
"request-properties" : {
"configuration" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "The optional key/value configuration for the custom security factory.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"class-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The class name of the implementation of the custom security factory.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"module" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The module to use to load the custom security factory.",
"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
}