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
- RealmModel
userId
- 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
- RealmModel
userId
- String
Id of the user.UserLoginFailureModel
.void removeUserLoginFailure(RealmModel realm, String userId)
UserLoginFailureModel
for the given realm and user id.realm
- RealmModel
userId
- String
Id of the user.void removeAllUserLoginFailures(RealmModel realm)
UserLoginFailureModel
for the given realm.realm
- RealmModel
Copyright © 2021 JBoss by Red Hat. All rights reserved.