public class IDPHttpSessionListener extends Object implements 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(HttpSessionEvent se)
Receives notification that a session has been created.
|
void |
sessionDestroyed(HttpSessionEvent se)
Receives notification that a session is about to be invalidated.
|
public void sessionCreated(HttpSessionEvent se)
HttpSessionListenersessionCreated in interface HttpSessionListenerse - the HttpSessionEvent containing the sessionpublic void sessionDestroyed(HttpSessionEvent se)
HttpSessionListenersessionDestroyed in interface HttpSessionListenerse - the HttpSessionEvent containing the sessionCopyright © 2018 JBoss by Red Hat. All rights reserved.