{
"operation-name" : "add",
"description" : "Add the SSLContext definition.",
"request-properties" : {
"cipher-suite-filter" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The filter to apply to specify the enabled cipher suites for TLSv1.2 and below.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "DEFAULT",
"stability" : "default"
},
"cipher-suite-names" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The filter to apply to specify the enabled cipher suites for TLSv1.3.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"key-manager" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the key manager to use within the SSLContext.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.key-manager",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"protocols" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The enabled protocols.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"allowed" : [
"SSLv2",
"SSLv2Hello",
"SSLv3",
"TLSv1",
"TLSv1.1",
"TLSv1.2",
"TLSv1.3"
],
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"provider-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the provider to use. If not specified, all providers from providers will be passed to the SSLContext.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"providers" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the providers to obtain the Provider[] to use to load the SSLContext.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.providers",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"trust-manager" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the trust manager to use within the SSLContext.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.trust-manager",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}