Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/418#discussion_r151568061
--- Diff:
src/java/main/org/apache/zookeeper/server/auth/ProviderRegistry.java ---
@@ -87,4 +113,10 @@ public static String listProviders() {
}
return sb.toString();
}
+
+ public static SortedSet<String> getSchemesRequiringAuth() {
--- End diff --
what if the user decided which schemes were needed rather than letting each
individual scheme choose if it is essential?---
