Package org.exoplatform.web.security
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
- Author:
- Marek Posolda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonSessionCreated(org.exoplatform.container.ExoContainer container, jakarta.servlet.http.HttpSessionEvent event) protected voidonSessionDestroyed(org.exoplatform.container.ExoContainer container, jakarta.servlet.http.HttpSessionEvent event) protected booleanMethods inherited from class org.exoplatform.container.web.AbstractHttpSessionListener
getContainer, sessionCreated, sessionDestroyed
-
Constructor Details
-
AuthenticationRegistryListener
public AuthenticationRegistryListener()
-
-
Method Details
-
requirePortalEnvironment
protected boolean requirePortalEnvironment()- Specified by:
requirePortalEnvironmentin classorg.exoplatform.container.web.AbstractHttpSessionListener
-
onSessionCreated
protected void onSessionCreated(org.exoplatform.container.ExoContainer container, jakarta.servlet.http.HttpSessionEvent event) - Specified by:
onSessionCreatedin classorg.exoplatform.container.web.AbstractHttpSessionListener
-
onSessionDestroyed
protected void onSessionDestroyed(org.exoplatform.container.ExoContainer container, jakarta.servlet.http.HttpSessionEvent event) - Specified by:
onSessionDestroyedin classorg.exoplatform.container.web.AbstractHttpSessionListener
-