Interface AuthenticationFailureListener
Deprecated.
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Event hook which fires immediately after a user's authentication attempt fails.
-
Method Details
-
authenticationFailed
void authenticationFailed(AuthenticationFailureEvent e) throws org.apache.guacamole.GuacamoleException Deprecated.Event hook which fires immediately after a user's authentication attempt fails.- Parameters:
e
- The AuthenticationFailureEvent describing the authentication failure that just occurred.- Throws:
org.apache.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 (which makes no sense), but it will prevent subsequent listeners from receiving the notification.
-
Listener
interface.