public class IDPHttpSessionListener extends Object implements javax.servlet.http.HttpSessionListener
HttpSessionListener at the IDP that performs actions when an HttpSession is created
or
destroyed.| Constructor and Description |
|---|
IDPHttpSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerCopyright © 2014 JBoss Inc.. All Rights Reserved.