Interface LoginInfo
-
- All Superinterfaces:
HistoricalLoginInfo
public interface LoginInfo extends HistoricalLoginInfo
Information about a user's login history- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrequiresElevatedSecurityCheck()This is called to see whether the user requires an extended security check (such as CAPTCHA)-
Methods inherited from interface com.atlassian.confluence.security.login.HistoricalLoginInfo
getCurrentFailedLoginCount, getLastFailedLoginDate, getLastSuccessfulLoginDate, getPreviousSuccessfulLoginDate, getTotalFailedLoginCount
-
-