{
"operation-name" : "add",
"description" : "Adds a distributable session management provider",
"request-properties" : {
"cache" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache associated with this provider",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.clustering.infinispan.cache-configuration",
"capability-reference-pattern-elements" : [
"cache-container",
"cache"
],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"cache-container" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache container associated with this provider",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.clustering.infinispan.default-cache-configuration",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"granularity" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Defines the strategy for persisting the attributes of a session",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"allowed" : [
"SESSION",
"ATTRIBUTE"
],
"stability" : "default"
},
"marshaller" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Indicates the marshalling implementation used for serializing attributes of a session",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "JBOSS",
"allowed" : [
"JBOSS",
"PROTOSTREAM"
],
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}