GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/205
GUACAMOLE-412: Refactor UserEvent to provide AuthenticatedUser instead of
UserContext.
This change refactors `UserEvent` and related classes, representing user
identity with `AuthenticatedUser` rather than `UserContext`. The use of
`UserContext` to represent identity was a holdover from the pre-0.9.8 days when
auth was tied to storage, back before `AuthenticatedUser` existed.
This closes #197.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
null-context-regression
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #205
----
commit 223102c38c606f5b06aca89ee61fb694ed054933
Author: Michael Jumper <[email protected]>
Date: 2017-10-27T20:03:17Z
GUACAMOLE-412: Refactor user events with respect to extension API changes
since the decoupling of auth from storage, providing AuthenticatedUser instead
of UserContext to represent the user involved.
----
---