{
"operation-name" : "add",
"description" : "Add a new JASPI configuration.",
"request-properties" : {
"application-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The application-context this configuration is to be associated with or '*' for all application contexts.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "*",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"description" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Description of this configuration.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"layer" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The layer this configuration is to be associated with or '*' for all layers.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "*",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"server-auth-modules" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "List of ServerAuthModule definitions for this configuration.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"class-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The fully qualified class name of the ServerAuthModule.",
"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 load the ServerAuthModule from.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"flag" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Control flag for coordination of the ServerAuthModule results.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "required",
"allowed" : [
"required",
"requisite",
"sufficient",
"optional"
],
"stability" : "default"
},
"options" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "Configuration options to be passed into the ServerAuthModule.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}