public class UserSessionPredicate extends Object implements java.util.function.Predicate<Map.Entry<String,SessionEntity>>, Serializable
| Modifier and Type | Method and Description |
|---|---|
UserSessionPredicate |
brokerSessionId(String id) |
UserSessionPredicate |
brokerUserId(String id) |
static UserSessionPredicate |
create(String realm) |
UserSessionPredicate |
expired(Integer expired,
Integer expiredRefresh) |
boolean |
test(Map.Entry<String,SessionEntity> entry) |
UserSessionPredicate |
user(String user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic static UserSessionPredicate create(String realm)
public UserSessionPredicate user(String user)
public UserSessionPredicate expired(Integer expired, Integer expiredRefresh)
public UserSessionPredicate brokerSessionId(String id)
public UserSessionPredicate brokerUserId(String id)
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.