|
@@ -76,11 +76,6 @@ public class User implements JsonSerializable {
|
|
|
*/
|
|
|
private Integer sessionTimeout;
|
|
|
|
|
|
- /**
|
|
|
- * WebSocket session
|
|
|
- */
|
|
|
- private WebSocketSession webSocketSession;
|
|
|
-
|
|
|
public String getKey() {
|
|
|
return key;
|
|
|
}
|
|
@@ -177,12 +172,4 @@ public class User implements JsonSerializable {
|
|
|
this.sessionTimeout = sessionTimeout;
|
|
|
}
|
|
|
|
|
|
- public WebSocketSession getWebSocketSession() {
|
|
|
- return webSocketSession;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWebSocketSession(WebSocketSession webSocketSession) {
|
|
|
- this.webSocketSession = webSocketSession;
|
|
|
- }
|
|
|
-
|
|
|
}
|