Class LoginAttemptCache
- java.lang.Object
-
- org.openmetadata.service.security.auth.LoginAttemptCache
-
public class LoginAttemptCache extends Object
-
-
Constructor Summary
Constructors Constructor Description LoginAttemptCache(int maxAttempt, int blockTimeInSec)LoginAttemptCache(OpenMetadataApplicationConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUserFailedLoginCount(String username)booleanisLoginBlocked(String username)voidrecordFailedLogin(String username)voidrecordSuccessfulLogin(String username)
-
-
-
Constructor Detail
-
LoginAttemptCache
public LoginAttemptCache(OpenMetadataApplicationConfig config)
-
LoginAttemptCache
public LoginAttemptCache(int maxAttempt, int blockTimeInSec)
-
-