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 TremoloHttpSessionSessionManagerImpl.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 TypeMethodDescriptionvoidSessionManager.invalidateSession(TremoloHttpSession tsession) voidSessionManagerImpl.invalidateSession(TremoloHttpSession tsession) voidSessionManager.removeSessionFromCache(TremoloHttpSession tsession) voidSessionManagerImpl.removeSessionFromCache(TremoloHttpSession tsession) voidSessionManager.shutdownSession(TremoloHttpSession tsession) voidSessionManagerImpl.shutdownSession(TremoloHttpSession tsession) voidSessionManager.writeSession(UrlHolder holder, TremoloHttpSession session, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) voidSessionManagerImpl.writeSession(UrlHolder holder, TremoloHttpSession session, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)