Class IDPHttpSessionListener

java.lang.Object
org.gatein.sso.saml.plugin.listener.IDPHttpSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class IDPHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Class exists to avoid dependency on picketlink module from gatein.ear and use it only during SAML2 setup
Author:
Marek Posolda
  • Constructor Details

    • IDPHttpSessionListener

      public IDPHttpSessionListener()
  • Method Details

    • sessionDestroyed

      public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
      Specified by:
      sessionDestroyed in interface javax.servlet.http.HttpSessionListener
    • sessionCreated

      public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
      Specified by:
      sessionCreated in interface javax.servlet.http.HttpSessionListener