org.benow.security.session
Class SessionManager
java.lang.Object
org.benow.security.session.SessionManager
public class SessionManager
- extends java.lang.Object
- Author:
- andy
To change this generated comment go to
Window>Preferences>Java>Code Generation>Code Template
|
Field Summary |
protected java.util.List |
delegates
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegates
protected java.util.List delegates
getInstance
public static SessionManager getInstance()
getSession
public Session getSession(SessionKey key)
getSession
public Session getSession(SessionKey key,
boolean create)
getSessionForUser
public Session getSessionForUser(User user)
getSessions
public java.util.Collection getSessions()