| Package | Description |
|---|---|
| org.glyptodon.guacamole.net.event |
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
|
| org.glyptodon.guacamole.net.event.listener |
Provides classes for hooking into various events that take place as
users log into and use the Guacamole web application.
|
| Class and Description |
|---|
| CredentialEvent
Abstract basis for events which may have associated user credentials when
triggered.
|
| TunnelEvent
Abstract basis for events associated with tunnels.
|
| UserEvent
Abstract basis for events which may have an associated UserContext when
triggered.
|
| Class and Description |
|---|
| AuthenticationFailureEvent
An event which is triggered whenever a user's credentials fail to be
authenticated.
|
| AuthenticationSuccessEvent
An event which is triggered whenever a user's credentials pass
authentication.
|
| TunnelCloseEvent
An event which is triggered whenever a tunnel is being closed.
|
| TunnelConnectEvent
An event which is triggered whenever a tunnel is being connected.
|
Copyright © 2015. All rights reserved.