com.atlassian.jira.rest.client.api
Interface SessionRestClient


public interface SessionRestClient

Client handling the current user session

Since:
v2.0.0

Method Summary
 com.atlassian.util.concurrent.Promise<Session> getCurrentSession()
           
 

Method Detail

getCurrentSession

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


Copyright © 2015 Atlassian. All Rights Reserved.