Uses of Interface
net.officefloor.web.session.HttpSession
-
Packages that use HttpSession Package Description net.officefloor.web.mock net.officefloor.web.security.impl net.officefloor.web.security.scheme net.officefloor.web.spi.security -
-
Uses of HttpSession in net.officefloor.web.mock
Methods in net.officefloor.web.mock that return HttpSession Modifier and Type Method Description static HttpSession
MockWebApp. mockSession(ServerHttpConnection connection)
Mocks theHttpSession
. -
Uses of HttpSession in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl that return HttpSession Modifier and Type Method Description HttpSession
FunctionAuthenticateContext. getSession()
Obtains theHttpSession
.HttpSession
FunctionLogoutContext. getSession()
Obtains theHttpSession
. -
Uses of HttpSession in net.officefloor.web.security.scheme
Fields in net.officefloor.web.security.scheme declared as HttpSession Modifier and Type Field Description protected HttpSession
AbstractMockHttpSecurityActionContext. session
Methods in net.officefloor.web.security.scheme that return HttpSession Modifier and Type Method Description HttpSession
AbstractMockHttpSecurityActionContext. getSession()
HttpSession
MockHttpRatifyContext. getSession()
-
Uses of HttpSession in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpSession Modifier and Type Method Description HttpSession
HttpSecurityActionContext. getSession()
Obtains theHttpSession
.
-