Hello:

For a project that I am working on, I need to write an AccessManager
such that it locates a given Node (from the NodeId), checks the Node
for a few attributes, and then grants access to that Node.

I have read 
http://issues.apache.org/jira/browse/JCR-478?page=comments#action_12420820
and I realize that AccessManager is by intent restricted from
accessing Content Repository data.

However, I still do need to access the Node that has the given NodeId.
I am about to try accessing the Session via JNDI.

Are there any other recommendations on writing AccessManagers ?

Thanks in advance.

-- Sriram

Reply via email to