You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by JOSE FELIX HERNANDEZ BARRIO <jo...@isthari.com> on 2010/06/21 12:34:30 UTC

deny permissions on a subtree

hi,

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.


thx


-- 
Jose Hernandez
675599600
Isthari
http://www.isthari.com

Re: deny permissions on a subtree

Posted by Angela Schreiber <an...@day.com>.
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