JackrabbitSession.getAccessManager() and docuemnting on the list to cast
Session to SessionImpl to get the AccessManager is kind of a bug ;-)

just to avoid misunderstandings:

- there is no jackrabbit API interface called AccessManager.
  instead the interface is called *AccessControlManager* and it is
  in the package org.apache.jackrabbit.api.jsr283.security

- the public method to access this manager is called
  *getAccessControlManager()* and it is located on
  *org.apache.jackrabbit.api.jsr283.Session*

- there is no method JackrabbitSession.getAccessManager()
  and there are no plans whatsoever to add it.

regards
angela

Reply via email to