com.atlassian.confluence.security.trust
Interface CurrentApplicationIdProvider

All Known Implementing Classes:
DefaultCurrentApplicationIdProvider, StudioCurrentApplicationIdProvider

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
 java.lang.String getCurrentApplicationId()
          Get the current application ID.
 

Method Detail

getCurrentApplicationId

@NotNull
java.lang.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.


Copyright © 2003-2014 Atlassian. All Rights Reserved.