Class WebsocketScopeManager.SessionScope

All Implemented Interfaces:
Serializable
Enclosing class:
WebsocketScopeManager

@SessionScoped public static class WebsocketScopeManager.SessionScope extends WebsocketScopeManager.AbstractUserScope implements Serializable
This map holds all tokens related to the current session and its associated metadata, that will be used in the websocket handshake to validate if the incoming request is valid and to store the user object into the Session object.
See Also:
  • Constructor Details

    • SessionScope

      public SessionScope()
  • Method Details

    • destroy

      @PreDestroy public void destroy()
    • destroyChannelToken

      public void destroyChannelToken(String channelToken)