mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
[AdminConsole] Added the possibility to end user session without kicking him/her off. Fixed bug with discarding row selection in user table
This commit is contained in:
parent
44ee670baf
commit
74ddaa4a57
8 changed files with 159 additions and 99 deletions
|
|
@ -146,6 +146,7 @@ public interface MageServer {
|
|||
//admin methods
|
||||
List<UserView> getUsers(String sessionId) throws MageException;
|
||||
void disconnectUser(String sessionId, String userSessionId) throws MageException;
|
||||
void endUserSession(String sessionId, String userSessionId) throws MageException;
|
||||
void removeTable(String sessionId, UUID tableId) throws MageException;
|
||||
void sendBroadcastMessage(String sessionId, String message) throws MageException;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue