hi aleksei
the current security code will be reworked, since the
access control section has been refactored recently.
please be aware that you will have to adjust your code.
apart from that:
yes, there are tests ins jackrabbit-core for both the
API and the impl.
regarding the integration:
it depends on your needs. take a look at the public
review of JSR 283. it is not at the latest state but
you will still get an idea of what will be provided.
hope that helps
angela
Aleksei Lukin wrote:
Hello, All!
I saw a lot of code uploaded in svn had implementing new security model for JR.
Could please someone explain in few words idea of new JackRabbit security
framework?
I develop new simple CMS based on JR and OCM and in current implementation
user http session is bound to
JCR session so each logged in user have his own session.
What hooks I must create to integrate with upcoming security framework?
May be there is some code already in tests (svn version) to look at?
TNX