Class GenericSessionListener

  • All Implemented Interfaces:
    EventListener, javax.servlet.http.HttpSessionIdListener, javax.servlet.http.HttpSessionListener
    Direct Known Subclasses:
    FSSessionListener, MSSessionListener

    public class GenericSessionListener
    extends Object
    implements javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionIdListener
    SessionListener-Implementierung zum Abräumen der XFC-Nutzer-Session (nach Logout oder Session-Timeout).
    • Constructor Detail

      • GenericSessionListener

        public GenericSessionListener()
    • Method Detail

      • getSessionMap

        public static Map<String,​javax.servlet.http.HttpSession> getSessionMap()
      • getSessionById

        public static javax.servlet.http.HttpSession getSessionById​(String id)
      • sessionCreated

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

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

        public void sessionIdChanged​(javax.servlet.http.HttpSessionEvent se,
                                     String oldSessionId)
        Specified by:
        sessionIdChanged in interface javax.servlet.http.HttpSessionIdListener