Class AbstractUserLoginFailureModel<E extends AbstractEntity>
- java.lang.Object
-
- org.keycloak.models.map.loginFailure.AbstractUserLoginFailureModel<E>
-
- All Implemented Interfaces:
UserLoginFailureModel
- Direct Known Subclasses:
MapUserLoginFailureAdapter
public abstract class AbstractUserLoginFailureModel<E extends AbstractEntity> extends Object implements UserLoginFailureModel
- Author:
- Martin Kanis
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.UserLoginFailureModel
UserLoginFailureModel.SearchableFields
-
-
Field Summary
Fields Modifier and Type Field Description protected E
entity
protected RealmModel
realm
protected KeycloakSession
session
-
Constructor Summary
Constructors Constructor Description AbstractUserLoginFailureModel(KeycloakSession session, RealmModel realm, E entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.UserLoginFailureModel
clearFailures, getFailedLoginNotBefore, getId, getLastFailure, getLastIPFailure, getNumFailures, getUserId, incrementFailures, setFailedLoginNotBefore, setLastFailure, setLastIPFailure
-
-
-
-
Field Detail
-
session
protected final KeycloakSession session
-
realm
protected final RealmModel realm
-
entity
protected final E extends AbstractEntity entity
-
-
Constructor Detail
-
AbstractUserLoginFailureModel
public AbstractUserLoginFailureModel(KeycloakSession session, RealmModel realm, E entity)
-
-