Interface ConfluenceHttpSession

All Known Implementing Classes:
MutableConfluenceHttpSession, SnapshotConfluenceHttpSession

public interface ConfluenceHttpSession
This interface represent the data captured about a session with Confluence.
Since:
8.1.0
  • Method Details

    • getId

      String getId()
      Returns:
      the raw id of the session
    • getUserName

      String getUserName()
      Returns:
      the name of the user who owns this session. NOTE : This can be null.
    • getLastAccessTime

      Instant getLastAccessTime()
      Returns:
      the last time the session was active or null if it's not known