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 TypeInterfaceDescriptioninterfaceDirectoryEvent<ObjectType extends Identifiable>Abstract basis for events which involve a modification made to the objects within aDirectorythrough the operations exposed by the Directory interface.interfaceDirectoryFailureEvent<ObjectType extends Identifiable>Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectoryfails.interfaceDirectorySuccessEvent<ObjectType extends Identifiable>Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectorysucceeds.interfaceIdentifiableObjectEvent<ObjectType extends Identifiable>Abstract basis for events which affect or directly relate to objects that areIdentifiableand may be stored within aDirectory.Classes in org.apache.guacamole.net.event that implement AuthenticationProviderEventModifier and TypeClassDescriptionclassAn event which is triggered whenever a user's credentials fail to be authenticated.classAn event which is triggered whenever a user's credentials pass authentication.