public class

DefaultCurrentApplicationIdProvider

extends Object
implements CurrentApplicationIdProvider
java.lang.Object
   ↳ com.atlassian.confluence.security.trust.DefaultCurrentApplicationIdProvider

Class Overview

Default implementation of the CurrentApplicationIdProvider. This uses a function of the server ID to generate the key.

Summary

Public Constructors
DefaultCurrentApplicationIdProvider()
Public Methods
String getCurrentApplicationId()
Get the current application ID.
void setSidManager(ConfluenceSidManager sidManager)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.security.trust.CurrentApplicationIdProvider

Public Constructors

public DefaultCurrentApplicationIdProvider ()

Public Methods

public 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.

public void setSidManager (ConfluenceSidManager sidManager)