Class UserSessionInvalidatedEvent

java.lang.Object
com.atlassian.bamboo.session.UserSessionInvalidatedEvent

public class UserSessionInvalidatedEvent extends Object
Event that represents the invalidation of a user session. This event is triggered when a user's session is 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