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:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractUserScopetokens
 - 
Fields inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractScopechannelTokens
 
- 
 - 
Constructor SummaryConstructors Constructor Description SessionScope()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voiddestroyChannelToken(String channelToken)- 
Methods inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractUserScopegetChannelToken, getUserFromChannelToken, isTokenValid, registerToken
 - 
Methods inherited from class org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractScopegetChannelTokens, getChannelTokens, isChannelAvailable, registerWebsocketSession
 
- 
 
- 
- 
- 
Method Detail- 
destroy@PreDestroy public void destroy() 
 - 
destroyChannelTokenpublic void destroyChannelToken(String channelToken) 
 
- 
 
-