Uses of Interface
com.atlassian.confluence.user.UserAccessor
-
-
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 Constructor Description GroupUriGenerator(UserAccessor userAccessor)
-
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 UserAccessor Constructor Description PersonFactory(UserAccessor userAccessor, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18nBeanFactory)
-
Uses of UserAccessor in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as UserAccessor Modifier and Type Field Description protected UserAccessor
ConfluenceActionSupport. userAccessor
Methods in com.atlassian.confluence.core that return UserAccessor Modifier and Type Method Description protected UserAccessor
ConfluenceActionSupport. getUserAccessor()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0, use theuserAccessor
protected field directly when extending this class.Methods in com.atlassian.confluence.core with parameters of type UserAccessor Modifier and Type Method Description void
ConfluenceActionSupport. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type UserAccessor Constructor Description HttpSessionRegistrarEventListener(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 UserAccessor Constructor Description InheritedPermissionCheckResource(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 UserAccessor Constructor Description PermissionsResource(SpacePermissionManager spacePermissionManager, SpaceManager spaceManager, UserAccessor userAccessor, com.atlassian.sal.api.rdbms.TransactionalExecutorFactory transactionalExecutorFactory)
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 UserAccessor Constructor Description OnRestoreEventsSender(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 UserAccessor Constructor Description HomepageService(SpaceManager spaceManager, SettingsManager settingsManager, UserAccessor userAccessor, SpacePermissionManager spacePermissionManager)
-
Uses of UserAccessor in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type UserAccessor Modifier and Type Method Description void
SearchSiteAction. setUserAccessor(UserAccessor userAccessor)
Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.impl.search.v2
Constructors in com.atlassian.confluence.impl.search.v2 with parameters of type UserAccessor Constructor Description DefaultContentPermissionsQueryFactory(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 UserAccessor Constructor Description PersonalInformationExtractor(UserAccessor userAccessor, PermissionManager permissionManager)
-
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 UserAccessor Constructor Description HibernateSpacePermissionsFilterDao(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 UserAccessor Modifier and Type Method Description void
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 UserAccessor Modifier and Type Method Description List<String>
AbstractEditPermissionsAdministrator. addGuardPermissionToGroups(List<String> groupNames, UserAccessor userAccessor, String guardPermission)
List<String>
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 UserAccessor Constructor Description DefaultLoginManager(GlobalSettingsManager settingsManager, UserAccessor userAccessor, com.atlassian.cache.CacheFactory cacheFactory, com.atlassian.core.util.Clock clock, UserLoginInfoDao loginInfoDao)
-
Uses of UserAccessor in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type UserAccessor Modifier and Type Method Description void
AbstractRendererExporterImpl. setUserAccessor(UserAccessor userAccessor)
Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type UserAccessor Modifier and Type Method Description void
BackupImporter. setUserAccessor(UserAccessor userAccessor)
Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.internal.search.tasks
Constructors in com.atlassian.confluence.internal.search.tasks with parameters of type UserAccessor Constructor Description DefaultIndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, ContentEntityObjectDao<?> contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageDaoInternal pageDao, HibernateSessionManager5 hibernateSessionManager, org.hibernate.SessionFactory sessionFactory)
-
Uses of UserAccessor in com.atlassian.confluence.internal.user
Subinterfaces of UserAccessor in com.atlassian.confluence.internal.user Modifier and Type Interface Description interface
UserAccessorInternal
Internal version of theUserAccessor
interface; see the package-info.java for rationale. -
Uses of UserAccessor in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return UserAccessor Modifier and Type Method Description UserAccessor
DefaultLocaleManager. getUserAccessor()
Deprecated.Method parameters in com.atlassian.confluence.languages with type arguments of type UserAccessor Modifier and Type Method Description void
DefaultLocaleManager. setUserAccessorGenerator(Supplier<UserAccessor> userAccessorSupplier)
Deprecated.void
DefaultLocaleManager. setUserAccessorSupplier(com.atlassian.util.concurrent.Supplier<UserAccessor> userAccessorSupplier)
Deprecated.since 7.0.1.Constructors in com.atlassian.confluence.languages with parameters of type UserAccessor Constructor Description DefaultLocaleManager(SettingsManager settingsManager, 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 UserAccessor Modifier and Type Method Description UserAccessor
ProfileMacro. getUserAccessor()
Methods in com.atlassian.confluence.macro.profile with parameters of type UserAccessor Modifier and Type Method Description void
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 UserAccessor Constructor Description ChangeDigestNotificationBean(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 UserAccessor Constructor Description DefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.plugin.webresource.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 UserAccessor Modifier and Type Field Description protected UserAccessor
AbstractNotificationsListener. userAccessor
Deprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type UserAccessor Modifier and Type Method Description void
AbstractNotificationsListener. setUserAccessor(UserAccessor userAccessor)
Deprecated.Constructors in com.atlassian.confluence.mail.notification.listeners with parameters of type UserAccessor Constructor Description CreateUserNotificationsListener(UserAccessor userAccessor, com.atlassian.bandana.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 UserAccessor Constructor Description PageEventListener(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 UserAccessor Constructor Description ChangeDigestReport(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 UserAccessor Modifier and Type Method Description static UserAccessor
MailNotificationQueueItem. getUserAccessor()
-
Uses of UserAccessor in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type UserAccessor Modifier and Type Method Description void
DateFormattersContextProvider. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.pages.actions
Constructors in com.atlassian.confluence.pages.actions with parameters of type UserAccessor Constructor Description PagePermissionsActionHelper(ConfluenceUser currentAuthenticatedUser, UserAccessor userAccessor)
-
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 UserAccessor Modifier and Type Method Description void
UserLoggedInEditableCondition. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.dragdrop.rest
Constructors in com.atlassian.confluence.plugins.dragdrop.rest with parameters of type UserAccessor Constructor Description DragAndDropResource(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.easyuser
Constructors in com.atlassian.confluence.plugins.easyuser with parameters of type UserAccessor Constructor Description EasyUserResource(UserAccessor userAccessor, SignupManager easyUserManager)
EasyUserSignupSettingsResource(UserAccessor userAccessor, PermissionManager permissionManager, SignupManager easyUserManager, GlobalSettingsManager settingsManager)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type UserAccessor Constructor Description DefaultEdgeQueries(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 Constructor Description ShortcutSettingsResource(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
Methods in com.atlassian.confluence.plugins.keyboardshortcuts.conditions with parameters of type UserAccessor Modifier and Type Method Description void
UseKeyboardShortcutsCondition. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.like
Constructors in com.atlassian.confluence.plugins.like with parameters of type UserAccessor Constructor Description DefaultUserEntityExpander(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 UserAccessor Constructor Description LikesProvider(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 UserAccessor Constructor Description AbstractLikeEventRenderContextProvider(com.atlassian.confluence.notifications.CachedContentFinder cachedContentFinder, UserAccessor userAccessor, FollowManager followManager, LocaleManager localeManager)
CreateLikeEventPayloadTransformer(UserAccessor userAccessor)
DefaultLikeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)
LikeEventEmailRenderContextProvider(com.atlassian.confluence.notifications.CachedContentFinder cachedContentFinder, UserAccessor userAccessor, FollowManager followManager, Excerpter excerpter, LocaleManager localeManager)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.like.rest.resources
Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type UserAccessor Constructor Description UserResource(UserAccessor userAccessor, PermissionManager permissionManager, FollowManager followManager)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type UserAccessor Modifier and Type Method Description void
SpacesListMacro. setUserAccessor(UserAccessor userAccessor)
Constructors in com.atlassian.confluence.plugins.macros.dashboard with parameters of type UserAccessor Constructor Description DashboardMacroSupport(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 UserAccessor Constructor Description RecentlyUpdatedContentService(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.WebInterfaceManager 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 UserAccessor Constructor Description RecentlyUpdatedContentResource(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 UserAccessor Constructor Description SpaceCategoryTab(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 UserAccessor Constructor Description QuickReloadResource(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.dto
Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type UserAccessor Constructor Description UserDtoFactoryImpl(UserAccessor userAccessor, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, ContextPathHolder contextPathHolder, UserDetailsManager userDetailsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, PersonalInformationManager personalInformationManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager, GlobalSettingsManager settingsManager)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.entities
Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type UserAccessor Constructor Description SpaceEntityUserPermissionsExpander(SpacePermissionManager spacePermissionManager, SpaceManager spaceManager, UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.entities.builders
Constructors in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type UserAccessor Constructor Description DefaultEntityBuilderFactory(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager)
PersonalInformationContentEntityBuilder(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserAccessor userAccessor, UserEntityHelper userEntityHelper, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager)
UserEntityBuilder(UserAccessor userAccessor, SettingsManager settingsManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18NBeanFactory)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.manager
Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type UserAccessor Constructor Description DateEntityFactoryImpl(I18NBeanFactory i18nBeanFactory, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, LocaleManager localeManager)
UserEntityHelper(UserAccessor userAccessor, SettingsManager settingsManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, I18NBeanFactory i18NBeanFactory)
-
Uses of UserAccessor in com.atlassian.confluence.plugins.rest.resources
Fields in com.atlassian.confluence.plugins.rest.resources declared as UserAccessor Modifier and Type Field Description protected UserAccessor
AbstractResource. userAccessor
Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type UserAccessor Constructor Description AbstractResource(UserAccessor userAccessor, SpacePermissionManager spm)
BreadcrumbResource(ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> 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)
Deprecated.PrototypeSpaceResource(UserAccessor userAccessor, RestSpaceManager restSpaceManager, SpacePermissionManager spacePermissionManager)
Deprecated.PrototypeUserResource(UserAccessor userAccessor, PermissionManager permissionManager, com.atlassian.plugin.webresource.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 UserAccessor Constructor Description FormatDateFunction(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 UserAccessor Constructor Description SpaceDirectoryResource(UserAccessor userAccessor, SpacePermissionManager spacePermissionManager, PredefinedSearchBuilder predefinedSearchBuilder, SearchManager searchManager, SpaceDirectoryEntityBuilder builder)
-
Uses of UserAccessor in com.atlassian.confluence.renderer.radeox.macros
Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type UserAccessor Modifier and Type Method Description void
ContentByUserMacro. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.renderer.v2.macros
Methods in com.atlassian.confluence.renderer.v2.macros with parameters of type UserAccessor Modifier and Type Method Description void
BaseHttpRetrievalMacro. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.rpc.soap.services
Fields in com.atlassian.confluence.rpc.soap.services declared as UserAccessor Modifier and Type Field Description protected UserAccessor
SoapServiceHelperImpl. userAccessor
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type UserAccessor Modifier and Type Method Description void
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 UserAccessor Modifier and Type Field Description protected UserAccessor
AbstractRenderSupport. userAccessor
Methods in com.atlassian.confluence.rss with parameters of type UserAccessor Modifier and Type Method Description void
AbstractRenderSupport. setUserAccessor(UserAccessor userAccessor)
Constructors in com.atlassian.confluence.rss with parameters of type UserAccessor Constructor Description DefaultFeedBuilder(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.rss.actions
Methods in com.atlassian.confluence.rss.actions with parameters of type UserAccessor Modifier and Type Method Description void
NetworkFeedAction. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security that return UserAccessor Modifier and Type Method Description protected UserAccessor
AbstractSpacePermissionManager. getUserAccessor()
Deprecated.UserAccessor
DefaultCaptchaManager. getUserAccessor()
Methods in com.atlassian.confluence.security with parameters of type UserAccessor Modifier and Type Method Description static 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 UserAccessor Constructor Description AbstractSpacePermissionManager(PermissionCheckExemptions permissionCheckExemptions, ConfluenceAccessManager confluenceAccessManager, SpacePermissionAccessMapper spacePermissionAccessMapper, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserAccessor userAccessor, AccessModeManager accessModeManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate)
Deprecated.DefaultPermissionCheckExemptions(UserAccessor userAccessor, com.atlassian.crowd.embedded.api.CrowdService crowdService)
Deprecated.DefaultSpacePermissionManager(SpacePermissionDao spacePermissionDao, PermissionCheckExemptions permissionCheckExemptions, SpacePermissionDefaultsStoreFactory spacePermissionDefaultsStoreFactory, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceAccessManager confluenceAccessManager, SpacePermissionAccessMapper spacePermissionAccessMapper, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserAccessor userAccessor, AccessModeManager accessModeManager, ScopesRequestCacheDelegate scopesRequestCacheDelegate)
Deprecated.SpacePermissionDefaultsPermissionChecker(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
Fields in com.atlassian.confluence.security.administrators declared as UserAccessor Modifier and Type Field Description protected UserAccessor
AbstractEditPermissionsAdministrator. userAccessor
Deprecated.Methods in com.atlassian.confluence.security.administrators with parameters of type UserAccessor Modifier and Type Method Description List<String>
AbstractEditPermissionsAdministrator. addGuardPermissionToGroups(List<String> groupNames, UserAccessor userAccessor, String guardPermission)
Deprecated.Add the guard permissions for each group if they existList<String>
EditPermissionsAdministrator. addGuardPermissionToGroups(List<String> groupNames, UserAccessor userAccessor, String guardPermission)
Deprecated.since 7.17List<String>
AbstractEditPermissionsAdministrator. addGuardPermissionToUsers(List<String> userNames, UserAccessor userAccessor, String guardPermission)
Deprecated.Add the guard permissions for each user if they existList<String>
EditPermissionsAdministrator. addGuardPermissionToUsers(List<String> userNames, UserAccessor userAccessor, String guardPermission)
Deprecated.since 7.17Constructors in com.atlassian.confluence.security.administrators with parameters of type UserAccessor Constructor Description AbstractEditPermissionsAdministrator(SpacePermissionManager spacePermissionManager, PermissionResolver permissionResolver, SetSpacePermissionChecker setSpacePermissionChecker, UserAccessor userAccessor)
Deprecated.DefaultPermissionsAdministrator(SpacePermissionManager spacePermissionManager, PermissionResolver permissionResolver, UserAccessor userAccessor)
Deprecated.EditGlobalPermissionsAdministrator(SpacePermissionManager spacePermissionManager, PermissionResolver permissionResolver, SetSpacePermissionChecker setSpacePermissionChecker, UserChecker userChecker, UserAccessor userAccessor)
Deprecated.EditSpacePermissionsAdministrator(SpacePermissionManager spacePermissionManager, PermissionResolver permissionResolver, SetSpacePermissionChecker setSpacePermissionChecker, UserAccessor userAccessor)
Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.security.seraph
Methods in com.atlassian.confluence.security.seraph with parameters of type UserAccessor Modifier and Type Method Description static ConfluenceUser
ConfluenceAuthenticatorUtils. refreshPrincipalObtainedFromSession(UserAccessor userAccessor, Principal principal)
-
Uses of UserAccessor in com.atlassian.confluence.setup.settings
Constructors in com.atlassian.confluence.setup.settings with parameters of type UserAccessor Constructor Description DefaultDarkFeaturesManager(UserAccessor userAccessor, FeatureService ignored, com.atlassian.event.api.EventPublisher eventPublisher, SiteDarkFeaturesDao siteDarkFeaturesDao, BuildNumberActivatedDarkFeatures buildNumberActivatedDarkFeatures)
Deprecated.since 7.16 -
Uses of UserAccessor in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type UserAccessor Modifier and Type Method Description void
DefaultSpaceManager. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.spaces.listeners
Constructors in com.atlassian.confluence.spaces.listeners with parameters of type UserAccessor Constructor Description CreatePersonalSpaceListener(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent, PersonalInformationManager personalInformationManager, 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.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type UserAccessor Modifier and Type Method Description void
FuncTestRpcHandlerImpl. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type UserAccessor Constructor Description DraftsResource(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 UserAccessor Constructor Description EditorSettingsContextProvider(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 UserAccessor Constructor Description LegacyPersonBuilder(UserAccessor userAccessor, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, PermissionManager permissionManager)
Deprecated. -
Uses of UserAccessor in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement UserAccessor Modifier and Type Class Description class
DefaultUserAccessor
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
ReadOnlyUserAccessor
For use in the Velocity context.Methods in com.atlassian.confluence.user that return UserAccessor Modifier and Type Method Description protected UserAccessor
ConfluenceAuthenticator. getUserAccessor()
UserAccessor
UserPickerFilter. getUserAccessor()
Methods in com.atlassian.confluence.user with parameters of type UserAccessor Modifier and Type Method Description void
ConfluenceAuthenticator. setUserAccessor(UserAccessor userAccessor)
void
UsernameToUserTranslatingPaginationSupport. setUserAccessor(UserAccessor userAccessor)
Method parameters in com.atlassian.confluence.user with type arguments of type UserAccessor Modifier and Type Method Description static 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 UserAccessor Constructor Description UserInterfaceState(com.atlassian.user.User user, UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.confluence.user.administrators
Constructors in com.atlassian.confluence.user.administrators with parameters of type UserAccessor Constructor Description DefaultEditUserGroupAdministrator(com.atlassian.user.User user, com.atlassian.user.User remoteUser, UserAccessor userAccessor, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager)
-
Uses of UserAccessor in com.atlassian.confluence.user.extras.aggregation.impl
Constructors in com.atlassian.confluence.user.extras.aggregation.impl with parameters of type UserAccessor Constructor Description AggregationWarningManager(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 UserAccessor Constructor Description UsersResource(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 UserAccessor Modifier and Type Field Description protected com.atlassian.util.concurrent.Supplier<UserAccessor>
UserThreadLocalFilter. userAccessor
Methods in com.atlassian.confluence.util that return UserAccessor Modifier and Type Method Description static UserAccessor
GeneralUtil. getUserAccessor()
Deprecated.since 7.3.0, use component injectionUserAccessor
UserFilterBean. getUserAccessor()
protected UserAccessor
UserThreadLocalFilter. getUserAccessor()
Methods in com.atlassian.confluence.util with parameters of type UserAccessor Modifier and Type Method Description void
UserFilterBean. setUserAccessor(UserAccessor userAccessor)
-
Uses of UserAccessor in com.atlassian.sal.confluence.message
Constructors in com.atlassian.sal.confluence.message with parameters of type UserAccessor Constructor Description ConfluenceLocaleResolver(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 UserAccessor Constructor Description ConfluenceSearchProvider(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 UserAccessor Constructor Description ConfluenceUserManager(UserAccessor userAccessor, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, SpacePermissionManager spacePermissionManager, ConfluenceAccessManager confluenceAccessManager)
-
Uses of UserAccessor in com.atlassian.sal.confluence.usersettings
Constructors in com.atlassian.sal.confluence.usersettings with parameters of type UserAccessor Constructor Description ConfluenceUserSettingsService(UserAccessor userAccessor)
-