Uses of Interface
com.atlassian.confluence.dmz.security.delegate.ScopesRequestCacheDelegate
Packages that use ScopesRequestCacheDelegate
Package
Description
-
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.api.impl.sal
Methods in com.atlassian.confluence.api.impl.sal with parameters of type ScopesRequestCacheDelegateModifier and TypeMethodDescriptionvoidConfluenceThreadLocalContextManager.register(ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.api.impl.service.audit
Constructors in com.atlassian.confluence.api.impl.service.audit with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionConfluenceAuditMethodProvider(ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.api.impl.service.content.draft
Constructors in com.atlassian.confluence.api.impl.service.content.draft with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionLegacyContentDraftServiceImpl(PermissionManager permissionManager, ContentService contentService, DraftManager draftManager, PermissionCheckExemptions permissionCheckExemptions, AccessModeService accessModeService, CustomContentManager customContentManager, ContentDraftManagerInternal contentDraftManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate) LegacyDraftValidator(ContentService contentService, DraftManager draftManager, PermissionManager permissionManager, PermissionCheckExemptions permissionCheckExemptions, ContentDraftManagerInternal contentDraftManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.api.impl.service.content.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionFinderProxyFactoryImpl(List<org.springframework.aop.Advisor> advisors, ConfluenceAccessManager confluenceAccessManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionGroupServiceImpl(GroupManagerInternal groupManager, ConfluenceAccessManager confluenceAccessManager, UserAccessorInternal userAccessor, GroupFactory groupFactory, FinderProxyFactory finderProxyFactory, PermissionManager permissionManager, DefaultWritableDirectoryForGroupsExistsCriteria writableDirectoryForGroupsExistsCriteria, SpacePermissionManager spacePermissionManager, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, ScopesRequestCacheDelegate scopesRequestCacheDelegate) PersonServiceImpl(PermissionManager permissionManager, PersonFactory personFactory, UserAccessorInternal userAccessorInternal, com.atlassian.user.GroupManager groupManager, FinderProxyFactory finderProxyFactory, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, SettingsService settingsService, com.atlassian.event.api.EventPublisher eventPublisher, SpacePermissionManager spacePermissionManager, ConfluenceUserResolver confluenceUserResolver, LoginManager loginManager, PaginationService paginationService, SearchIndexAccessor contentSearchIndexAccessor, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.api.impl.service.permissions
Constructors in com.atlassian.confluence.api.impl.service.permissions with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionGlobalPermissionServiceImpl(SpacePermissionOperationKeyConverter globalPermissionOperationKeyConverter, PermissionManager permissionManager, SpacePermissionManagerInternal spacePermissionManager, GlobalPermissionsValidator globalPermissionsValidator, UserAccessor userAccessor, UserChecker userChecker, ScopesRequestCacheDelegate scopesRequestCacheDelegate) OperationServiceImpl(Map<TargetType, OperationDelegate> operationDelegates, PersonFactory personFactory, ConfluenceUserResolver confluenceUserResolver, PermissionCheckExemptions permissionCheckExemptions, AccessModeManager accessModeManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate) SpacePermissionServiceImpl(SpacePermissionManagerInternal spacePermissionManager, SpaceManagerInternal spaceManager, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, UserAccessor userAccessor, SpacePermissionsValidator spacePermissionsValidator, SetSpacePermissionChecker setSpacePermissionChecker, UserChecker userChecker, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ScopesRequestCacheDelegateModifier and TypeMethodDescriptionvoidDefaultContentPermissionManager.setScopesRequestCacheDelegate(ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.dmz.security.delegate
Methods in com.atlassian.confluence.dmz.security.delegate with parameters of type ScopesRequestCacheDelegateModifier and TypeMethodDescriptionvoidScopesRequestCacheDelegate.Registrar.register(ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.impl.security.delegate
Classes in com.atlassian.confluence.impl.security.delegate that implement ScopesRequestCacheDelegateModifier and TypeClassDescriptionclassDelegate class for ScopesRequestCache which is provided by the oauth2-scopes-plugin. -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Fields in com.atlassian.confluence.internal.api.impl.service.incrementalsync declared as ScopesRequestCacheDelegateModifier and TypeFieldDescriptionprotected final ScopesRequestCacheDelegateAbstractIncrementalSyncService.scopesRequestCacheDelegateMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type ScopesRequestCacheDelegateModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentManagementIncrementalSyncService(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, PermissionManager permissionManager, IncrementalSyncDataFetcher<ContentManagementIncSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) IncrementalSyncServiceConfiguration.globalPermissionManagementIncrementalSyncService(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, PermissionManager permissionManager, IncrementalSyncDataFetcher<GlobalPermissionManagementIncSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) IncrementalSyncServiceConfiguration.userManagementIncrementalSyncService(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, PermissionManager permissionManager, IncrementalSyncDataFetcher<UserManagementInSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionprotectedAbstractIncrementalSyncService(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, com.atlassian.core.util.Clock clock, PermissionManager permissionManager, IncrementalSyncDataFetcher<T> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionContentManagementIncrementalSyncServiceImpl(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, com.atlassian.core.util.Clock clock, PermissionManager permissionManager, IncrementalSyncDataFetcher<ContentManagementIncSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionGlobalPermissionManagementIncrementalSyncServiceImpl(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, com.atlassian.core.util.Clock clock, PermissionManager permissionManager, IncrementalSyncDataFetcher<GlobalPermissionManagementIncSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionUserManagementIncrementalSyncServiceImpl(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, com.atlassian.core.util.Clock clock, PermissionManager permissionManager, IncrementalSyncDataFetcher<UserManagementInSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.internal.api.security.impl
Methods in com.atlassian.confluence.internal.api.security.impl with parameters of type ScopesRequestCacheDelegateModifier and TypeMethodDescriptionAuthConfiguration.confluenceScopesRequestCache(ScopesRequestCacheDelegate scopesRequestCacheDelegate) Constructors in com.atlassian.confluence.internal.api.security.impl with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionConfluenceScopesRequestCacheImpl(ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.internal.security
Constructors in com.atlassian.confluence.internal.security with parameters of type ScopesRequestCacheDelegateModifierConstructorDescriptionScopesAwareSpacePermissionManager(SpacePermissionManagerInternal delegate, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of ScopesRequestCacheDelegate in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security with parameters of type ScopesRequestCacheDelegateModifier and TypeMethodDescriptionvoidDefaultPermissionManager.setScopesRequestCacheDelegate(ScopesRequestCacheDelegate scopesRequestCache)