public interface HistoricalLoginInfo
Modifier and Type | Method and Description |
---|---|
int |
getCurrentFailedLoginCount()
Return the number of failed login attempts for the user.
|
Date |
getLastFailedLoginDate() |
Date |
getLastSuccessfulLoginDate() |
Date |
getPreviousSuccessfulLoginDate() |
int |
getTotalFailedLoginCount() |
int getCurrentFailedLoginCount()
int getTotalFailedLoginCount()
Date getLastSuccessfulLoginDate()
Date getPreviousSuccessfulLoginDate()
Date getLastFailedLoginDate()
Copyright © 2003–2015 Atlassian. All rights reserved.