public class

JiraUserSessionDestroyListener

extends Object
implements HttpSessionListener
java.lang.Object
   ↳ com.atlassian.jira.web.session.currentusers.JiraUserSessionDestroyListener

Class Overview

This javax.servlet.http.HttpSessionListener is used to track and remove entries from the JiraUserSessionTracker when the sessions expired

Summary

Public Constructors
JiraUserSessionDestroyListener()
Public Methods
void sessionCreated(HttpSessionEvent event)
void sessionDestroyed(HttpSessionEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.servlet.http.HttpSessionListener

Public Constructors

public JiraUserSessionDestroyListener ()

Public Methods

public void sessionCreated (HttpSessionEvent event)

public void sessionDestroyed (HttpSessionEvent event)