com.atlassian.confluence.security.login
Interface LoginInfo

All Superinterfaces:
HistoricalLoginInfo

public interface LoginInfo
extends HistoricalLoginInfo

Information about a user's login history

Since:
3.3

Method Summary
 boolean requiresElevatedSecurityCheck()
          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 Detail

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.