jackrabbit-oak icon indicating copy to clipboard operation
jackrabbit-oak copied to clipboard

OAK-11026: Adding cache to external principals

Open Amoratinos opened this issue 1 year ago • 0 comments

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

Amoratinos avatar Oct 01 '24 10:10 Amoratinos