org.benow.security.session
Class SessionManager

java.lang.Object
  extended by 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
           
 
Method Summary
static SessionManager getInstance()
           
 Session getSession(SessionKey key)
           
 Session getSession(SessionKey key, boolean create)
           
 Session getSessionForUser(User user)
           
 java.util.Collection getSessions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegates

protected java.util.List delegates
Method Detail

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()