You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/10/27 17:51:55 UTC

[17/25] incubator-guacamole-client git commit: GUACAMOLE-362: Add missing parameter documentation for credentials object.

GUACAMOLE-362: Add missing parameter documentation for credentials object.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/bd57938d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/bd57938d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/bd57938d

Branch: refs/heads/master
Commit: bd57938dff460ca0f90d9bd8258c4dbc0bb2966e
Parents: b410b99
Author: Nick Couchman <vn...@apache.org>
Authored: Sat Sep 30 22:30:46 2017 -0400
Committer: Nick Couchman <ni...@yahoo.com>
Committed: Fri Oct 27 13:05:13 2017 -0400

----------------------------------------------------------------------
 .../apache/guacamole/auth/cas/ticket/TicketValidationService.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/bd57938d/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
index de38964..482c73a 100644
--- a/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
+++ b/extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java
@@ -63,6 +63,9 @@ public class TicketValidationService {
      *
      * @param ticket
      *     The ID ticket to validate and parse.
+     * @param credentials
+     *     The Credentials object to store retrieved username and
+     *     password values in.
      *
      * @return
      *     The username derived from the ticket.