You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Angela Schreiber <an...@day.com> on 2010/07/13 15:00:04 UTC

Re: deny permissions on a subtree

hi jose

> i have a folder called contracts i want to deny read permission for everyone
> except an specific group, how can i do that?
> i've managed to add writer permissions to a group but not to deny read
> permission for everyone else.

the JCR 2.0 access control api doesn't provide means to explicitly
deny permissions on a particular node.

for this you have to cast to the Jackrabbit API that provides
some extensions.

see
http://jackrabbit.apache.org/api/2.0/org/apache/jackrabbit/api/security/package-summary.html


hope that helps
angela