Package org.apache.myfaces.push.cdi
Class WebsocketScopeManager.SessionScope
java.lang.Object
org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractScope
org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractUserScope
org.apache.myfaces.push.cdi.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:
- 
Field SummaryFields inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractUserScopetokensFields inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractScopechannelTokens
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractUserScopegetChannelToken, getUserFromChannelToken, isTokenValid, registerTokenMethods inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractScopegetChannelTokens, getChannelTokens, isChannelAvailable, registerWebsocketSession
- 
Constructor Details- 
SessionScopepublic SessionScope()
 
- 
- 
Method Details- 
destroy@PreDestroy public void destroy()
- 
destroyChannelToken
 
-