{
"operation-name" : "add",
"description" : "Adds an SSO authentication mechanism.",
"request-properties" : {
"cookie-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of the cookie",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "JSESSIONIDSSO",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"domain" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The cookie domain that will be used.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"http-only" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Set Cookie httpOnly attribute.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"path" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Cookie path.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "/",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"secure" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Set Cookie secure attribute.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}