hi chad
I'm trying to get my hands on the UserManager object, via something like this:
UserManager um = ((JackrabbitSession) session).getUserManager();
o.a.j.jcr2spi.SessionImpl does not implement the JackrabbitSession
interface up to now.
But I find that in my set up as a remote client of the repository (
davex remoting ), I don't have the ability to do this. Is there
another way to get the userManager in this remote set up?
not that I would know of.
the JCR implementation in jcr2spi still does not implement
all features of jsr 283. issue 2003 [1] can provides an overview
what is missing.
regards
angela
[1] https://issues.apache.org/jira/browse/JCR-2003