mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Fix semantics of update and events now that we know when credentials are present.
This commit is contained in:
@@ -8,9 +8,6 @@ import net.sourceforge.guacamole.net.auth.UserContext;
|
||||
* authentication. The credentials that passed authentication are included
|
||||
* within this event, and can be retrieved using getCredentials().
|
||||
*
|
||||
* Note that this event is only triggered when the UserContext is initially
|
||||
* created. Any further updates to the UserContext to not trigger this event.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class AuthenticationSuccessEvent implements UserEvent, CredentialEvent {
|
||||
|
@@ -5,9 +5,9 @@ import net.sourceforge.guacamole.net.auth.UserContext;
|
||||
|
||||
/**
|
||||
* An event which is triggered whenever a tunnel is being closed. The tunnel
|
||||
* being closed can be accessed through getTunnel(), and the set of all
|
||||
* credentials available from the request which is closing the tunnel can be
|
||||
* retrieved using getCredentials().
|
||||
* being closed can be accessed through getTunnel(), and the UserContext
|
||||
* associated with the request which is closing the tunnel can be retrieved
|
||||
* with getUserContext().
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
|
@@ -5,9 +5,10 @@ import net.sourceforge.guacamole.net.auth.UserContext;
|
||||
|
||||
/**
|
||||
* An event which is triggered whenever a tunnel is being connected. The tunnel
|
||||
* being connected can be accessed through getTunnel(), and the set of all
|
||||
* credentials available from the request which is connecting the tunnel can be
|
||||
* retrieved using getCredentials().
|
||||
* being connected can be accessed through getTunnel(), and the UserContext
|
||||
* associated with the request which is connecting the tunnel can be retrieved
|
||||
* with getUserContext().
|
||||
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
|
Reference in New Issue
Block a user