Interface ClusterwideUserSessionManager
- All Known Implementing Classes:
ClusterwideUserSessionManagerImpl
public interface ClusterwideUserSessionManager
Takes care for clusterwide user session management.
-
Method Summary
Modifier and TypeMethodDescriptiongetLoggedInPrincipals
(Task task, OperationResult result) Collects logged in principals (on local and remote nodes).void
terminateSessions
(TerminateSessionEvent terminateSessionEvent, Task task, OperationResult result) Terminates specified sessions (on local and remote nodes).
-
Method Details
-
terminateSessions
void terminateSessions(TerminateSessionEvent terminateSessionEvent, Task task, OperationResult result) Terminates specified sessions (on local and remote nodes). -
getLoggedInPrincipals
Collects logged in principals (on local and remote nodes).
-