Package jenkins

Class JenkinsHttpSessionListener

java.lang.Object
jenkins.JenkinsHttpSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class JenkinsHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Web container hook for the HttpSessionListener ExtensionPoint.
Author:
tom.fennelly@gmail.com
  • Constructor Details

    • JenkinsHttpSessionListener

      public JenkinsHttpSessionListener()
  • Method Details

    • 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