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 MutableConfluenceHttpSessions- Since:
- 8.1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()InstantgetLastAccessTime()StringgetUserName()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceConfluenceHttpSession- Returns:
- the raw id of the session
-
getUserName
public String getUserName()
- Specified by:
getUserNamein interfaceConfluenceHttpSession- Returns:
- the name of the user who owns this session. NOTE : This can be null.
-
getLastAccessTime
public Instant getLastAccessTime()
- Specified by:
getLastAccessTimein interfaceConfluenceHttpSession- Returns:
- the last time the session was active or null if it's not known
-
-