public interface

LoginInfo

com.atlassian.jira.security.login.LoginInfo

Class Overview

Information about a user's login history

Public Methods

public Long getLastLoginTime ()

Returns
  • a miliseconds UTC time of the last successful login or null if its not been recorded

public Long getLoginCount ()

Returns
  • the number of times a user has logged in or null if its not recorded

public Long getPreviousLoginTime ()

Returns
  • a miliseconds UTC time of the previously successful login or null if its not been recorded