java.lang.Object | |
↳ | com.atlassian.jira.web.session.currentusers.JiraUserSessionTracker |
The JiraUserSessionTracker keeps track of the "users" that have a "session" with JIRA.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BY_LAST_ACCESS_TIME | A Comparator that sorts by last access time ascending
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Hooks into the ComponentManager to get a singelton instance of JiraUserSessionTracker
| |||||||||||
This returns a "snapshot" list of sessions that are currently in JIRA, sorted by last access time descending
| |||||||||||
This method (in partnership with
AccessLogFilter ) decides what
type of request has occurred and record the appropriate information |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A Comparator
that sorts by last access time ascending
Hooks into the ComponentManager to get a singelton instance of JiraUserSessionTracker
This returns a "snapshot" list of sessions that are currently in JIRA, sorted by last access time descending
This method (in partnership with AccessLogFilter
) decides what
type of request has occurred and record the appropriate information
httpServletRequest | the http request in play |
---|