You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/06/12 16:17:26 UTC

[GitHub] [nifi-registry] kevdoran commented on a change in pull request #197: NIFIREG-206 Support anonymous access to public resources

kevdoran commented on a change in pull request #197: NIFIREG-206 Support anonymous access to public resources
URL: https://github.com/apache/nifi-registry/pull/197#discussion_r293002507
 
 

 ##########
 File path: nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/authorization/CurrentUser.java
 ##########
 @@ -44,6 +45,15 @@ public void setAnonymous(boolean anonymous) {
         this.anonymous = anonymous;
     }
 
+    @ApiModelProperty(value = "Indicates if the NiFi instance supports logging in")
+    public boolean getLoginSupported() {
 
 Review comment:
   Minor quibble, but would prefer the method name `isLoginSupported` to be consistent with `isAnonymous`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services