Interface UserSessionService

All Known Implementing Classes:
UserSessionServiceImpl

@Internal public interface UserSessionService
Service for managing user sessions.
Since:
9.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invalidateUserSessions(@NotNull com.atlassian.user.User user)
    Invalidates http sessions for a given user.
  • Method Details