com.atlassian.confluence.security.trust
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
 String getCurrentApplicationId()
          Get the current application ID.
 

Method Detail

getCurrentApplicationId

@NotNull
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-2011 Atlassian. All Rights Reserved.