Class SessionFilter<K,D,S>

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>>>

public class SessionFilter<K,D,S> extends Object implements Predicate<Map.Entry<K,Map<D,S>>>
Selects SSO sessions entries containing the specified session.
Author:
Paul Ferraro
  • Constructor Details

    • SessionFilter

      public SessionFilter(S session)
  • Method Details