jackrabbit-oak
jackrabbit-oak copied to clipboard
OAK-11026: Adding cache to external principals
Summary
Added cached membership reader to external group principal reader allowing to cache principals read using UserConfiguration cache values.
Changes
- Changed CachedPrincipalMembershipReader to allow external calls
- Created CacheConfiguration class to define where to store the cached principals
- Adapted unit tests to the new class structure and created new unit tests to meet coverage threshold