Updated JavaDoc for addStandardTokens
Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/653b4e01 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/653b4e01 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/653b4e01 Branch: refs/heads/master Commit: 653b4e0134cbef23bcb0f228caf80ad84a0e67cb Parents: 49c3f11 Author: Jared Frees <[email protected]> Authored: Thu Jun 14 11:15:57 2018 -0400 Committer: Jared Frees <[email protected]> Committed: Thu Jun 14 11:15:57 2018 -0400 ---------------------------------------------------------------------- .../java/org/apache/guacamole/token/StandardTokens.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/653b4e01/guacamole-ext/src/main/java/org/apache/guacamole/token/StandardTokens.java ---------------------------------------------------------------------- diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/token/StandardTokens.java b/guacamole-ext/src/main/java/org/apache/guacamole/token/StandardTokens.java index 7607481..b98bade 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/token/StandardTokens.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/token/StandardTokens.java @@ -150,10 +150,11 @@ public class StandardTokens { * Adds tokens which are standardized by guacamole-ext to the given * TokenFilter using the values from the given AuthenticatedUser object, * including any associated credentials. These standardized tokens include - * the current username (GUAC_USERNAME), password (GUAC_PASSWORD), and the - * server date and time (GUAC_DATE and GUAC_TIME respectively). If either - * the username or password are not set within the given user or their - * provided credentials, the corresponding token(s) will remain unset. + * the current username (GUAC_USERNAME), password (GUAC_PASSWORD), the + * server date and time (GUAC_DATE and GUAC_TIME respectively), and custom + * user attributes. If either the username or password are not set within + * the given user or their provided credentials, the corresponding token(s) + * will remain unset. * * @param filter * The TokenFilter to add standard tokens to.
