Uses of Interface
org.apache.guacamole.net.event.UserEvent
Packages that use UserEvent
Package
Description
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
-
Uses of UserEvent in org.apache.guacamole.net.event
Subinterfaces of UserEvent in org.apache.guacamole.net.eventModifier and TypeInterfaceDescriptioninterface
DirectoryEvent<ObjectType extends Identifiable>
Abstract basis for events which involve a modification made to the objects within aDirectory
through the operations exposed by the Directory interface.interface
DirectoryFailureEvent<ObjectType extends Identifiable>
Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectory
fails.interface
DirectorySuccessEvent<ObjectType extends Identifiable>
Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectory
succeeds.interface
IdentifiableObjectEvent<ObjectType extends Identifiable>
Abstract basis for events which affect or directly relate to objects that areIdentifiable
and may be stored within aDirectory
.interface
Event that is dispatched when a user has logged out or their session has expired.Classes in org.apache.guacamole.net.event that implement UserEventModifier and TypeClassDescriptionclass
An event which is triggered whenever a user's credentials pass authentication.class
An event which is triggered whenever a tunnel is being closed.class
An event which is triggered whenever a tunnel is being connected.