Package com.atlassian.bamboo.session
Class UserSessionInvalidatedEvent
java.lang.Object
com.atlassian.bamboo.session.UserSessionInvalidatedEvent
Event that represents the invalidation of a user session.
This event is triggered when a user's session is invalidated.
-
Constructor Summary
ConstructorDescriptionUserSessionInvalidatedEvent
(@NotNull com.atlassian.user.User user) Constructs a new UserSessionInvalidatedEvent. -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.user.User
getUser()
Gets the user whose session has been invalidated.
-
Constructor Details
-
UserSessionInvalidatedEvent
public UserSessionInvalidatedEvent(@NotNull @NotNull com.atlassian.user.User user) Constructs a new UserSessionInvalidatedEvent.- Parameters:
user
- the user whose session has been invalidated, must not be null
-
-
Method Details
-
getUser
public com.atlassian.user.User getUser()Gets the user whose session has been invalidated.- Returns:
- the user whose session has been invalidated
-