| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.web.SessionManagerFactory
public class SessionManagerFactory
Factory class for getting an instance of ISessionManager. Takes as parameters platform specific variables.
| Constructor Summary | |
|---|---|
SessionManagerFactory()
 | 
|
| Method Summary | |
|---|---|
static ISessionManager | 
GetSessionManager(HttpSession session)
Get an intance of ISessionManager.  | 
static ISessionManager | 
GetSessionManager(XPSession session)
Get an intance of ISessionManager.  | 
static ISessionManager | 
SetSessionManager(XPSession session,
                  ISessionManager sessionMgr)
Set new session manager on application session (should only be used when creating new app session after login to mitigate session fixation vunerability)  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SessionManagerFactory()
| Method Detail | 
|---|
public static ISessionManager GetSessionManager(HttpSession session)
session - The java session
public static ISessionManager GetSessionManager(XPSession session)
session - The XP wrapper session
public static ISessionManager SetSessionManager(XPSession session,
                                                ISessionManager sessionMgr)
session - sessionMgr - 
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||