public interface

JiraUserSession

com.atlassian.jira.web.session.currentusers.JiraUserSession

Class Overview

This interface represent the data captured about a users session with JIRA.

Public Methods

public String getASessionId ()

Returns
  • the ASESSIONID of the session

public Date getCreationTime ()

Returns
  • The session creation time or null if its not known

public String getId ()

Returns
  • the raw id of the session

public String getIpAddress ()

Returns
  • The IP address this session in on.

public Date getLastAccessTime ()

Returns
  • the last time the session was active or null if its not known

public long getRequestCount ()

Returns
  • the number of requests that this user has made in this session

public HttpRequestType getType ()

Returns
  • the type of session

public String getUserName ()

Returns
  • The name of the user who owns this session. NOTE : This can be null.