Uses of Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.security.WebSocketUser
Packages that use WebSocketUser
Package
Description
-
Uses of WebSocketUser in com.finconsgroup.itserr.marketplace.usercommunication.dm.security
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.security that return WebSocketUserConstructors in com.finconsgroup.itserr.marketplace.usercommunication.dm.security with parameters of type WebSocketUserModifierConstructorDescriptionWebSocketAuthentication(WebSocketUser user, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) -
Uses of WebSocketUser in com.finconsgroup.itserr.marketplace.usercommunication.dm.service
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.service with parameters of type WebSocketUserModifier and TypeMethodDescriptionSessionManagementService.onSessionCreated(String sessionId, WebSocketUser user) Callback method to call when a user connects to a web socket session. -
Uses of WebSocketUser in com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl with parameters of type WebSocketUserModifier and TypeMethodDescriptionDefaultSessionManagementService.onSessionCreated(String sessionId, WebSocketUser user) ExternalBrokerSessionManagementService.onSessionCreated(String sessionId, WebSocketUser user) protected final UserAbstractSessionManagementService.updateUserOnlineStatus(WebSocketUser webSocketUser, boolean online)