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 HttpSessionMockWebApp. 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 HttpSessionFunctionAuthenticateContext. getSession()Obtains theHttpSession.HttpSessionFunctionLogoutContext. 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 HttpSessionAbstractMockHttpSecurityActionContext. sessionMethods in net.officefloor.web.security.scheme that return HttpSession Modifier and Type Method Description HttpSessionAbstractMockHttpSecurityActionContext. getSession()HttpSessionMockHttpRatifyContext. 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 HttpSessionHttpSecurityActionContext. getSession()Obtains theHttpSession.
-