com.atlassian.jira.security.login
Interface LoginInfo


public interface LoginInfo

Information about a user's login history

Since:
v4.0

Method Summary
 Long getLastLoginTime()
           
 Long getLoginCount()
           
 Long getPreviousLoginTime()
           
 

Method Detail

getLastLoginTime

Long getLastLoginTime()
Returns:
a miliseconds UTC time of the last successful login or null if its not been recorded

getPreviousLoginTime

Long getPreviousLoginTime()
Returns:
a miliseconds UTC time of the previously successful login or null if its not been recorded

getLoginCount

Long getLoginCount()
Returns:
the number of times a user has logged in or null if its not recorded


Copyright © 2002-2009 Atlassian. All Rights Reserved.