Interface SessionRestClient


public interface SessionRestClient
Client handling the current user session
Since:
v2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    io.atlassian.util.concurrent.Promise<Session>
     
  • Method Details

    • getCurrentSession

      io.atlassian.util.concurrent.Promise<Session> getCurrentSession() throws RestClientException
      Returns:
      information about current session
      Throws:
      RestClientException - in case of problems (connectivity, malformed messages, etc.)