Listener
interface.@Deprecated public interface AuthenticationSuccessListener
Modifier and Type | Method and Description |
---|---|
boolean |
authenticationSucceeded(AuthenticationSuccessEvent e)
Deprecated.
Event hook which fires immediately after a user's authentication attempt
succeeds.
|
boolean authenticationSucceeded(AuthenticationSuccessEvent 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 success event.
Throwing an exception will also cancel the authentication success.Copyright © 2018. All rights reserved.