Amoratinos commented on code in PR #1752:
URL: https://github.com/apache/jackrabbit-oak/pull/1752#discussion_r1794939595
##########
oak-auth-external/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/external/impl/principal/ExternalGroupPrincipalProvider.java:
##########
@@ -101,6 +102,7 @@
class ExternalGroupPrincipalProvider implements PrincipalProvider,
ExternalIdentityConstants, DynamicMembershipProvider {
private static final Logger log =
LoggerFactory.getLogger(ExternalGroupPrincipalProvider.class);
+ static final String CACHE_PRINCIPAL_NAMES = "externalPrincipalNames";
Review Comment:
I've renamed to `rep:externalCachedPrincipalNames` if that works
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]