On Wed, Mar 15, 2006 at 03:02:42PM +0100, Tobias Bocanegra wrote: > > I need completely different set of constants: > > read properties,write properties, browse children,add child,delete child > most of them can be mapped: > > read properties -> PropertyId, READ > write properties -> PropertyId, WRITE > browse children -> NodeId, READ > add child -> NodeId, WRITE > delete child -> NodeId, REMOVE
Okay, that could be good. But what if we will need to extend this list of privileges? Is there some workaround, if we will need, for example read property write property browse properties add property delete property browse children add child delete child and so on? -- Eugene N Dzhurinsky
