Package org.apache.guacamole.net.event
Interface AuthenticationRequestReceivedEvent
- All Superinterfaces:
CredentialEvent
An event which is triggered whenever a user's credentials have been
submitted for authentication, but that latest authentication request has not
yet succeeded or failed. The credentials that were received for
authentication are included within this event, and can be retrieved using
CredentialEvent.getCredentials()
.
If a Listener
throws
a GuacamoleException when handling an event of this type, the authentication
request is entirely aborted as if it failed, and will be processed by any
other listener or authentication provider.
-
Method Summary
Methods inherited from interface org.apache.guacamole.net.event.CredentialEvent
getCredentials