public interface AuthenticationSuccessListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticationSucceeded(AuthenticationSuccessEvent e)
Event hook which fires immediately after a user's authentication attempt
succeeds.
|
boolean authenticationSucceeded(AuthenticationSuccessEvent e) throws net.sourceforge.guacamole.GuacamoleException
e - The AuthenticationFailureEvent describing the authentication
failure that just occurred.net.sourceforge.guacamole.GuacamoleException - If an error occurs while handling the
authentication success event. Throwing an
exception will also cancel the authentication
success.Copyright © 2013. All Rights Reserved.