Class BackchannelLogoutSessionListener

java.lang.Object
net.ltgt.oidc.servlet.BackchannelLogoutSessionListener
All Implemented Interfaces:
HttpSessionListener, EventListener

public class BackchannelLogoutSessionListener extends Object implements HttpSessionListener
Removes the OpenID Connect sid from the LoggedOutSessionStore whenever a session is destroyed.

The LoggedOutSessionStore must have been added as a ServletContext attribute under the name LoggedOutSessionStore.CONTEXT_ATTRIBUTE_NAME.

See Also: