Package de.xima.fc.web
Class LoginAttemptHelper
java.lang.Object
de.xima.fc.web.LoginAttemptHelper
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoginAttempt
addFailedLoginAttempt
(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.addFailedLoginAttempt(String)
instead.checkLoginAttempts
(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.checkLoginAttempts(String)
instead.static int
Deprecated.UseLoginAttemptHelper.getLockCount()
instead.static long
Deprecated.UseLoginAttemptHelper.getLockDuration()
instead.static LoginAttempt
getLoginAttempts
(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)
instead.static int
Deprecated.UseLoginAttemptHelper.getMaxLockCount()
instead.static LoginAttempt
removeLoginAttempts
(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.removeLoginAttempts(String)
instead.
-
Constructor Details
-
LoginAttemptHelper
protected LoginAttemptHelper()Deprecated.
-
-
Method Details
-
checkLoginAttempts
@Deprecated public static LoginAttemptHelper.ELoginStatus checkLoginAttempts(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.checkLoginAttempts(String)
instead. -
getLoginAttempts
Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)
instead. -
removeLoginAttempts
Deprecated.UseLoginAttemptHelper.removeLoginAttempts(String)
instead. -
addFailedLoginAttempt
Deprecated.UseLoginAttemptHelper.addFailedLoginAttempt(String)
instead. -
getLockDuration
Deprecated.UseLoginAttemptHelper.getLockDuration()
instead. -
getLockCount
Deprecated.UseLoginAttemptHelper.getLockCount()
instead. -
getMaxLockCount
Deprecated.UseLoginAttemptHelper.getMaxLockCount()
instead.
-
LoginAttemptHelper
instead.