public class LoginAttemptProviderRedisImpl extends Object implements LoginAttemptProvider<LoginAttempt>
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
LoginAttemptProviderRedisImpl() |
| Modifier and Type | Method and Description |
|---|---|
LoginAttempt |
findByUsername(String username) |
void |
revokeLoginAttempt(LoginAttempt loginAttempt) |
void |
saveLoginAttempt(LoginAttempt loginAttempt) |
public void saveLoginAttempt(LoginAttempt loginAttempt)
saveLoginAttempt in interface LoginAttemptProvider<LoginAttempt>public LoginAttempt findByUsername(String username)
findByUsername in interface LoginAttemptProvider<LoginAttempt>public void revokeLoginAttempt(LoginAttempt loginAttempt)
revokeLoginAttempt in interface LoginAttemptProvider<LoginAttempt>Copyright © 2018. All rights reserved.