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)
HttpSessionListener
sessionCreated
in interface HttpSessionListener
se
- the HttpSessionEvent containing the sessionpublic void sessionDestroyed(HttpSessionEvent se)
HttpSessionListener
sessionDestroyed
in interface HttpSessionListener
se
- the HttpSessionEvent containing the sessionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.