gresockj commented on a change in pull request #5131:
URL: https://github.com/apache/nifi/pull/5131#discussion_r648568600



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-authorizer/src/main/java/org/apache/nifi/authorization/AuthorizerFactoryBean.java
##########
@@ -87,12 +84,19 @@ private static JAXBContext initializeJaxbContext() {
     }
 
     private Authorizer authorizer;
-    private NiFiProperties properties;
     private ExtensionManager extensionManager;
     private final Map<String, UserGroupProvider> userGroupProviders = new 
HashMap<>();
     private final Map<String, AccessPolicyProvider> accessPolicyProviders = 
new HashMap<>();
     private final Map<String, Authorizer> authorizers = new HashMap<>();
 
+    public NiFiProperties getProperties() {
+        return properties;
+    }

Review comment:
       I think only for Spring dependency injection purposes.




-- 
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]


Reply via email to