public class UserLoginFailurePredicate extends Object implements java.util.function.Predicate<Map.Entry<LoginFailureKey,LoginFailureEntity>>, Serializable
| Modifier and Type | Method and Description |
|---|---|
static UserLoginFailurePredicate |
create(String realm) |
boolean |
test(Map.Entry<LoginFailureKey,LoginFailureEntity> entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic static UserLoginFailurePredicate create(String realm)
public boolean test(Map.Entry<LoginFailureKey,LoginFailureEntity> entry)
test in interface java.util.function.Predicate<Map.Entry<LoginFailureKey,LoginFailureEntity>>Copyright © 2016 JBoss by Red Hat. All rights reserved.