Uses of Class
org.apache.guacamole.net.event.AuthenticationFailureEvent
- 
Packages that use AuthenticationFailureEvent Package Description org.apache.guacamole.net.event.listener Provides classes for hooking into various events that take place as users log into and use the Guacamole web application. - 
- 
Uses of AuthenticationFailureEvent in org.apache.guacamole.net.event.listener
Methods in org.apache.guacamole.net.event.listener with parameters of type AuthenticationFailureEvent Modifier and Type Method Description voidAuthenticationFailureListener. authenticationFailed(AuthenticationFailureEvent e)Deprecated.Event hook which fires immediately after a user's authentication attempt fails. 
 -