Class SnapshotConfluenceHttpSession
java.lang.Object
com.atlassian.confluence.internal.diagnostics.ipd.http.session.SnapshotConfluenceHttpSession
- All Implemented Interfaces:
ConfluenceHttpSession
An implementation of ConfluenceUserSession that snapshots the value of another
ConfluenceHttpSession
- Since:
- 8.1.0
-
Constructor Details
-
SnapshotConfluenceHttpSession
-
-
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
-
toString
-