You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2020/12/01 15:17:30 UTC

[GitHub] [jena-site] ebremer commented on a change in pull request #31: missing isPrincipalAuthenticated

ebremer commented on a change in pull request #31:
URL: https://github.com/apache/jena-site/pull/31#discussion_r533492698



##########
File path: source/documentation/permissions/evaluator.md
##########
@@ -184,5 +184,10 @@ See the example jar for another implementation example.
         public Principal getPrincipal() {
             return principal;
         }
+	
+	@Override
+	public boolean isPrincipalAuthenticated(Object principal) {
+		return principal != null;
+	}

Review comment:
       Should be fixed.  My fault for using the web interfacing and forgetting to turn off the tab indentation.




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