Package org.apache.guacamole.net.event
Interface UserEvent
- All Known Subinterfaces:
DirectoryEvent<ObjectType>
,DirectoryFailureEvent<ObjectType>
,DirectorySuccessEvent<ObjectType>
,IdentifiableObjectEvent<ObjectType>
,UserSessionInvalidatedEvent
- All Known Implementing Classes:
AuthenticationSuccessEvent
,TunnelCloseEvent
,TunnelConnectEvent
public interface UserEvent
Abstract basis for events which may have an associated AuthenticatedUser when
triggered.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the AuthenticatedUser identifying the user triggering the event, if any.
-
Method Details
-
getAuthenticatedUser
AuthenticatedUser getAuthenticatedUser()Returns the AuthenticatedUser identifying the user triggering the event, if any.- Returns:
- The AuthenticatedUser identifying the user triggering the event, if any, or null if no AuthenticatedUser is associated with the event.
-