Package org.apache.guacamole.net.event
package org.apache.guacamole.net.event
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
These event classes are most useful when used with hooks implemented
using listener classes.
- See Also:
-
ClassDescriptionEvent that is dispatched when the web application has nearly completely shut down, including the authentication/authorization portion of extensions.Event that is dispatched when the web application has finished starting up, including all extensions.An event which is triggered whenever a user's credentials fail to be authenticated.An event which may be dispatched due to a specific AuthenticationProvider.An event which is triggered whenever a user's credentials have been submitted for authentication, but that latest authentication request has not yet succeeded or failed.An event which is triggered whenever a user's credentials pass authentication.Abstract basis for events which may have associated user credentials when triggered.DirectoryEvent<ObjectType extends Identifiable>Abstract basis for events which involve a modification made to the objects within a
Directory
through the operations exposed by the Directory interface.The types of directory operations that may be represented by a DirectoryEvent.DirectoryFailureEvent<ObjectType extends Identifiable>Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectory
fails.DirectorySuccessEvent<ObjectType extends Identifiable>Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectory
succeeds.An event which represents failure of an operation, where that failure may be associated with a particular Throwable.IdentifiableObjectEvent<ObjectType extends Identifiable>Abstract basis for events which affect or directly relate to objects that areIdentifiable
and may be stored within aDirectory
.An event which is triggered whenever a tunnel is being closed.An event which is triggered whenever a tunnel is being connected.Abstract basis for events associated with tunnels.Abstract basis for events which may have an associated AuthenticatedUser when triggered.Event that is dispatched when a user has logged out or their session has expired.