Package | Description |
---|---|
com.atlassian.confluence.cluster.hazelcast.shareddata | |
com.atlassian.confluence.cluster.nonclustered |
Implementations for cluster interfaces when no cluster is present.
|
com.atlassian.confluence.cluster.safety | |
com.atlassian.confluence.rpc.auth | |
com.atlassian.confluence.setup | |
com.atlassian.confluence.setup.actions |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastSharedDataManager
A Hazelcast implementation of
SharedDataManager |
Modifier and Type | Class and Description |
---|---|
class |
NonClusterSharedDataManager
An implementation of
SharedDataManager for use when no clustering
is configured. |
Constructor and Description |
---|
DefaultClusterSafetyManager(ClusterSafetyDao clusterSafetyDao,
com.atlassian.event.api.EventPublisher eventPublisher,
SharedDataManager clusterSharedDataManager,
ClusterManager clusterManager,
LicenseService licenseService) |
Constructor and Description |
---|
TokenAuthenticationManager(LoginManager loginManager,
UserAccessor userAccessor,
PermissionManager permissionManager,
SettingsManager settingsManager,
com.atlassian.event.api.EventPublisher eventPublisher,
SharedDataManager clusterSharedDataManager) |
Modifier and Type | Method and Description |
---|---|
static SharedConfigurationMap |
SharedConfigurationMap.getPublished(SharedDataManager clusterSharedDataManager) |
void |
SharedConfigurationMap.publish(SharedDataManager clusterSharedDataManager) |
Modifier and Type | Method and Description |
---|---|
void |
SetupClusterAction.setClusterSharedDataManager(SharedDataManager clusterSharedDataManager) |
Copyright © 2003–2017 Atlassian. All rights reserved.