public class LoginAttemptHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoginAttemptHelper.ELoginStatus |
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Modifier | Constructor and Description |
---|---|
protected |
LoginAttemptHelper() |
Modifier and Type | Method and Description |
---|---|
static LoginAttempt |
addFailedLoginAttempt(String login,
Long mandantID) |
static LoginAttemptHelper.ELoginStatus |
checkLoginAttempts(String login,
Long mandantID) |
static int |
getLockCount() |
static long |
getLockDuration() |
static LoginAttempt |
getLoginAttempts(String login,
Long mandantID) |
static int |
getMaxLockCount() |
static LoginAttempt |
removeLoginAttempts(String login,
Long mandantID) |
public static LoginAttemptHelper.ELoginStatus checkLoginAttempts(String login, Long mandantID)
public static LoginAttempt getLoginAttempts(String login, Long mandantID)
public static LoginAttempt removeLoginAttempts(String login, Long mandantID)
public static LoginAttempt addFailedLoginAttempt(String login, Long mandantID)
public static long getLockDuration()
public static int getLockCount()
public static int getMaxLockCount()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.