Class TremoloHttpSession
java.lang.Object
com.tremolosecurity.proxy.TremoloHttpSession
- All Implemented Interfaces:
jakarta.servlet.http.HttpSession
,Serializable
public class TremoloHttpSession
extends Object
implements jakarta.servlet.http.HttpSession, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.servlet.http.HttpSession
jakarta.servlet.http.HttpSession.Accessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String key) long
getId()
long
int
jakarta.servlet.ServletContext
String[]
void
boolean
isNew()
boolean
isOpen()
void
void
refresh
(jakarta.servlet.ServletContext ctx, SessionManager mgr) void
removeAttribute
(String key) void
removeValue
(String key) void
setAppName
(String appName) void
setAttribute
(String key, Object value) void
setMaxInactiveInterval
(int val) void
setOpen
(boolean isOpen) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.http.HttpSession
getAccessor
-
Constructor Details
-
TremoloHttpSession
-
-
Method Details
-
getAttribute
-
getAttributeNames
- Specified by:
getAttributeNames
in interfacejakarta.servlet.http.HttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTime
in interfacejakarta.servlet.http.HttpSession
-
getId
- Specified by:
getId
in interfacejakarta.servlet.http.HttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTime
in interfacejakarta.servlet.http.HttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveInterval
in interfacejakarta.servlet.http.HttpSession
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContext
in interfacejakarta.servlet.http.HttpSession
-
refresh
-
getValue
-
getValueNames
-
invalidate
public void invalidate()- Specified by:
invalidate
in interfacejakarta.servlet.http.HttpSession
-
isNew
public boolean isNew()- Specified by:
isNew
in interfacejakarta.servlet.http.HttpSession
-
putValue
-
removeAttribute
- Specified by:
removeAttribute
in interfacejakarta.servlet.http.HttpSession
-
removeValue
-
setAttribute
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int val) - Specified by:
setMaxInactiveInterval
in interfacejakarta.servlet.http.HttpSession
-
isOpen
public boolean isOpen() -
setOpen
public void setOpen(boolean isOpen) -
getAppName
-
setAppName
-