Interface SessionHook

All Superinterfaces:
Hook

public interface SessionHook extends Hook
  • Method Details

    • sessionCreated

      void sessionCreated(HttpSessionEvent event)
    • beforeSessionInvalidate

      void beforeSessionInvalidate(HttpSessionBindingEvent event)
    • sessionDestroyed

      void sessionDestroyed(HttpSessionEvent event)