|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shiro.session.SessionListenerAdapter
public class SessionListenerAdapter
Simple adapter implementation of the SessionListener interface, effectively providing
no-op implementations of all methods.
| Constructor Summary | |
|---|---|
SessionListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
onExpiration(Session session)
Adapter no-op implemenation - does nothing and returns immediately. |
void |
onStart(Session session)
Adapter no-op implemenation - does nothing and returns immediately. |
void |
onStop(Session session)
Adapter no-op implemenation - does nothing and returns immediately. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionListenerAdapter()
| Method Detail |
|---|
public void onStart(Session session)
onStart in interface SessionListenersession - the session that has started.public void onStop(Session session)
onStop in interface SessionListenersession - the session that has stopped.public void onExpiration(Session session)
onExpiration in interface SessionListenersession - the session that has expired.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||