managed.json revision 11be08c71b8ec1e9828e961ec63074a07cde5757
{
"objects" : [
{
"name" : "user",
"onCreate" : {
"type" : "text/javascript",
"file" : "script/ui/onCreate-user-set-default-fields.js"
},
"onValidate" : {
"type" : "text/javascript",
"file" : "script/ui/onValidate-user-sensitive-fields.js"
},
"onDelete" : {
"type" : "text/javascript",
"file" : "script/ui/onDetele-user-cleanup.js"
},
"properties" : [
{
"name" : "securityAnswer",
"encryption" : {
"key" : "openidm-sym-default"
},
"scope" : "private"
},
{
"name" : "password",
"encryption" : {
"key" : "openidm-sym-default"
},
"scope" : "private"
}
]
},
{
"name" : "group"
},
{
"name" : "user_application_lnk",
"onCreate" : {
"type" : "text/javascript",
"file" : "script/ui/user_application_lnk/onCreate-user_application_lnk-set-default-fields.js"
},
"onValidate" : {
"type" : "text/javascript",
"file" : "script/ui/user_application_lnk/onValidate-user_application_lnk.js"
}
}
]
}