Class 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 Detail

      • IDPHttpSessionListener

        public IDPHttpSessionListener()
    • Method Detail

      • 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