Uses of Interface
org.apache.guacamole.net.event.AuthenticationProviderEvent
Packages that use AuthenticationProviderEvent
Package
Description
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
-
Uses of AuthenticationProviderEvent in org.apache.guacamole.net.event
Subinterfaces of AuthenticationProviderEvent 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
.Classes in org.apache.guacamole.net.event that implement AuthenticationProviderEventModifier and TypeClassDescriptionclass
An event which is triggered whenever a user's credentials fail to be authenticated.class
An event which is triggered whenever a user's credentials pass authentication.