Interface LoginInfo
- All Superinterfaces:
HistoricalLoginInfo
Information about a user's login history
- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Method Details
-
requiresElevatedSecurityCheck
boolean requiresElevatedSecurityCheck()This is called to see whether the user requires an extended security check (such as CAPTCHA)- Returns:
- true if the user with the user name
userName
requires an extended security check
-