com.atlassian.jira.rest.client
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 © 2012 Atlassian Pty Ltd. All Rights Reserved.