Package de.xima.fc.web
Class LoginAttemptHelper
- java.lang.Object
 - 
- de.xima.fc.web.LoginAttemptHelper
 
 
- 
public class LoginAttemptHelper extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoginAttemptHelper.ELoginStatus 
- 
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedLoginAttemptHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoginAttemptaddFailedLoginAttempt(String login, Long mandantID)static LoginAttemptHelper.ELoginStatuscheckLoginAttempts(String login, Long mandantID)static intgetLockCount()static longgetLockDuration()static LoginAttemptgetLoginAttempts(String login, Long mandantID)static intgetMaxLockCount()static LoginAttemptremoveLoginAttempts(String login, Long mandantID) 
 - 
 
- 
- 
Method Detail
- 
checkLoginAttempts
public static LoginAttemptHelper.ELoginStatus checkLoginAttempts(String login, Long mandantID)
 
- 
getLoginAttempts
public static LoginAttempt getLoginAttempts(String login, Long mandantID)
 
- 
removeLoginAttempts
public static LoginAttempt removeLoginAttempts(String login, Long mandantID)
 
- 
addFailedLoginAttempt
public static LoginAttempt addFailedLoginAttempt(String login, Long mandantID)
 
- 
getLockDuration
public static long getLockDuration()
 
- 
getLockCount
public static int getLockCount()
 
- 
getMaxLockCount
public static int getMaxLockCount()
 
 - 
 
 -