Class MutableConfluenceHttpSession
- java.lang.Object
-
- com.atlassian.confluence.internal.diagnostics.ipd.http.session.MutableConfluenceHttpSession
-
- All Implemented Interfaces:
ConfluenceHttpSession
public class MutableConfluenceHttpSession extends Object implements ConfluenceHttpSession
A base class for MutableConfluenceHttpSession
s- Since:
- 8.1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Instant
getLastAccessTime()
String
getUserName()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceConfluenceHttpSession
- Returns:
- the raw id of the session
-
getUserName
public String getUserName()
- Specified by:
getUserName
in interfaceConfluenceHttpSession
- Returns:
- the name of the user who owns this session. NOTE : This can be null.
-
getLastAccessTime
public Instant getLastAccessTime()
- Specified by:
getLastAccessTime
in interfaceConfluenceHttpSession
- Returns:
- the last time the session was active or null if it's not known
-
-