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

Method Summary
 void authenticationFailed(AuthenticationFailureEvent e)
          Event hook which fires immediately after a user's authentication attempt fails.
 

Method Detail

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 © 2013. All Rights Reserved.