Class BackchannelLogoutSessionListener

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

public class BackchannelLogoutSessionListener extends Object implements HttpSessionAttributeListener, HttpSessionIdListener
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: