java.lang.Object
com.atlassian.jira.rest.client.api.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 Details

  • Method Details

    • getUserUri

      public URI getUserUri()
    • getUsername

      public String getUsername()
    • getLoginInfo

      public LoginInfo getLoginInfo()