Package com.almis.awe.session
Class AweSessionDetails
- java.lang.Object
-
- com.almis.awe.config.ServiceConfig
-
- com.almis.awe.session.AweSessionDetails
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class AweSessionDetails extends ServiceConfig
Session details
-
-
Constructor Summary
Constructors Constructor Description AweSessionDetails(AweClientTracker aweClientTracker, QueryService queryService, AweConnectionTracker connectionTracker, BroadcastService broadcastService, SessionConfigProperties sessionConfigProperties)
Autowired constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onLoginSuccess()
Manage login successvoid
onLogoutSuccess()
Manage logout success-
Methods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
-
-
-
Constructor Detail
-
AweSessionDetails
public AweSessionDetails(AweClientTracker aweClientTracker, QueryService queryService, AweConnectionTracker connectionTracker, BroadcastService broadcastService, SessionConfigProperties sessionConfigProperties)
Autowired constructor- Parameters:
aweClientTracker
- awe client trackerqueryService
- query serviceconnectionTracker
- connection trackerbroadcastService
- Broadcasting servicesessionConfigProperties
- Session properties
-
-