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