Uses of Interface
com.atlassian.confluence.user.PersonalInformationManager
-
-
Uses of PersonalInformationManager in com.atlassian.confluence.content.render.xhtml.view.link
Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type PersonalInformationManager Constructor Description ViewLinkMarshallerFactoryImpl(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)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)ViewUserLinkMarshaller(UserAccessor userAccessor, XmlStreamWriterTemplate xmlStreamWriterTemplate, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> unresolvedLinkMarshaller, @Nullable StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller, PersonalInformationManager personalInformationManager, HrefEvaluator hrefEvaluator, SettingsManager settingsManager)Deprecated.since 7.16 -
Uses of PersonalInformationManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement PersonalInformationManager Modifier and Type Class Description classDefaultPersonalInformationManager -
Uses of PersonalInformationManager in com.atlassian.confluence.links
Methods in com.atlassian.confluence.links with parameters of type PersonalInformationManager Modifier and Type Method Description voidConfluenceLinkResolver. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.links.linktypes
Constructors in com.atlassian.confluence.links.linktypes with parameters of type PersonalInformationManager Constructor Description UserProfileLink(com.atlassian.renderer.links.GenericLinkParser parser, ConfluenceUserResolver userResolver, PersonalInformationManager personalInformationManager)UserProfileLink(com.atlassian.renderer.links.GenericLinkParser parser, UserAccessor userAccessor, PersonalInformationManager personalInformationManager)Deprecated.since 7.16 -
Uses of PersonalInformationManager in com.atlassian.confluence.plugin.descriptor.web.conditions.user
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions.user with parameters of type PersonalInformationManager Modifier and Type Method Description voidUserCanCreatePersonalSpaceCondition. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.plugins.labels.actions
Fields in com.atlassian.confluence.plugins.labels.actions declared as PersonalInformationManager Modifier and Type Field Description protected PersonalInformationManagerAbstractUserProfileAction. personalInformationManagerMethods in com.atlassian.confluence.plugins.labels.actions with parameters of type PersonalInformationManager Modifier and Type Method Description voidAbstractUserProfileAction. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.plugins.rest.dto
Constructors in com.atlassian.confluence.plugins.rest.dto with parameters of type PersonalInformationManager 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, SettingsManager settingsManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type PersonalInformationManager Modifier and Type Method Description voidSpacesSoapService. setPersonalInformationManager(PersonalInformationManager personalInformationManager)voidUsersSoapService. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.search.lucene.tasks
Constructors in com.atlassian.confluence.search.lucene.tasks with parameters of type PersonalInformationManager Constructor Description IndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<com.atlassian.bonnie.Searchable> documentBuilder, AtlassianDocumentBuilder<com.atlassian.bonnie.Searchable> changeDocumentBuilder, ContentEntityObjectDao<?> contentEntityObjectDao, AttachmentManager attachmentManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageDaoInternal pageDao)ReindexUsersInGroupChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactory indexTaskFactory, String groupName)ReindexUsersInGroupChangeIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, IndexTaskFactory indexTaskFactory, String groupName)Deprecated.since 7.17ReindexUsersInGroupContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, GroupResolver groupResolver, GroupMembershipAccessor groupMembershipAccessor, IndexTaskFactory indexTaskFactory, String groupName)ReindexUsersInGroupContentIndexTask(BatchOperationManager batchOperationManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, IndexTaskFactory indexTaskFactory, String groupName)Deprecated.since 7.17 -
Uses of PersonalInformationManager in com.atlassian.confluence.security
Constructors in com.atlassian.confluence.security with parameters of type PersonalInformationManager Constructor Description PermissionHelper(PermissionManager permissionManager, PersonalInformationManager personalInformationManager, PageManager pageManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as PersonalInformationManager Modifier and Type Field Description protected PersonalInformationManagerAbstractEditSpaceAction. personalInformationManagerMethods in com.atlassian.confluence.spaces.actions that return PersonalInformationManager Modifier and Type Method Description PersonalInformationManagerCreatePersonalSpaceAction. getPersonalInformationManager()Methods in com.atlassian.confluence.spaces.actions with parameters of type PersonalInformationManager Modifier and Type Method Description voidAbstractEditSpaceAction. setPersonalInformationManager(PersonalInformationManager personalInformationManager)voidCreatePersonalSpaceAction. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.spaces.listeners
Constructors in com.atlassian.confluence.spaces.listeners with parameters of type PersonalInformationManager Constructor Description CreatePersonalSpaceListener(FormatConverter formatConverter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, PageManager pageManager, SystemTemplateManager systemTemplateManager, com.atlassian.plugin.PluginAccessor pluginAccessor, XhtmlContent xhtmlContent, PersonalInformationManager personalInformationManager, UserAccessor userAccessor)RemovePersonalSpaceListener(PersonalInformationManager personalInformationManager, com.atlassian.bonnie.Indexer indexer, I18NBeanFactory i18NBeanFactory) -
Uses of PersonalInformationManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type PersonalInformationManager Modifier and Type Method Description voidFuncTestRpcHandlerImpl. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type PersonalInformationManager Constructor Description DefaultSignupManager(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, UserAccessor userAccessor, 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)Deprecated.since 7.17DefaultSignupManager(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, ContentEntityManager contentEntityManager, 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)DefaultUserDetailsManager(ContentPropertyManager contentPropertyManager, PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as PersonalInformationManager Modifier and Type Field Description protected PersonalInformationManagerAbstractUserProfileAction. personalInformationManagerMethods in com.atlassian.confluence.user.actions with parameters of type PersonalInformationManager Modifier and Type Method Description voidAbstractUserProfileAction. setPersonalInformationManager(PersonalInformationManager personalInformationManager)voidDeleteUserProfilePictureAction. setPersonalInformationManager(PersonalInformationManager personalInformationManager)voidEditUserAction. setPersonalInformationManager(PersonalInformationManager personalInformationManager) -
Uses of PersonalInformationManager in com.atlassian.confluence.user.crowd
Constructors in com.atlassian.confluence.user.crowd with parameters of type PersonalInformationManager Constructor Description UserIndexingListener(PersonalInformationManager personalInformationManager, UserIndexingManagerInternal userIndexingManager, ConfluenceIndexer indexer) -
Uses of PersonalInformationManager in com.atlassian.confluence.user.listeners
Constructors in com.atlassian.confluence.user.listeners with parameters of type PersonalInformationManager Constructor Description UserDirectoryListener(ConfluenceUserDao confluenceUserDao, com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao, PersonalInformationManager personalInformationManager, com.atlassian.user.UserManager backingUserManager, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService)
-