Package com.atlassian.bamboo.session
Interface UserSessionService
-
- All Known Implementing Classes:
UserSessionServiceImpl
@Internal public interface UserSessionService
Service for managing user sessions.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invalidateUserSessions(@NotNull com.atlassian.user.User user)
Invalidates http sessions for a given user.
-
-
-
Method Detail
-
invalidateUserSessions
void invalidateUserSessions(@NotNull @NotNull com.atlassian.user.User user) throws UnauthorisedException
Invalidates http sessions for a given user.- Throws:
UnauthorisedException
-
-