Listener
interface.@Deprecated public interface AuthenticationFailureListener
Modifier and Type | Method and Description |
---|---|
void |
authenticationFailed(AuthenticationFailureEvent e)
Deprecated.
Event hook which fires immediately after a user's authentication attempt
fails.
|
void authenticationFailed(AuthenticationFailureEvent e) throws org.apache.guacamole.GuacamoleException
e
- The AuthenticationFailureEvent describing the authentication
failure that just occurred.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.Copyright © 2018. All rights reserved.