PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.listeners
Class IDPHttpSessionListener

java.lang.Object
  extended by 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

Constructor Summary
IDPHttpSessionListener()
           
 
Method Summary
 void sessionCreated(javax.servlet.http.HttpSessionEvent se)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDPHttpSessionListener

public IDPHttpSessionListener()
Method Detail

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

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.