Class SessionTracker

  • All Implemented Interfaces:
    EventListener, javax.servlet.http.HttpSessionListener

    public class SessionTracker
    extends Object
    implements javax.servlet.http.HttpSessionListener
    • Constructor Detail

      • SessionTracker

        public SessionTracker()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(javax.servlet.http.HttpSessionEvent httpSessionEvent)
        Specified by:
        sessionCreated in interface javax.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(javax.servlet.http.HttpSessionEvent httpSessionEvent)
        Specified by:
        sessionDestroyed in interface javax.servlet.http.HttpSessionListener
      • getSessionsInfo

        public org.eclipse.collections.api.set.SetIterable<SessionInfo> getSessionsInfo​(boolean includeProfile,
                                                                                        String userID)
      • toJSON

        public String toJSON​(boolean includeProfile,
                             String userID)