Class NutclusterApplicationConfigurationProperties
java.lang.Object
com.atlassian.confluence.impl.cluster.nutcluster.NutclusterApplicationConfigurationProperties
- All Implemented Interfaces:
ClusterConfigurationAccessor,NutclusterConfigurationAccessor
public final class NutclusterApplicationConfigurationProperties
extends Object
implements NutclusterConfigurationAccessor
An implementation of
NutclusterConfigurationAccessor backed by an ApplicationConfiguration.- Since:
- 8.9
-
Constructor Summary
ConstructorsConstructorDescriptionNutclusterApplicationConfigurationProperties(com.atlassian.config.ApplicationConfiguration applicationConfig) -
Method Summary
Modifier and TypeMethodDescriptionGet the value of config propertyconfluence.cluster.authentication.secretfrom confluence.cfg.xmlbooleanbooleanGet the value of config propertyconfluence.cluster.authentication.enabledfrom confluence.cfg.xml
-
Constructor Details
-
NutclusterApplicationConfigurationProperties
public NutclusterApplicationConfigurationProperties(com.atlassian.config.ApplicationConfiguration applicationConfig)
-
-
Method Details
-
getClusterInterfaceName
- Specified by:
getClusterInterfaceNamein interfaceNutclusterConfigurationAccessor
-
isNodeAuthEnabled
public boolean isNodeAuthEnabled()Get the value of config propertyconfluence.cluster.authentication.enabledfrom confluence.cfg.xml- Specified by:
isNodeAuthEnabledin interfaceNutclusterConfigurationAccessor
-
isClustered
public boolean isClustered()- Specified by:
isClusteredin interfaceClusterConfigurationAccessor