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
Modifier and TypeMethodDescriptionvoid
invalidateUserSessions
(@NotNull com.atlassian.user.User user) Invalidates http sessions for a given user.
-
Method Details
-
invalidateUserSessions
void invalidateUserSessions(@NotNull @NotNull com.atlassian.user.User user) throws UnauthorisedException Invalidates http sessions for a given user.- Throws:
UnauthorisedException
-