{
"operation-name" : "add",
"description" : "Adds login module",
"request-properties" : {
"code" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Class name of the module to be instantiated.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"flag" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The flag controls how the module participates in the overall procedure. Allowed values are requisite, required, sufficient or optional.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"allowed" : [
"required",
"requisite",
"sufficient",
"optional"
],
"stability" : "default"
},
"module" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of JBoss Module where the login module is located.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"module-options" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "List of module options containing a name/value pair.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}