public interface UserLoginFailureProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
UserLoginFailureModel |
addUserLoginFailure(RealmModel realm,
String userId)
Adds a
UserLoginFailureModel for the given realm and user id. |
UserLoginFailureModel |
getUserLoginFailure(RealmModel realm,
String userId)
Returns the
UserLoginFailureModel for the given realm and user id. |
void |
removeAllUserLoginFailures(RealmModel realm)
Removes all the
UserLoginFailureModel for the given realm. |
void |
removeUserLoginFailure(RealmModel realm,
String userId)
Removes a
UserLoginFailureModel for the given realm and user id. |
UserLoginFailureModel getUserLoginFailure(RealmModel realm, String userId)
UserLoginFailureModel for the given realm and user id.realm - RealmModeluserId - String Id of the user.UserLoginFailureModel for the given realm and user id.UserLoginFailureModel addUserLoginFailure(RealmModel realm, String userId)
UserLoginFailureModel for the given realm and user id.realm - RealmModeluserId - String Id of the user.UserLoginFailureModel.void removeUserLoginFailure(RealmModel realm, String userId)
UserLoginFailureModel for the given realm and user id.realm - RealmModeluserId - String Id of the user.void removeAllUserLoginFailures(RealmModel realm)
UserLoginFailureModel for the given realm.realm - RealmModelCopyright © 2025 JBoss by Red Hat. All rights reserved.