public interface LoginAttemptProvider<T extends LoginAttempt>
| Modifier and Type | Method and Description |
|---|---|
T |
findByUsername(String username) |
void |
revokeLoginAttempt(T loginAttempt) |
void |
saveLoginAttempt(T loginAttempt) |
Copyright © 2018. All rights reserved.