Accessing ACLs (Was: [jira] [Created] (OAK-581) IndexDefinition for Access Control Content)

2013-01-24 Thread Jukka Zitting
Hi, On Thu, Jan 24, 2013 at 10:11 AM, angela (JIRA) j...@apache.org wrote: since query is used to retrieve to used retrieve ac content by principal, the ac impl should define an property index for the rep:principalName defined by rep:ACE node type. Is it essential for the access control code

Re: Accessing ACLs (Was: [jira] [Created] (OAK-581) IndexDefinition for Access Control Content)

2013-01-24 Thread Thomas Mueller
Hi, Yes, I would also try to avoid using a query to read the ACLs from the content tree (for multiple reasons: to avoid maintaining indexes, to speed up access, to simplify caching). Regards, Thomas On 1/24/13 2:22 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, On Thu, Jan 24, 2013 at

Re: Accessing ACLs (Was: [jira] [Created] (OAK-581) IndexDefinition for Access Control Content)

2013-01-24 Thread Thomas Mueller
Hi, Ah OK. Then the only solution to avoid those indexes is to not support the feature I guess. Regards, Thomas On 1/24/13 2:27 PM, Angela Schreiber anch...@adobe.com wrote: hi jukka it's not for the access control evaluation nor for access by path that the query is used... is for the

Re: Accessing ACLs (Was: [jira] [Created] (OAK-581) IndexDefinition for Access Control Content)

2013-01-24 Thread Jukka Zitting
Hi, On Thu, Jan 24, 2013 at 3:27 PM, Angela Schreiber anch...@adobe.com wrote: it's not for the access control evaluation nor for access by path that the query is used... is for the jackrabbit api extensions that retrieve access control content by principal. Ah, I see, thanks! I used to