Class AtlassianForgeRestClients

java.lang.Object
com.atlassian.connect.spring.AtlassianForgeRestClients
All Implemented Interfaces:
ForgeRequestProductMethods

public abstract class AtlassianForgeRestClients extends Object implements ForgeRequestProductMethods
A ForgeRequestProductMethods that provides methods to make Forge authenticated requests to the Atlassian products
  • Constructor Details

    • AtlassianForgeRestClients

      public AtlassianForgeRestClients()
  • Method Details

    • asApp

      public abstract ForgeRequestProductMethods asApp()
      For making requests to Atlassian products using OAuth 2.0 The principal of the request is the app.
      Returns:
      a REST client
    • asUser

      public abstract ForgeRequestProductMethods asUser()
      For making requests to Atlassian products using OAuth 2.0 The principal of the request is the user.
      Returns:
      a REST client