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 LoginAttemptaddFailedLoginAttempt(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.addFailedLoginAttempt(String)instead.checkLoginAttempts(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.checkLoginAttempts(String)instead.static intDeprecated.UseLoginAttemptHelper.getLockCount()instead.static longDeprecated.UseLoginAttemptHelper.getLockDuration()instead.static LoginAttemptgetLoginAttempts(String login, Long mandantID) Deprecated.UseLoginAttemptHelper.getLoginAttempts(String)instead.static intDeprecated.UseLoginAttemptHelper.getMaxLockCount()instead.static LoginAttemptremoveLoginAttempts(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.
-
LoginAttemptHelperinstead.