Uses of Interface
com.atlassian.confluence.user.UserAccessor
Packages that use UserAccessor
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
Imports Confluence data from an XML backup.
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
-
Uses of UserAccessor in com.atlassian.confluence.api.impl.service.audit.uri
Constructors in com.atlassian.confluence.api.impl.service.audit.uri with parameters of type UserAccessor -
Uses of UserAccessor in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type UserAccessorModifierConstructorDescriptionSpaceServiceImpl
(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, SpaceDeletionManager spaceDeletionManager, SpaceLabelService spaceLabelService, SpaceService.Validator spaceValidator, TrashManager trashManager, UserAccessor userAccessor) SpaceValidatorImpl
(SpaceManagerInternal spaceManager, SpacePermissionManager spacePermissionManager, AccessModeService accessModeService, PermissionManager permissionManager, ContentService contentService, LicenseService licenseService, UserChecker userChecker, LabelManager labelManager, LabelledContentSpaceValidator labelledContentSpaceValidationPredicate, UserAccessor userAccessor, PersonalInformationManager personalInformationManager) -
Uses of UserAccessor in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type UserAccessorModifierConstructorDescriptionPersonFactory
(UserAccessor userAccessor, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18nBeanFactory, LoginManager loginManager, DateFormatterFactory dateFormatterFactory) -
Uses of UserAccessor in com.atlassian.confluence.api.impl.service.permissions
Constructors in com.atlassian.confluence.api.impl.service.permissions with parameters of type UserAccessorModifierConstructorDescriptionGlobalPermissionServiceImpl
(SpacePermissionOperationKeyConverter globalPermissionOperationKeyConverter, PermissionManager permissionManager, SpacePermissionManagerInternal spacePermissionManager, GlobalPermissionsValidator globalPermissionsValidator, UserAccessor userAccessor, UserChecker userChecker, ScopesRequestCacheDelegate scopesRequestCacheDelegate) SpacePermissionServiceImpl
(SpacePermissionManagerInternal spacePermissionManager, SpaceManagerInternal spaceManager, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, UserAccessor userAccessor, SpacePermissionsValidator spacePermissionsValidator, SetSpacePermissionChecker setSpacePermissionChecker, UserChecker userChecker, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of UserAccessor in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as UserAccessorModifier and TypeFieldDescriptionprotected UserAccessor
AbstractConfluenceSingleContextSpringPersistenceTest.userAccessor
Deprecated.protected UserAccessor
ConfluenceActionSupport.userAccessor
Methods in com.atlassian.confluence.core with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
ConfluenceActionSupport.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.dmz.user
Subinterfaces of UserAccessor in com.atlassian.confluence.dmz.userModifier and TypeInterfaceDescriptioninterface
DMZ version of theUserAccessor
interface; see the package-info.java for rationale. -
Uses of UserAccessor in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type UserAccessorModifierConstructorDescriptionHttpSessionRegistrarEventListener
(UserAccessor userAccessor, HttpContext httpContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, org.springframework.security.core.session.SessionRegistry registry) -
Uses of UserAccessor in com.atlassian.confluence.functest.rest
Constructors in com.atlassian.confluence.functest.rest with parameters of type UserAccessorModifierConstructorDescriptionInheritedPermissionCheckResource
(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PageManager pageManager, ContentPermissionManager contentPermissionManager, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type UserAccessorModifierConstructorDescriptionPermissionsResource
(SpacePermissionManager spacePermissionManager, SpaceManager spaceManager, UserAccessor userAccessor) UserResource
(com.atlassian.crowd.embedded.api.CrowdService crowdService, PersonService personService, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.impl.backuprestore.restore.events
Constructors in com.atlassian.confluence.impl.backuprestore.restore.events with parameters of type UserAccessorModifierConstructorDescriptionOnRestoreEventsSender
(com.atlassian.event.api.EventPublisher eventPublisher, UserAccessor userAccessor, RestoreDao restoreDao) -
Uses of UserAccessor in com.atlassian.confluence.impl.homepage
Constructors in com.atlassian.confluence.impl.homepage with parameters of type UserAccessorModifierConstructorDescriptionHomepageService
(SpaceManager spaceManager, GlobalSettingsManager globalSettingsManager, UserAccessor userAccessor, SpacePermissionManager spacePermissionManager) -
Uses of UserAccessor in com.atlassian.confluence.impl.search.v2
Constructors in com.atlassian.confluence.impl.search.v2 with parameters of type UserAccessorModifierConstructorDescriptionDefaultContentPermissionsQueryFactory
(PermissionManager permissionManager, UserAccessor userAccessor) DefaultSiteSearchPermissionsQueryFactory
(UserAccessor userAccessor, PermissionManager permissionManager, SpacePermissionQueryFactory spacePermissionQueryFactory) -
Uses of UserAccessor in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type UserAccessorModifierConstructorDescriptionPersonalInformationExtractor
(UserAccessor userAccessor, PermissionManager permissionManager, SpaceManager spaceManager, LoginManager loginManager) -
Uses of UserAccessor in com.atlassian.confluence.impl.search.v2.lucene.filter
Constructors in com.atlassian.confluence.impl.search.v2.lucene.filter with parameters of type UserAccessorModifierConstructorDescriptionHibernateSpacePermissionsFilterDao
(org.hibernate.SessionFactory sessionFactory, SpacePermissionDao spacePermissionDao, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
SiteSearchPermissionsQueryMapper.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.impl.security.administrators
Methods in com.atlassian.confluence.impl.security.administrators with parameters of type UserAccessorModifier and TypeMethodDescriptionAbstractEditPermissionsAdministrator.addGuardPermissionToGroups
(List<String> groupNames, UserAccessor userAccessor, String guardPermission) AbstractEditPermissionsAdministrator.addGuardPermissionToUsers
(List<String> userNames, UserAccessor userAccessor, String guardPermission) -
Uses of UserAccessor in com.atlassian.confluence.impl.security.login
Constructors in com.atlassian.confluence.impl.security.login with parameters of type UserAccessorModifierConstructorDescriptionDefaultLoginManager
(GlobalSettingsManager settingsManager, UserAccessor userAccessor, com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.core.util.Clock clock, UserLoginInfoDao loginInfoDao, PersonalInformationManager personalInformationManager) DefaultLoginPageFunctionalityService
(ClusterManager clusterManager, UpgradeManager upgradeManager, GlobalSettingsManager globalSettingsManager, UserAccessor userAccessor, WritableDirectoryExistsCriteria writableDirectoryExistsCriteria, DarkFeaturesManager darkFeaturesManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, SignupManager signupManager) -
Uses of UserAccessor in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
BackupImporter.setUserAccessor
(UserAccessor userAccessor) Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type UserAccessorModifier and TypeMethodDescriptionCommandsConfiguration.crowdUserDeleteCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao) CommandsConfiguration.postUserRenamedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with parameters of type UserAccessorModifierConstructorDescriptionPostUserRenamedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor) UserRemovingEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao) -
Uses of UserAccessor in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type UserAccessorModifierConstructorDescriptionDefaultIndexTaskFactory
(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, AtlassianDocumentBuilder<Searchable> selectiveFieldsDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig, SearchableResolver searchableResolver) -
Uses of UserAccessor in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return UserAccessorMethod parameters in com.atlassian.confluence.languages with type arguments of type UserAccessorModifier and TypeMethodDescriptionvoid
DefaultLocaleManager.setUserAccessorGenerator
(Supplier<UserAccessor> userAccessorSupplier) Deprecated.Constructors in com.atlassian.confluence.languages with parameters of type UserAccessorModifierConstructorDescriptionDefaultLocaleManager
(GlobalSettingsManager globalSettingsManager, UserAccessor userAccessor, LanguageManager languageManager, com.atlassian.vcache.VCacheFactory cacheFactory) Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.macro.profile
Methods in com.atlassian.confluence.macro.profile that return UserAccessorMethods in com.atlassian.confluence.macro.profile with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
NetworkMacro.setUserAccessor
(UserAccessor userAccessor) Deprecated.void
ProfileMacro.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.mail
Constructors in com.atlassian.confluence.mail with parameters of type UserAccessorModifierConstructorDescriptionChangeDigestNotificationBean
(ContentEntityManager contentEntityManager, UserAccessor userAccessor, PermissionManager permissionManager, NotificationManager notificationManager) -
Uses of UserAccessor in com.atlassian.confluence.mail.notification
Constructors in com.atlassian.confluence.mail.notification with parameters of type UserAccessorModifierConstructorDescriptionDefaultNotificationsSender
(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory, ConfluenceAccessManager confluenceAccessManager) -
Uses of UserAccessor in com.atlassian.confluence.mail.notification.listeners
Fields in com.atlassian.confluence.mail.notification.listeners declared as UserAccessorModifier and TypeFieldDescriptionprotected UserAccessor
AbstractNotificationsListener.userAccessor
Deprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
AbstractNotificationsListener.setUserAccessor
(UserAccessor userAccessor) Deprecated.Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type UserAccessorModifierConstructorDescriptionCreateUserNotificationsListener
(UserAccessor userAccessor, BandanaManager bandanaManager, com.atlassian.mail.server.MailServerManager mailServerManager, SignupManager signupManager) Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.mail.notification.listeners.async
Constructors in com.atlassian.confluence.mail.notification.listeners.async with parameters of type UserAccessorModifierConstructorDescriptionPageEventListener
(PageManager pageManager, UserAccessor userAccessor, DataSourceFactory dataSourceFactory, NotificationsSender notificationsSender, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.mail.server.MailServerManager mailServerManager) -
Uses of UserAccessor in com.atlassian.confluence.mail.reports
Constructors in com.atlassian.confluence.mail.reports with parameters of type UserAccessorModifierConstructorDescriptionChangeDigestReport
(com.atlassian.user.User user, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.mail.template
Methods in com.atlassian.confluence.mail.template that return UserAccessorModifier and TypeMethodDescriptionstatic UserAccessor
MailNotificationQueueItem.getUserAccessor()
Deprecated.since 8.7, use component injection -
Uses of UserAccessor in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
DateFormattersContextProvider.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.pages.actions
Constructors in com.atlassian.confluence.pages.actions with parameters of type UserAccessorModifierConstructorDescriptionPagePermissionsActionHelper
(ConfluenceUser currentAuthenticatedUser, UserAccessor userAccessor) Deprecated, for removal: This API element is subject to removal in a future version.since 9.2.6PagePermissionsActionHelper
(ConfluenceUser currentAuthenticatedUser, UserAccessor userAccessor, ContentPermissionTester permissionSetTester) -
Uses of UserAccessor in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
UserLoggedInEditableCondition.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type UserAccessorModifierConstructorDescriptionDefaultEdgeQueries
(UserAccessor userAccessor, SpacePermissionQueryFactory spacePermissionQueryFactory, EdgeSearchIndexAccessor edgeSearchIndexAccessor, EdgeTypeRepository edgeTypeRepository, NetworkService networkService, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of UserAccessor in com.atlassian.confluence.plugins.keyboardshortcuts
Constructors in com.atlassian.confluence.plugins.keyboardshortcuts with parameters of type UserAccessor -
Uses of UserAccessor in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
Constructors in com.atlassian.confluence.plugins.keyboardshortcuts.conditions with parameters of type UserAccessor -
Uses of UserAccessor in com.atlassian.confluence.plugins.like
Constructors in com.atlassian.confluence.plugins.like with parameters of type UserAccessorModifierConstructorDescriptionDefaultUserEntityExpander
(UserAccessor userAccessor, ContextPathHolder contextPathHolder) -
Uses of UserAccessor in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type UserAccessorModifierConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) LikesResponse
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, ContentEntityObject content, ConfluenceUser currentUser, com.google.common.base.Supplier<Set<String>> followeeUsernames) -
Uses of UserAccessor in com.atlassian.confluence.plugins.like.notifications
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type UserAccessorModifierConstructorDescriptionAbstractLikeEventRenderContextProvider
(ContentService contentService, UserAccessor userAccessor, FollowManager followManager) protected
CreateLikeEventPayloadTransformer
(UserAccessor userAccessor) DefaultLikeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) LikeEventEmailRenderContextProvider
(ContentService contentService, UserAccessor userAccessor, FollowManager followManager, Excerpter excerpter) -
Uses of UserAccessor in com.atlassian.confluence.plugins.like.rest.resources
Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type UserAccessorModifierConstructorDescriptionUserResource
(UserAccessor userAccessor, PermissionManager permissionManager, FollowManager followManager) -
Uses of UserAccessor in com.atlassian.confluence.plugins.like.spring
Methods in com.atlassian.confluence.plugins.like.spring that return UserAccessorMethods in com.atlassian.confluence.plugins.like.spring with parameters of type UserAccessorModifier and TypeMethodDescriptionSpringConfiguration.likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) SpringConfiguration.userEntityExpander
(UserAccessor userAccessor, ContextPathHolder contextPathHolder) -
Uses of UserAccessor in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
SpacesListMacro.setUserAccessor
(UserAccessor userAccessor) Constructors in com.atlassian.confluence.plugins.macros.dashboard with parameters of type UserAccessorModifierConstructorDescriptionDashboardMacroSupport
(LabelManager labelManager, SpaceManager spaceManager, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, PermissionManager permissionManager, boolean includeArchivedSpaces) GlobalEntitiesContextProvider
(SpaceManager spaceManager, LabelManager labelManager, LocaleManager localeManager, PermissionManager permissionManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, SpaceLogoManager spaceLogoManager) -
Uses of UserAccessor in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type UserAccessorModifierConstructorDescriptionRecentlyUpdatedContentService
(ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory, PermissionManager permissionManager, HttpContext httpContext, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, SearchManager searchManager, PredefinedSearchBuilder searchBuilder, ConfluenceMonitoring confluenceMonitoring, com.atlassian.event.api.EventPublisher eventPublisher) RecentlyUpdatedMacroTabProvider
(SpaceManager spaceManager, LabelManager labelManager, PermissionManager permissionManager, FollowService followService, UserAccessor userAccessor, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager) -
Uses of UserAccessor in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest with parameters of type UserAccessorModifierConstructorDescriptionRecentlyUpdatedContentResource
(RecentlyUpdatedContentService recentlyUpdatedContentService, RecentlyUpdatedMacroTabProvider tabProvider, LabelManager labelManager, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs with parameters of type UserAccessorModifierConstructorDescriptionSpaceCategoryTab
(HttpContext httpContext, I18NBeanFactory i18NBeanFactory, LabelManager labelManager, PermissionManager permissionManager, SpaceManager spaceManager, UserAccessor userAccessor, LocaleManager localeManager) -
Uses of UserAccessor in com.atlassian.confluence.plugins.quickreload
Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type UserAccessorModifierConstructorDescriptionQuickReloadResource
(CommentManager commentManager, CommentRenderService commentRenderer, UserAccessor userAccessor, PageManager pageManager, PermissionManager permissionManager, I18NBeanFactory i18NBeanFactory, QuickReloadCaches caches, AccessModeService accessModeService, GlobalSettingsManager settingsManager, LicenseService licenseService, AttachmentManager attachmentManager) -
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.jackson2.dto
Constructors in com.atlassian.confluence.plugins.rest.jackson2.dto with parameters of type UserAccessorModifierConstructorDescriptionUserDtoFactoryImpl
(UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, ContextPathHolder contextPathHolder, UserDetailsManager userDetailsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, PersonalInformationManager personalInformationManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager, GlobalSettingsManager settingsManager) -
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.jackson2.entities
Constructors in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type UserAccessorModifierConstructorDescriptionSpaceEntityUserPermissionsExpander
(SpacePermissionManager spacePermissionManager, SpaceManager spaceManager, UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Constructors in com.atlassian.confluence.plugins.rest.jackson2.entities.builders with parameters of type UserAccessorModifierConstructorDescriptionDefaultEntityBuilderFactory
(GlobalSettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager) PersonalInformationContentEntityBuilder
(GlobalSettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserAccessor userAccessor, UserEntityHelper userEntityHelper, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager) UserEntityBuilder
(UserAccessor userAccessor, GlobalSettingsManager settingsManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18NBeanFactory) -
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.jackson2.manager
Constructors in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type UserAccessorModifierConstructorDescriptionDateEntityFactoryImpl
(I18NBeanFactory i18nBeanFactory, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, LocaleManager localeManager) UserEntityHelper
(UserAccessor userAccessor, GlobalSettingsManager settingsManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18NBeanFactory) -
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.jackson2.resources
Fields in com.atlassian.confluence.plugins.rest.jackson2.resources declared as UserAccessorConstructors in com.atlassian.confluence.plugins.rest.jackson2.resources with parameters of type UserAccessorModifierConstructorDescriptionAbstractResource
(UserAccessor userAccessor, SpacePermissionManager spm) BreadcrumbResource
(ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, ContextPathHolder contextPathHolder, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, BreadcrumbGenerator breadcrumbGenerator) I18nResource
(UserAccessor userAccessor, com.atlassian.plugin.PluginAccessor pluginAccessor, LocaleManager localeManager, I18NBeanFactory i18NBeanFactory, HttpContext httpContext, SpacePermissionManager spacePermissionManager) PrototypeAttachmentResource
(UserAccessor userAccessor, RestAttachmentManager restAttachmentManager, SpacePermissionManager spacePermissionManager) Deprecated.PrototypeContentResource
(UserAccessor userAccessor, RestContentManager restContentManager, SpacePermissionManager spacePermissionManager) Deprecated.PrototypeSearchService
(UserAccessor userAccessor, RestSearchService searchService, SpacePermissionManager spacePermissionManager, PermissionManager permissionManager) Deprecated.PrototypeSpaceResource
(UserAccessor userAccessor, RestSpaceManager restSpaceManager, SpacePermissionManager spacePermissionManager) Deprecated.PrototypeUserResource
(UserAccessor userAccessor, PermissionManager permissionManager, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, SettingsManager settingsManager, I18NBeanFactory i18NBeanFactory, SpacePermissionManager spm) Deprecated.PrototypeUserSession
(UserAccessor userAccessor, RestUserSessionManager restUserSessionManager, SpacePermissionManager spacePermissionManager) Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.plugins.soy
Constructors in com.atlassian.confluence.plugins.soy with parameters of type UserAccessorModifierConstructorDescriptionFormatDateFunction
(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory) FormatDateTimeFunction
(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory) FormatTimeFunction
(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory) FriendlyFormatDateTimeFunction
(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, I18NBeanFactory factory) GetUserByNameFunction
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.plugins.spacedirectory.rest
Constructors in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type UserAccessorModifierConstructorDescriptionSpaceDirectoryResource
(UserAccessor userAccessor, SpacePermissionManager spacePermissionManager, PredefinedSearchBuilder predefinedSearchBuilder, SearchManager searchManager, SpaceDirectoryEntityBuilder builder) -
Uses of UserAccessor in com.atlassian.confluence.rpc.soap.services
Fields in com.atlassian.confluence.rpc.soap.services declared as UserAccessorMethods in com.atlassian.confluence.rpc.soap.services with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
NotificationsSoapService.setUserAccessor
(UserAccessor userAccessor) void
PagesSoapService.setUserAccessor
(UserAccessor userAccessor) void
SoapServiceHelperImpl.setUserAccessor
(UserAccessor userAccessor) void
SpacesSoapService.setUserAccessor
(UserAccessor userAccessor) void
UsersSoapService.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.rss
Fields in com.atlassian.confluence.rss declared as UserAccessorMethods in com.atlassian.confluence.rss with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
AbstractRenderSupport.setUserAccessor
(UserAccessor userAccessor) Constructors in com.atlassian.confluence.rss with parameters of type UserAccessorModifierConstructorDescriptionDefaultFeedBuilder
(SearchManager searchManager, GlobalSettingsManager settingsManager, PermissionManager permissionManager, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, Map<String, RssRenderSupport> renderSupport, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of UserAccessor in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security that return UserAccessorMethods in com.atlassian.confluence.security with parameters of type UserAccessorModifier and TypeMethodDescriptionstatic Collection
ConfluenceGroupCache.getGroups
(javax.servlet.http.HttpServletRequest request, UserAccessor userAccessor) void
DefaultCaptchaManager.setUserAccessor
(UserAccessor userAccessor) Constructors in com.atlassian.confluence.security with parameters of type UserAccessorModifierConstructorDescriptionSpacePermissionDefaultsPermissionChecker
(PermissionManager permissionManager, UserAccessor userAccessor) Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 -
Uses of UserAccessor in com.atlassian.confluence.security.administrators
Methods in com.atlassian.confluence.security.administrators with parameters of type UserAccessorModifier and TypeMethodDescriptionEditPermissionsAdministrator.addGuardPermissionToGroups
(List<String> groupNames, UserAccessor userAccessor, String guardPermission) Deprecated.since 7.17EditPermissionsAdministrator.addGuardPermissionToUsers
(List<String> userNames, UserAccessor userAccessor, String guardPermission) Deprecated.since 7.17 -
Uses of UserAccessor in com.atlassian.confluence.security.seraph
Methods in com.atlassian.confluence.security.seraph with parameters of type UserAccessorModifier and TypeMethodDescriptionstatic ConfluenceUser
ConfluenceAuthenticatorUtils.refreshPrincipalObtainedFromSession
(UserAccessor userAccessor, Principal principal) -
Uses of UserAccessor in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
DefaultSpaceManager.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setUserAccessor
(UserAccessor userAccessor) -
Uses of UserAccessor in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type UserAccessorModifierConstructorDescriptionDraftsResource
(UserAccessor userAccessor, DraftService draftService, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, PermissionManager permissionManager, DraftManager draftManager, I18NBeanFactory i18NBeanFactory, PageManager pageManager, DraftsTransitionHelper draftsTransitionHelper, EditorConverter editConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationService relationService, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, TouchRelationSupport touchRelationSupport) -
Uses of UserAccessor in com.atlassian.confluence.tinymceplugin.web
Constructors in com.atlassian.confluence.tinymceplugin.web with parameters of type UserAccessorModifierConstructorDescriptionEditorSettingsContextProvider
(GlobalSettingsManager settingsManager, PermissionManager permissionManager, UserAccessor userAccessor, HeartbeatManager heartbeatManager, MailServerExistsCriteria mailServerExistsCriteria, LicenseService licenseService) -
Uses of UserAccessor in com.atlassian.confluence.ui.rest.builder
Constructors in com.atlassian.confluence.ui.rest.builder with parameters of type UserAccessorModifierConstructorDescriptionLegacyPersonBuilder
(UserAccessor userAccessor, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager) Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement UserAccessorModifier 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.Methods in com.atlassian.confluence.user that return UserAccessorModifier and TypeMethodDescriptionprotected UserAccessor
ConfluenceAuthenticator.getUserAccessor()
UserPickerFilter.getUserAccessor()
Methods in com.atlassian.confluence.user with parameters of type UserAccessorModifier and TypeMethodDescriptionvoid
ConfluenceAuthenticator.setUserAccessor
(UserAccessor userAccessor) void
UsernameToUserTranslatingPaginationSupport.setUserAccessor
(UserAccessor userAccessor) Method parameters in com.atlassian.confluence.user with type arguments of type UserAccessorModifier and TypeMethodDescriptionstatic UserPreferencesAccessor
UserPreferencesAccessor.forUserAccessor
(Supplier<UserAccessor> userAccessorRef) Deprecated, for removal: This API element is subject to removal in a future version.since 8.0Constructors in com.atlassian.confluence.user with parameters of type UserAccessorModifierConstructorDescriptionUserInterfaceState
(@Nullable ConfluenceUser user, UserAccessor userAccessor) UserInterfaceState
(@Nullable com.atlassian.user.User user, UserAccessor userAccessor) Deprecated, for removal: This API element is subject to removal in a future version.since 9.3 -
Uses of UserAccessor in com.atlassian.confluence.user.administrators
Constructors in com.atlassian.confluence.user.administrators with parameters of type UserAccessorModifierConstructorDescriptionDefaultEditUserGroupAdministrator
(ConfluenceUser user, ConfluenceUser remoteUser, UserAccessor userAccessor, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager) DefaultEditUserGroupAdministrator
(com.atlassian.user.User user, com.atlassian.user.User remoteUser, UserAccessor userAccessor, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserAccessor in com.atlassian.confluence.user.extras.aggregation.impl
Constructors in com.atlassian.confluence.user.extras.aggregation.impl with parameters of type UserAccessorModifierConstructorDescriptionAggregationWarningManager
(UserAccessor userAccessor, PermissionManager permissionManager, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, DarkFeaturesManager darkFeaturesManager) -
Uses of UserAccessor in com.atlassian.confluence.user.extras.rest
Constructors in com.atlassian.confluence.user.extras.rest with parameters of type UserAccessorModifierConstructorDescriptionUsersResource
(UsersEntityBuilder usersEntityBuilder, PermissionManager permissionManager, UserAccessor userAccessor, SpaceManager spaceManager) -
Uses of UserAccessor in com.atlassian.confluence.util
Fields in com.atlassian.confluence.util with type parameters of type UserAccessorModifier and TypeFieldDescriptionprotected Supplier<UserAccessor>
UserThreadLocalFilter.userAccessor
Methods in com.atlassian.confluence.util that return UserAccessor -
Uses of UserAccessor in com.atlassian.sal.confluence.message
Constructors in com.atlassian.sal.confluence.message with parameters of type UserAccessorModifierConstructorDescriptionConfluenceLocaleResolver
(LocaleManager localeManager, UserAccessor userAccessor, LanguageManager languageManager) -
Uses of UserAccessor in com.atlassian.sal.confluence.search
Constructors in com.atlassian.sal.confluence.search with parameters of type UserAccessorModifierConstructorDescriptionConfluenceSearchProvider
(PredefinedSearchBuilder predefinedSearchBuilder, SearchManager searchManager, com.atlassian.sal.api.search.query.SearchQueryParser searchQueryParser, UserAccessor userAccessor, com.atlassian.sal.api.ApplicationProperties applicationProperties) -
Uses of UserAccessor in com.atlassian.sal.confluence.user
Constructors in com.atlassian.sal.confluence.user with parameters of type UserAccessorModifierConstructorDescriptionConfluenceUserManager
(UserAccessor userAccessor, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, ConfluenceAccessManager confluenceAccessManager)