Class InMemoryLoggedOutSessionStore

java.lang.Object
net.ltgt.oidc.servlet.InMemoryLoggedOutSessionStore
All Implemented Interfaces:
LoggedOutSessionStore

public class InMemoryLoggedOutSessionStore extends Object implements LoggedOutSessionStore
An implementation of LoggedOutSessionStore that stores session IDs in memory.

A subclass can override doLogout(java.util.Set<java.lang.String>) to effectively invalidate sessions.