{
"operation-name" : "add",
"description" : "Operation adds the Elytron subsystem",
"request-properties" : {
"default-authentication-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The default authentication context to be associated with all deployments.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.authentication-context",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"default-ssl-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the SSLContext which should be globally registered as the default.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.ssl-context",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"disallowed-providers" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "A list of providers that are not allowed, and will be removed from the providers list.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"final-providers" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the Providers that should be registered after all existing Providers.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.providers",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"initial-providers" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the Providers that should be registered ahead of all existing Providers.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.providers",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"register-jaspi-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Should the Elytron JASPI factory be globally registered?",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"security-properties" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "Security properties to be set.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}