Home
last modified time | relevance | path

Searched refs:httpSession (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DLoginAuthenticator.java85 HttpSession httpSession = request.getSession(false); in renewSession() local
89 …if (_renewSession && httpSession!=null && httpSession.getAttribute(AbstractSessionManager.SESSION_… in renewSession()
93 httpSession = AbstractSessionManager.renewSession(request, httpSession,true); in renewSession()
96 return httpSession; in renewSession()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSessionManager.java133 …public static HttpSession renewSession (HttpServletRequest request, HttpSession httpSession, boole… in renewSession() argument
137 for (Enumeration<String> e=httpSession.getAttributeNames();e.hasMoreElements();) in renewSession()
140 attributes.put(name,httpSession.getAttribute(name)); in renewSession()
141 httpSession.removeAttribute(name); in renewSession()
144 httpSession.invalidate(); in renewSession()
145 httpSession = request.getSession(true); in renewSession()
147 httpSession.setAttribute(SESSION_KNOWN_ONLY_TO_AUTHENTICATED, Boolean.TRUE); in renewSession()
149 httpSession.setAttribute(entry.getKey(),entry.getValue()); in renewSession()
150 return httpSession; in renewSession()
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...