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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String key) longgetId()longintjakarta.servlet.ServletContextString[]voidbooleanisNew()booleanisOpen()voidvoidrefresh(jakarta.servlet.ServletContext ctx, SessionManager mgr) voidremoveAttribute(String key) voidremoveValue(String key) voidsetAppName(String appName) voidsetAttribute(String key, Object value) voidsetMaxInactiveInterval(int val) voidsetOpen(boolean isOpen) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.http.HttpSession
getAccessor
-
Constructor Details
-
TremoloHttpSession
-
-
Method Details
-
getAttribute
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacejakarta.servlet.http.HttpSession
-
getCreationTime
public long getCreationTime()- Specified by:
getCreationTimein interfacejakarta.servlet.http.HttpSession
-
getId
- Specified by:
getIdin interfacejakarta.servlet.http.HttpSession
-
getLastAccessedTime
public long getLastAccessedTime()- Specified by:
getLastAccessedTimein interfacejakarta.servlet.http.HttpSession
-
getMaxInactiveInterval
public int getMaxInactiveInterval()- Specified by:
getMaxInactiveIntervalin interfacejakarta.servlet.http.HttpSession
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContextin interfacejakarta.servlet.http.HttpSession
-
refresh
-
getValue
-
getValueNames
-
invalidate
public void invalidate()- Specified by:
invalidatein interfacejakarta.servlet.http.HttpSession
-
isNew
public boolean isNew()- Specified by:
isNewin interfacejakarta.servlet.http.HttpSession
-
putValue
-
removeAttribute
- Specified by:
removeAttributein interfacejakarta.servlet.http.HttpSession
-
removeValue
-
setAttribute
-
setMaxInactiveInterval
public void setMaxInactiveInterval(int val) - Specified by:
setMaxInactiveIntervalin interfacejakarta.servlet.http.HttpSession
-
isOpen
public boolean isOpen() -
setOpen
public void setOpen(boolean isOpen) -
getAppName
-
setAppName
-