kwin commented on code in PR #1014:
URL: https://github.com/apache/jackrabbit-oak/pull/1014#discussion_r1259710323
##########
oak-authorization-principalbased/src/main/java/org/apache/jackrabbit/oak/spi/security/authorization/principalbased/impl/FilterProviderImpl.java:
##########
@@ -76,6 +76,15 @@ public class FilterProviderImpl implements FilterProvider {
private final Map<String, String> validatedPrincipalNamesPathMap =
Maps.newConcurrentMap();
private final Map<String, String> unsupportedPrincipalNames =
Maps.newConcurrentMap();
+ /**
+ * Constructor to use outside OSGi containers
+ * @param oakPath the repository path where the principals are located
+ * @since 1.54
+ */
+ public FilterProviderImpl(String oakPath) {
Review Comment:
Done
--
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]