exceptionfactory commented on a change in pull request #5079:
URL: https://github.com/apache/nifi/pull/5079#discussion_r634689988



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/src/main/java/org/apache/nifi/web/security/saml/impl/StandardSAMLStateManager.java
##########
@@ -140,4 +140,7 @@ public String getJwt(final String requestIdentifier) {
         }
     }
 
+    public void setJwtService(JwtService jwtService) {
+        this.jwtService = jwtService;
+    }

Review comment:
       Is this change necessary?  It looks like the JwtService is provided 
through a constructor argument as part of the existing Spring configuration.




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