Interface ClusterwideUserSessionManager
-
- All Known Implementing Classes:
ClusterwideUserSessionManagerImpl
public interface ClusterwideUserSessionManager
Takes care for clusterwide user session management.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UserSessionManagementType>
getLoggedInPrincipals(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 Detail
-
terminateSessions
void terminateSessions(TerminateSessionEvent terminateSessionEvent, Task task, OperationResult result)
Terminates specified sessions (on local and remote nodes).
-
getLoggedInPrincipals
List<UserSessionManagementType> getLoggedInPrincipals(Task task, OperationResult result)
Collects logged in principals (on local and remote nodes).
-
-