java.lang.Object
org.wildfly.clustering.web.cache.sso.coarse.SessionFilter<K,D,S>
- Type Parameters:
K - the cache key type
D - the deployment type
S - the session type
- All Implemented Interfaces:
Predicate<Map.Entry<K,Map<D,S>>>
Selects SSO sessions entries containing the specified session.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SessionFilter
public SessionFilter(S session)
-