Uses of Interface
com.atlassian.confluence.dmz.user.UserAccessorInternal
Packages that use UserAccessorInternal
Package
Description
-
Uses of UserAccessorInternal in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type UserAccessorInternalModifierConstructorDescriptionGroupServiceImpl
(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 UserAccessorInternal in com.atlassian.confluence.impl.velocity
Constructors in com.atlassian.confluence.impl.velocity with parameters of type UserAccessorInternalModifierConstructorDescriptionBeanContextItemProvider
(PermissionHelper permissionHelper, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, WebMenuManager webMenuManager, SpaceManager spaceManager, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator, ContentUiSupport<ContentEntityObject> contentUiSupport, Deprecated deprecated, com.atlassian.theme.api.request.RequestScopeThemeService requestScopeThemeService, SpaceToolsTabsHelper spaceToolsTabsHelper, UserHelper userHelper, IndexUrlHelper indexUrlHelper, ApiContentUiSupport<Content> apiContentUiSupport, SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, LanguageManager languageManager, PageManager pageManager) -
Uses of UserAccessorInternal in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type UserAccessorInternalModifier and TypeMethodDescriptionvoid
TargetUserIsValidUserCondition.setUserAccessor
(UserAccessorInternal userAccessor) -
Uses of UserAccessorInternal in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement UserAccessorInternalModifier and TypeClassDescriptionclass
This implementation of UserAccessor takes care of all the Confluence-related actions around user management: checking permissions, publishing events, and ensuring the integrity of data in Confluence related to users.class
For use in the Velocity context.Constructors in com.atlassian.confluence.user with parameters of type UserAccessorInternal -
Uses of UserAccessorInternal in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with parameters of type UserAccessorInternalModifier and TypeMethodDescriptionvoid
CreateUserAction.setUserAccessor
(UserAccessorInternal userAccessorInternal) Constructors in com.atlassian.confluence.user.actions with parameters of type UserAccessorInternalModifierConstructorDescriptionDeleteUserLongRunningTask
(I18NBean i18NBean, GlobalSettings globalSettings, UserAccessorInternal userAccessor, ConfluenceUser user, com.atlassian.event.api.EventPublisher eventPublisher)