leventov commented on a change in pull request #7789: Druid basic
authentication class composition config
URL: https://github.com/apache/incubator-druid/pull/7789#discussion_r288670045
##########
File path:
extensions-core/druid-basic-security/src/main/java/org/apache/druid/security/basic/BasicSecurityDruidModule.java
##########
@@ -168,6 +211,33 @@ public static BasicAuthorizerCacheNotifier
createAuthorizerCacheNotifier(final I
);
}
+ /**
+ * Returns the instance provided either by a config property or
coordinator-run class or default class.
Review comment:
I think the semantics of this method are too complex. Maybe you can extract
a method in fewer places, but they are simpler, e. g. they accept non-null
parameters.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]