Package org.keycloak.services.managers
Class DefaultBruteForceProtector.LoginEvent
java.lang.Object
org.keycloak.services.managers.DefaultBruteForceProtector.LoginEvent
- All Implemented Interfaces:
Comparable<DefaultBruteForceProtector.LoginEvent>
- Direct Known Subclasses:
DefaultBruteForceProtector.FailedLogin,DefaultBruteForceProtector.ShutdownEvent,DefaultBruteForceProtector.SuccessfulLogin
- Enclosing class:
- DefaultBruteForceProtector
protected abstract class DefaultBruteForceProtector.LoginEvent
extends Object
implements Comparable<DefaultBruteForceProtector.LoginEvent>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClientConnectionprotected final Stringprotected final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLoginEvent(String realmId, String userId, ClientConnection clientConnection) -
Method Summary
-
Field Details
-
realmId
-
userId
-
clientConnection
-
-
Constructor Details
-
LoginEvent
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<DefaultBruteForceProtector.LoginEvent>
-