Package org.wso2.carbon.webapp.mgt
Class WebApplication.HttpSession
java.lang.Object
org.wso2.carbon.webapp.mgt.WebApplication.HttpSession
- Enclosing class:
WebApplication
Represents an HTTP session
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpSession
public HttpSession(org.apache.catalina.Session tomcatSession)
-
-
Method Details
-
getSessionId
-
getAuthType
-
getCreationTime
public long getCreationTime() -
getLastAccessedTime
public long getLastAccessedTime() -
getMaxInactiveInterval
public long getMaxInactiveInterval() -
expire
public void expire()
-