Uses of Interface
com.atlassian.confluence.user.PersonalInformationManager
-
-
Uses of PersonalInformationManager in com.atlassian.confluence.content.render.xhtml.view.link
-
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.internal.search.tasks
-
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) -
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, GlobalSettingsManager 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.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)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.0RemovePersonalSpaceListener(PersonalInformationManager personalInformationManager, 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, 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
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)
-