mike-jumper commented on a change in pull request #454: GUACAMOLE-793: CAS
Provider returns Group - like LDAP Provider
URL: https://github.com/apache/guacamole-client/pull/454#discussion_r383644194
##########
File path:
extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/user/CASAuthenticatedUser.java
##########
@@ -50,6 +51,11 @@
*/
private Map<String, String> tokens;
+ /**
+ * The unique identifiers of all user groups which a user is a member of
Review comment:
A period is missing here (JavaDoc requires that comments are terminated with
punctuation - see the other JavaDoc comments in the vicinity for examples).
----------------------------------------------------------------
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