Class SpacePermissionManagerFactory
java.lang.Object
com.atlassian.confluence.impl.security.SpacePermissionManagerFactory
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<SpacePermissionManagerInternal>
@Deprecated(since="9.4",
forRemoval=true)
public class SpacePermissionManagerFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<SpacePermissionManagerInternal>
Deprecated, for removal: This API element is subject to removal in a future version.
This factory creates a space permissions manager with the right caching.
- Since:
- 5.9
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionSpacePermissionManagerFactory
(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, CoarseGrainedCachingSpacePermissionManager coarseGrainedCachingSpacePermissionManager, CachingSpacePermissionManager cachingSpacePermissionManager, DarkFeaturesManager darkFeaturesManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SpacePermissionManagerFactory
public SpacePermissionManagerFactory(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, CoarseGrainedCachingSpacePermissionManager coarseGrainedCachingSpacePermissionManager, CachingSpacePermissionManager cachingSpacePermissionManager, DarkFeaturesManager darkFeaturesManager, org.springframework.transaction.PlatformTransactionManager platformTransactionManager) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
registerForEvents
@PostConstruct public void registerForEvents()Deprecated, for removal: This API element is subject to removal in a future version. -
unregisterForEvents
@PreDestroy public void unregisterForEvents()Deprecated, for removal: This API element is subject to removal in a future version. -
onSiteDarkFeatureEnabledEvent
Deprecated, for removal: This API element is subject to removal in a future version. -
onSiteDarkFeatureDisabledEvent
Deprecated, for removal: This API element is subject to removal in a future version. -
onApplicationStartedEvent
Deprecated, for removal: This API element is subject to removal in a future version. -
getObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<SpacePermissionManagerInternal>
- Throws:
Exception
-
getObjectType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<SpacePermissionManagerInternal>
-
isSingleton
public boolean isSingleton()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<SpacePermissionManagerInternal>
-
CachingSpacePermissionManager
instead.