Class AuthenticationRegistryListener

java.lang.Object
org.exoplatform.container.web.AbstractHttpSessionListener
org.exoplatform.web.security.AuthenticationRegistryListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener, EventListener

public class AuthenticationRegistryListener extends org.exoplatform.container.web.AbstractHttpSessionListener
  • Constructor Details

    • AuthenticationRegistryListener

      public AuthenticationRegistryListener()
  • Method Details

    • requirePortalEnvironment

      protected boolean requirePortalEnvironment()
      Specified by:
      requirePortalEnvironment in class org.exoplatform.container.web.AbstractHttpSessionListener
    • onSessionCreated

      protected void onSessionCreated(org.exoplatform.container.ExoContainer container, jakarta.servlet.http.HttpSessionEvent event)
      Specified by:
      onSessionCreated in class org.exoplatform.container.web.AbstractHttpSessionListener
    • onSessionDestroyed

      protected void onSessionDestroyed(org.exoplatform.container.ExoContainer container, jakarta.servlet.http.HttpSessionEvent event)
      Specified by:
      onSessionDestroyed in class org.exoplatform.container.web.AbstractHttpSessionListener