net.sourceforge.guacamole.net.event.listener
Interface AuthenticationFailureListener
public interface AuthenticationFailureListener
A listener whose authenticationFailed() hook will fire immediately
after a user's authentication attempt fails. Note that this hook cannot
be used to cancel the authentication failure.
- Author:
- Michael Jumper
authenticationFailed
void authenticationFailed(AuthenticationFailureEvent e)
throws net.sourceforge.guacamole.GuacamoleException
- Event hook which fires immediately after a user's authentication attempt
fails.
- Parameters:
e
- The AuthenticationFailureEvent describing the authentication
failure that just occurred.
- Throws:
net.sourceforge.guacamole.GuacamoleException
- If an error occurs while handling the
authentication failure event. Note that
throwing an exception will NOT cause the
authentication failure to be canceled.
Copyright © 2012. All Rights Reserved.