Package net.ltgt.oidc.servlet
Class BackchannelLogoutSessionListener
java.lang.Object
net.ltgt.oidc.servlet.BackchannelLogoutSessionListener
- All Implemented Interfaces:
HttpSessionListener,EventListener
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:
-
Constructor Details
-
BackchannelLogoutSessionListener
public BackchannelLogoutSessionListener()
-
-
Method Details
-
sessionDestroyed
- Specified by:
sessionDestroyedin interfaceHttpSessionListener
-