Uses of Interface
com.atlassian.confluence.user.PersonalInformationManager
Package
Description
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
-
Uses of PersonalInformationManager in com.atlassian.confluence.content.render.xhtml.view.link
ModifierConstructorDescriptionViewLinkMarshallerFactoryImpl
(ResourceIdentifierResolver<PageResourceIdentifier, Page> pageResourceIdentifierResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier, BlogPost> blogPostResourceIdentifierResolver, ResourceIdentifierResolver<PageTemplateResourceIdentifier, PageTemplate> pageTemplateResourceIdentifierResolver, SpaceManager spaceManager, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller, ConfluenceUserResolver confluenceUserResolver, PersonalInformationManager personalInformationManager, GlobalSettingsManager settingsManager, CommonLinkAttributesWriter commonLinkAttributesWriter, com.atlassian.xwork.XsrfTokenGenerator xsrfTokenGenerator) ViewUserLinkMarshaller
(ConfluenceUserResolver confluenceUserResolver, XmlStreamWriterTemplate xmlStreamWriterTemplate, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> unresolvedLinkMarshaller, @Nullable StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller, PersonalInformationManager personalInformationManager, HrefEvaluator hrefEvaluator, GlobalSettingsManager settingsManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.impl.content
-
Uses of PersonalInformationManager in com.atlassian.confluence.internal.search.tasks
ModifierConstructorDescriptionDefaultIndexTaskFactory
(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<Searchable> documentBuilder, AtlassianDocumentBuilder<Searchable> changeDocumentBuilder, ContentEntityObjectDaoInternal contentEntityObjectDao, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageManagerInternal pageManager, HibernateSessionManager5 hibernateSessionManager, com.atlassian.config.internal.ApplicationConfig applicationConfig) ReindexUsersInGroupChangeIndexTask
(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactoryInternal indexTaskFactory, String groupName) ReindexUsersInGroupContentIndexTask
(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactoryInternal indexTaskFactory, String groupName) -
Uses of PersonalInformationManager in com.atlassian.confluence.links
Modifier and TypeMethodDescriptionvoid
ConfluenceLinkResolver.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.links.linktypes
ModifierConstructorDescriptionUserProfileLink
(com.atlassian.renderer.links.GenericLinkParser parser, ConfluenceUserResolver userResolver, PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Modifier and TypeMethodDescriptionvoid
UserCanCreatePersonalSpaceCondition.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.plugins.labels.actions
Modifier and TypeFieldDescriptionprotected PersonalInformationManager
AbstractUserProfileAction.personalInformationManager
Modifier and TypeMethodDescriptionfinal void
AbstractUserProfileAction.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.plugins.rest.jackson2.dto
ModifierConstructorDescriptionUserDtoFactoryImpl
(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 PersonalInformationManager in com.atlassian.confluence.rpc.soap.services
Modifier and TypeMethodDescriptionvoid
SpacesSoapService.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) void
UsersSoapService.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.security
ModifierConstructorDescriptionPermissionHelper
(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, PageManager pageManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.spaces.actions
Modifier and TypeFieldDescriptionprotected PersonalInformationManager
AbstractEditSpaceAction.personalInformationManager
Modifier and TypeMethodDescriptionvoid
AbstractEditSpaceAction.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) void
CreatePersonalSpaceAction.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.spaces.listeners
ModifierConstructorDescriptionCreatePersonalSpaceListener
(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent, PersonalInformationManager personalInformationManager, GlobalSettingsManager globalSettingsManager) RemovePersonalSpaceListener
(PersonalInformationManager personalInformationManager, Indexer indexer, I18NBeanFactory i18NBeanFactory) -
Uses of PersonalInformationManager in com.atlassian.confluence.test.rpc
Modifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.user
ModifierConstructorDescriptionDefaultSignupManager
(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserVerificationTokenManager userVerificationTokenManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, SettingsManager settingsManager, com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer, EmailService notificationsService, NotificationsSender notificationsSender, com.atlassian.event.api.EventPublisher eventPublisher, UserChecker userChecker, PersonalInformationManager personalInformationManager, com.atlassian.core.task.MultiQueueTaskManager taskManager, I18NBeanFactory i18NBeanFactory, DataSourceFactory dataSourceFactory) DefaultUserAccessor
(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManagerInternal spacePermissionManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager, AvatarProviderAccessor avatarProviderAccessor, ResourceAccessor resourceAccessor, org.springframework.transaction.PlatformTransactionManager transactionManager, UserMentionsContentReindexer userMentionsContentReindexer, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SynchronizationManager synchronizationManager, UserVerificationTokenManager userVerificationTokenManager, BootstrapManager bootstrapManager) DefaultUserDetailsManager
(ContentPropertyManager contentPropertyManager, PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.user.actions
Modifier and TypeFieldDescriptionprotected PersonalInformationManager
AbstractUserProfileAction.personalInformationManager
Modifier and TypeMethodDescriptionfinal void
AbstractUserProfileAction.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) void
DeleteUserProfilePictureAction.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) void
EditUserAction.setPersonalInformationManager
(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.user.crowd
ModifierConstructorDescriptionUserIndexingListener
(PersonalInformationManager personalInformationManager, UserIndexingManagerInternal userIndexingManager, ConfluenceIndexer indexer) -
Uses of PersonalInformationManager in com.atlassian.confluence.user.listeners
ModifierConstructorDescriptionUserDirectoryListener
(ConfluenceUserDao confluenceUserDao, com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao, PersonalInformationManager personalInformationManager, com.atlassian.user.UserManager backingUserManager, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService)