I have an application that uses Jackrabbit as the CMS. The user management for this application is already built and tested.
So I, every time a node is created in jackrabbit, store the UUID and Path in a database table with an ID unique to my system. So in checkPermission or canAccess I use the ItemId to get the database entry for my item, then I can use the Unique ID stored within to do permissions on it. Angela Schreiber wrote: > > pkrishna wrote: >> I did download 1.4.6 source code; I didn't see either the >> checkPermissions or >> isGranted permission deprecated. > > did i say so? i guess it was > "in the *trunk* [...] are marked deprecated." > > regards > angela > > -- View this message in context: http://www.nabble.com/AccessManager--checkPermissions-method-tp19880715p19904306.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
