Class LoginAttemptCache
java.lang.Object
org.openmetadata.service.security.auth.LoginAttemptCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetUserFailedLoginCount(String username) booleanisLoginBlocked(String username) voidrecordFailedLogin(String username) voidrecordSuccessfulLogin(String username)
-
Constructor Details
-
LoginAttemptCache
public LoginAttemptCache() -
LoginAttemptCache
public LoginAttemptCache(int maxAttempt, int blockTimeInSec)
-
-
Method Details
-
recordSuccessfulLogin
-
recordFailedLogin
-
isLoginBlocked
-
getUserFailedLoginCount
-