Package de.xima.fc.web
Class LoginAttemptHelper
- java.lang.Object
-
- de.xima.fc.web.LoginAttemptHelper
-
@Deprecated public class LoginAttemptHelper extends Object
Deprecated.UseLoginAttemptHelper
instead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoginAttemptHelper.ELoginStatus
Deprecated.UseELoginState
instead.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LoginAttemptHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LoginAttempt
addFailedLoginAttempt(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.addFailedLoginAttempt(String)
instead.static LoginAttemptHelper.ELoginStatus
checkLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.checkLoginAttempts(String)
instead.static int
getLockCount()
Deprecated.UseLoginAttemptHelper.getLockCount()
instead.static long
getLockDuration()
Deprecated.UseLoginAttemptHelper.getLockDuration()
instead.static LoginAttempt
getLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)
instead.static int
getMaxLockCount()
Deprecated.UseLoginAttemptHelper.getMaxLockCount()
instead.static LoginAttempt
removeLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.removeLoginAttempts(String)
instead.
-
-
-
Method Detail
-
checkLoginAttempts
@Deprecated public static LoginAttemptHelper.ELoginStatus checkLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.checkLoginAttempts(String)
instead.
-
getLoginAttempts
@Deprecated public static LoginAttempt getLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)
instead.
-
removeLoginAttempts
@Deprecated public static LoginAttempt removeLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.removeLoginAttempts(String)
instead.
-
addFailedLoginAttempt
@Deprecated public static LoginAttempt addFailedLoginAttempt(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.addFailedLoginAttempt(String)
instead.
-
getLockDuration
@Deprecated public static long getLockDuration()
Deprecated.UseLoginAttemptHelper.getLockDuration()
instead.
-
getLockCount
@Deprecated public static int getLockCount()
Deprecated.UseLoginAttemptHelper.getLockCount()
instead.
-
getMaxLockCount
@Deprecated public static int getMaxLockCount()
Deprecated.UseLoginAttemptHelper.getMaxLockCount()
instead.
-
-