- authenticationFailed(AuthenticationFailureEvent) - Method in interface net.sourceforge.guacamole.net.event.listener.AuthenticationFailureListener
-
Event hook which fires immediately after a user's authentication attempt
fails.
- AuthenticationFailureEvent - Class in net.sourceforge.guacamole.net.event
-
An event which is triggered whenever a user's credentials fail to be
authenticated.
- AuthenticationFailureEvent(Credentials) - Constructor for class net.sourceforge.guacamole.net.event.AuthenticationFailureEvent
-
Creates a new AuthenticationFailureEvent which represents the failure
to authenticate the given credentials.
- AuthenticationFailureListener - Interface in net.sourceforge.guacamole.net.event.listener
-
A listener whose authenticationFailed() hook will fire immediately
after a user's authentication attempt fails.
- AuthenticationProvider - Interface in net.sourceforge.guacamole.net.auth
-
Provides means of retrieving a set of named GuacamoleConfigurations for a
given Credentials object.
- authenticationSucceeded(AuthenticationSuccessEvent) - Method in interface net.sourceforge.guacamole.net.event.listener.AuthenticationSuccessListener
-
Event hook which fires immediately after a user's authentication attempt
succeeds.
- AuthenticationSuccessEvent - Class in net.sourceforge.guacamole.net.event
-
An event which is triggered whenever a user's credentials pass
authentication.
- AuthenticationSuccessEvent(Credentials) - Constructor for class net.sourceforge.guacamole.net.event.AuthenticationSuccessEvent
-
Creates a new AuthenticationSuccessEvent which represents a successful
authentication attempt with the given credentials.
- AuthenticationSuccessListener - Interface in net.sourceforge.guacamole.net.event.listener
-
A listener whose hooks will fire immediately before and after a user's
authentication attempt succeeds.