Package ddf.security.http
Interface SessionFactory
public interface SessionFactory
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpSessiongetOrCreateSession(javax.servlet.http.HttpServletRequest httpRequest) Wrapper method overHttpServletRequest#getOrCreateSession
-
Method Details
-
getOrCreateSession
javax.servlet.http.HttpSession getOrCreateSession(javax.servlet.http.HttpServletRequest httpRequest) Wrapper method overHttpServletRequest#getOrCreateSession- Parameters:
httpRequest-- Returns:
- current session if exists or new session
-