I'm trying to get my hands on the UserManager object, via something like this:
UserManager um = ((JackrabbitSession) session).getUserManager(); 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?
