com.atlassian.confluence.security.trust
Class DefaultCurrentApplicationIdProvider
java.lang.Object
com.atlassian.confluence.security.trust.DefaultCurrentApplicationIdProvider
- All Implemented Interfaces:
- CurrentApplicationIdProvider
public class DefaultCurrentApplicationIdProvider
- extends Object
- implements CurrentApplicationIdProvider
Default implementation of the CurrentApplicationIdProvider. This uses a function of the server ID to generate the
key.
- Since:
- 3.5.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCurrentApplicationIdProvider
public DefaultCurrentApplicationIdProvider()
getCurrentApplicationId
public String getCurrentApplicationId()
- Description copied from interface:
CurrentApplicationIdProvider
- Get the current application ID. This must return the same application ID for the same instance of Confluence on
every invocation, cross cluster.
- Specified by:
getCurrentApplicationId
in interface CurrentApplicationIdProvider
- Returns:
- The current application ID.
setSidManager
public void setSidManager(ConfluenceSidManager sidManager)
Copyright © 2003-2013 Atlassian. All Rights Reserved.