Package org.apache.guacamole.net.event
Interface CredentialEvent
-
- All Known Implementing Classes:
AuthenticationFailureEvent
,AuthenticationSuccessEvent
,TunnelCloseEvent
,TunnelConnectEvent
public interface CredentialEvent
Abstract basis for events which may have associated user credentials when triggered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Credentials
getCredentials()
Returns the current credentials of the user triggering the event, if any.
-
-
-
Method Detail
-
getCredentials
Credentials getCredentials()
Returns the current credentials of the user triggering the event, if any.- Returns:
- The current credentials of the user triggering the event, if any, or null if no credentials are associated with the event.
-
-