Class MutableConfluenceHttpSession
java.lang.Object
com.atlassian.confluence.internal.diagnostics.ipd.http.session.MutableConfluenceHttpSession
- All Implemented Interfaces:
ConfluenceHttpSession
A base class for Mutable
ConfluenceHttpSession
s- Since:
- 8.1.0
-
Method Summary
-
Method Details
-
getId
- Specified by:
getId
in interfaceConfluenceHttpSession
- Returns:
- the raw id of the session
-
getUserName
- Specified by:
getUserName
in interfaceConfluenceHttpSession
- Returns:
- the name of the user who owns this session. NOTE : This can be null.
-
getLastAccessTime
- Specified by:
getLastAccessTime
in interfaceConfluenceHttpSession
- Returns:
- the last time the session was active or null if it's not known
-