Uses of Class
com.tremolosecurity.proxy.TremoloHttpSession
Packages that use TremoloHttpSession
-
Uses of TremoloHttpSession in com.tremolosecurity.proxy
Methods in com.tremolosecurity.proxy that return TremoloHttpSessionModifier and TypeMethodDescriptionstatic TremoloHttpSession
SessionManagerImpl.findSessionFromCookie
(jakarta.servlet.http.Cookie sessionCookie, SecretKey encKey, SessionManagerImpl sessionMgr) Methods in com.tremolosecurity.proxy that return types with arguments of type TremoloHttpSessionMethods in com.tremolosecurity.proxy with parameters of type TremoloHttpSessionModifier and TypeMethodDescriptionvoid
SessionManager.invalidateSession
(TremoloHttpSession tsession) void
SessionManagerImpl.invalidateSession
(TremoloHttpSession tsession) void
SessionManager.removeSessionFromCache
(TremoloHttpSession tsession) void
SessionManagerImpl.removeSessionFromCache
(TremoloHttpSession tsession) void
SessionManager.shutdownSession
(TremoloHttpSession tsession) void
SessionManagerImpl.shutdownSession
(TremoloHttpSession tsession) void
SessionManager.writeSession
(UrlHolder holder, TremoloHttpSession session, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) void
SessionManagerImpl.writeSession
(UrlHolder holder, TremoloHttpSession session, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)