- 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