|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jguard.listeners.SessionListener
Listener called when the Session is created or destroyed.
| Constructor Summary | |
SessionListener()
constructor. |
|
| Method Summary | |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
method called when the sesion is created. |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
method called when session expired: we logout the loginModules. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionListener()
| Method Detail |
public void sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
sessionCreated in interface javax.servlet.http.HttpSessionListenerHttpSessionListener.sessionCreated(javax.servlet.http.HttpSessionEvent)public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerHttpSessionListener.sessionDestroyed(javax.servlet.http.HttpSessionEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||