com.atlassian.jira.rest.client.domain
Class Session

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.Session

public class Session
extends Object

Information about current user "session" - or in case of the recommended stateless connection (really RESTful design) just the information about the user and the user login data.

Since:
v0.1

Constructor Summary
Session(URI userUri, String username, LoginInfo loginInfo)
           
 
Method Summary
 LoginInfo getLoginInfo()
           
 String getUsername()
           
 URI getUserUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session(URI userUri,
               String username,
               LoginInfo loginInfo)
Method Detail

getUserUri

public URI getUserUri()

getUsername

public String getUsername()

getLoginInfo

public LoginInfo getLoginInfo()


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.