org.picketlink.identity.federation.web.listeners
Class IDPHttpSessionListener
java.lang.Object
org.picketlink.identity.federation.web.listeners.IDPHttpSessionListener
- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionListener
public class IDPHttpSessionListener
- extends Object
- implements javax.servlet.http.HttpSessionListener
An instance of HttpSessionListener
at the IDP that performs actions when an HttpSession
is created or
destroyed.
- Since:
- Feb 3, 2012
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDPHttpSessionListener
public IDPHttpSessionListener()
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreated
in interface javax.servlet.http.HttpSessionListener
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.