managed.json revision a60d77aaed3324cd783f4e648fedfecd54f8e551
{
"objects" : [
{
"name" : "user",
"onCreate" : {
"type" : "text/javascript",
"file" : "bin/defaults/script/ui/onCreate-user-set-default-fields.js"
},
"onDelete" : {
"type" : "text/javascript",
"file" : "bin/defaults/script/ui/onDelete-user-cleanup.js"
},
"onRetrieve" : {
"type" : "text/javascript",
"file" : "script/onRetrieveManagedUser.js"
},
"onStore" : {
"type" : "text/javascript",
"file" : "script/onStoreManagedUser.js"
},
"properties" : [
{
"name" : "securityAnswer",
"encryption" : {
"key" : "openidm-sym-default"
},
"scope" : "private"
},
{
"name" : "password",
"encryption" : {
"key" : "openidm-sym-default"
},
"scope" : "private"
}
]
},
{
"name" : "group"
}
]
}