Interface CurrentApplicationIdProvider

All Known Implementing Classes:
DefaultCurrentApplicationIdProvider

public interface CurrentApplicationIdProvider
Provides the ID for the current application in trusted apps.

This interface is overridden by Studio, please consult the Studio team before making changes.

Since:
3.5
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    Get the current application ID.
  • Method Details

    • getCurrentApplicationId

      @NonNull String getCurrentApplicationId()
      Get the current application ID. This must return the same application ID for the same instance of Confluence on every invocation, cross cluster.
      Returns:
      The current application ID.