Package com.netcracker.profiler.audit
Class SessionAuditListener
java.lang.Object
com.netcracker.profiler.audit.SessionAuditListener
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener,EventListener
public class SessionAuditListener
extends Object
implements jakarta.servlet.http.HttpSessionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionCreated(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent)
-
Field Details
-
log
-
-
Constructor Details
-
SessionAuditListener
public SessionAuditListener()
-
-
Method Details
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionCreatedin interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionDestroyedin interfacejakarta.servlet.http.HttpSessionListener
-