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 Summary
Constructors Constructor Description IDPHttpSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(javax.servlet.http.HttpSessionEvent se)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent se)
-
-
-
Method Detail
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
-