Hi, On Tue, Sep 1, 2009 at 12:10 PM, simer anand<[email protected]> wrote: > After following much about JAAS tutorials and also > implemented the Jaas Authentication part need to know about Jaas > Authorizations. To do this i read the Jaas Authentication part but don't > know how to implement it to repository so that different access is to be > provided to the the nodes depending upon users.
Currently Jackrabbit only uses JAAS for authentication. Authorization is based on an ACL-system specified in the JCR 2.0 drafts. You can also extend Jackrabbit with a custom authorization mechanism (including one based on JAAS) by implementing the internal Jackrabbit security API. BR, Jukka Zitting
