I have been looking at user manager and the way in which it stores
users in the JCR.
Is there a suitable place to perform a storage abstraction. At the
moment users all go into 1 folder, and this might be ok for up to a
few 1000. But we typically have 25K to 200K users on current
installations, and are expecting in the region of 4-5M users on future
installations.
I can see that this is all in the UserManagerImpl which is really
part of jackrabbit core, so perhaps I should ask there, but since the
UI may be accessing the URL's directly I was hoping there was a
suitable place to put a hashed tree in so the UI didnt have to adjust
the URL's (like the webdav resource locator classes)
Ian