Uses of Interface
com.atlassian.confluence.core.InheritedContentPermissionManager
Package
Description
-
Uses of InheritedContentPermissionManager in com.atlassian.confluence.core
Modifier and TypeMethodDescriptionvoid
DefaultContentPermissionManager.setInheritedContentPermissionManager
(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.search.v2
ModifierConstructorDescriptionDefaultContentPermissionCalculator
(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.search.v2.extractor
Modifier and TypeMethodDescriptionvoid
ContentPermissionsExtractor.setInheritedContentPermissionManager
(InheritedContentPermissionManager inheritedContentPermissionManager) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.impl.security
Modifier and TypeClassDescriptionclass
AnInheritedContentPermissionManager
implementation that delegates to another, and caches the lookups.ModifierConstructorDescriptionCachingInheritedContentPermissionManager
(InheritedContentPermissionManager delegate, ContentPermissionSetDao contentPermissionSetDao, PageDaoInternal pageDao, TransactionAwareCacheFactory cacheFactory, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) -
Uses of InheritedContentPermissionManager in com.atlassian.confluence.plugins.edgeindex
ModifierConstructorDescriptionDefaultEdgeIndexTaskFactory
(EdgeDocumentFactory edgeDocumentFactory, InheritedContentPermissionManager inheritedContentPermissionManager, ContentEntityManager contentEntityManager, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate, EdgeSearchIndexAccessor edgeSearchIndexAccessor, ContentPermissionCalculator contentPermissionCalculator, EdgeReindexer edgeReindexer)