Package org.qubership.profiler.audit
Class SessionAuditListener
java.lang.Object
org.qubership.profiler.audit.SessionAuditListener
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) voidsessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
-
Field Details
-
log
-
-
Constructor Details
-
SessionAuditListener
public SessionAuditListener()
-
-
Method Details
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-