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