public interface AuthenticationFailureListener
Modifier and Type | Method and Description |
---|---|
void |
authenticationFailed(AuthenticationFailureEvent e)
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.Copyright © 2017. All rights reserved.