Class IdMapperUpdaterSessionListener
java.lang.Object
org.keycloak.adapters.saml.elytron.IdMapperUpdaterSessionListener
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionAttributeListener,jakarta.servlet.http.HttpSessionListener,EventListener
public class IdMapperUpdaterSessionListener
extends Object
implements jakarta.servlet.http.HttpSessionListener, jakarta.servlet.http.HttpSessionAttributeListener
- Author:
- hmlnarik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAdded(jakarta.servlet.http.HttpSessionBindingEvent hsbe) voidattributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent hsbe) voidattributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent hsbe) voidsessionCreated(jakarta.servlet.http.HttpSessionEvent hse) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent hse)
-
Constructor Details
-
IdMapperUpdaterSessionListener
-
-
Method Details
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent hse) - Specified by:
sessionCreatedin interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent hse) - Specified by:
sessionDestroyedin interfacejakarta.servlet.http.HttpSessionListener
-
attributeAdded
public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent hsbe) - Specified by:
attributeAddedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent hsbe) - Specified by:
attributeRemovedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent hsbe) - Specified by:
attributeReplacedin interfacejakarta.servlet.http.HttpSessionAttributeListener
-