Uses of Interface
com.atlassian.confluence.user.ConfluenceUser
Packages that use ConfluenceUser
Package
Description
Subpackages of this package are exposed to the plugin whose key starting with com.atlassian or in the internal-bundles section of public-api,yaml
Confluence attachment events.
Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration
of bootstrapContext.xml.
Provides a Lucene-backed implementation of the
SearchManager.Confluence internal classes related to user management.
This package contains DTO (Data Transfer Objects) which are used by some REST resources in this plugin.
Provides an extensible, flexible search API.
-
Uses of ConfluenceUser in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ConfluenceUserModifier and TypeMethodDescriptionPersonFactory.buildFrom(ConfluenceUser hibernateObject, Expansions expansions) PersonFactory.forUser(ConfluenceUser user) PersonFactory.forUser(ConfluenceUser user, Expansions expansions) Construct the person object for a particular user.PersonFactory.fromUser(@NonNull ConfluenceUser user) PersonFactory.fromUser(@NonNull ConfluenceUser user, Expansions expansions) Constructs a User object for a particular user.Method parameters in com.atlassian.confluence.api.impl.service.content.factory with type arguments of type ConfluenceUserModifier and TypeMethodDescriptionContributorsFactory.buildFrom(List<ConfluenceUser> editContributors, Expansions expansions) HistoryFactory.buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory) -
Uses of ConfluenceUser in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type ConfluenceUserModifier and TypeMethodDescriptionSpacePermissionsValidator.validateViewSpacePermissionExistsForUser(Space entitySpace, Collection<SpacePermission> permissionsToAdd, ConfluenceUser user) Validates that Read Space permission exists for the given user. -
Uses of ConfluenceUser in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentCreator.validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass) DefaultContentCreator.validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass) Perform common validation checks for creation of content in a spaceContentCreator.validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity) DefaultContentCreator.validateUpdate(ConfluenceUser user, Content updatedContent, ContentEntityObject entity) Perform common validation checks for updating content -
Uses of ConfluenceUser in com.atlassian.confluence.content.render.xhtml.storage.link.user
Methods in com.atlassian.confluence.content.render.xhtml.storage.link.user that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionDefaultUserMentionsExtractor.extractMentionedUsers(XMLEventReader reader) Given a stream of storage format extracts all user links that are considered a 'mention'.UserMentionsExtractor.extractMentionedUsers(XMLEventReader reader) Given a stream of storage format extracts all user links that are considered a 'mention'. -
Uses of ConfluenceUser in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ConfluenceUserModifier and TypeMethodDescriptionprotected ConfluenceUserConfluenceActionSupport.getAuthenticatedUser()Return the user fromAuthenticatedUserThreadLocal.get().VersionHistorySummaryCollaborator.getCollaborator()ConfluenceEntityObject.getCreator()ContentPermissionSummary.getCreator()ConfluenceEntityObject.getLastModifier()VersionHistorySummary.getLastModifier()Deprecated.since 5.11.VersionHistorySummaryCollaborator.getLastModifier()ConfluenceActionSupport.getUserByName(String username) Returns user by name.Methods in com.atlassian.confluence.core that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionVersionHistorySummary.getContributors()Deprecated.since 6.4.0 useVersionHistorySummary.getContributorSet()VersionHistorySummary.getContributorSet()Methods in com.atlassian.confluence.core with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentPermissionManager.getPermissionSets(ConfluenceUser user, Space space) Retrieves the configured permissions regarding whether the specified user can view the pages inside a space.DefaultContentPermissionManager.getPermissionSets(ConfluenceUser user, Space space) ContentPermissionManager.getPermittedChildren(Page page, ConfluenceUser user) Returns a list ofPageobjects that are direct children of the passed in page.DefaultContentPermissionManager.getPermittedChildren(Page page, ConfluenceUser user) Returns a list ofPageobjects that are direct children of the passed in page.ContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions(Page page, ConfluenceUser user) Gets the list of child pages under the given page that are visible to the given user.DefaultContentPermissionManager.getPermittedChildrenIgnoreInheritedPermissions(Page page, ConfluenceUser user) DefaultContentPermissionManager.getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission) Check permissions for a collection of objects without checking permissions of ancestors and spaces.@NonNull IteratorContentEntityManager.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) Retrieve an iterator of recently modified entities, in order of most recent to last.booleanContentPermissionManager.hasContentLevelPermission(ConfluenceUser user, String permissionType, ContentEntityObject content) fetches the inherited and explicit content level permissions for this content object and determines whether the user has access.booleanDefaultContentPermissionManager.hasContentLevelPermission(ConfluenceUser user, String permissionType, ContentEntityObject contentEntityObject) DefaultContentPermissionManager.hasContentLevelPermission(ConfluenceUser user, String permissionType, Collection<Long> contentIds) booleanContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page, ConfluenceUser remoteUser) Does the given page have children visible to the given user.booleanDefaultContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page, ConfluenceUser user) booleanDefaultContentPermissionManager.hasVisibleChildren(Page page, ConfluenceUser user) Returns true if at least one child is visible This method does not check all children, it stops working when the first visible children is foundbooleanAbstractLabelableEntityObject.isFavourite(ConfluenceUser user) voidContentPermissionManager.removeAllUserPermissions(ConfluenceUser user) Remove all content permission associated with a given user.voidDefaultContentPermissionManager.removeAllUserPermissions(ConfluenceUser user) voidConfluenceEntityObject.setCreator(ConfluenceUser creator) voidConfluenceEntityObject.setLastModifier(ConfluenceUser lastModifier) VersionHistorySummary.Builder.withContributor(ConfluenceUser contributor) VersionHistorySummary.Builder.withLastModifier(ConfluenceUser lastModifier) Constructors in com.atlassian.confluence.core with parameters of type ConfluenceUserModifierConstructorDescriptionContentPermissionSummary(long id, Space space, ConfluenceUser creator) VersionHistorySummary(long contentId, int version, ConfluenceUser lastModifier, Date lastModifiedDate, String versionComment) Deprecated.since 6.4.0VersionHistorySummary(long contentId, int version, ConfluenceUser lastModifier, List<ConfluenceUser> contributors, Date lastModifiedDate, String versionComment) Deprecated.since 6.4.0VersionHistorySummaryCollaborator(long id, int version, Date lastModificationDate, String versionComment, ConfluenceUser lastModifier, ConfluenceUser collaborator) Constructor parameters in com.atlassian.confluence.core with type arguments of type ConfluenceUserModifierConstructorDescriptionVersionHistorySummary(long contentId, int version, ConfluenceUser lastModifier, List<ConfluenceUser> contributors, Date lastModifiedDate, String versionComment) Deprecated.since 6.4.0 -
Uses of ConfluenceUser in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptiondefault Set<ConfluenceUser>ContentEntityObjectDao.getAllModifiers(ContentEntityObject ceo) Deprecated.since 7.14 useContentEntityObjectDao.getAllModifiers(Collection)ContentEntityObjectDao.getAllModifiers(Collection<Long> contentIds) Get the Set of allConfluenceUserthat have modified (contributed) content.ContentEntityObjectDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions) Get version edit contributors for a set of content identifiers.Methods in com.atlassian.confluence.core.persistence with parameters of type ConfluenceUserModifier and TypeMethodDescriptiondefault List<ContentEntityObject>ContentEntityObjectDao.findDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) Retrieves the drafts for the givenUser, which contains unpublished changesContentEntityObjectDao.findUnpublishedContentWithUserContributions(ConfluenceUser user) Retrieves the drafts for the givenUser.ContentEntityObjectDao.getContentAuthoredByUser(ConfluenceUser user) ContentEntityObjectDao.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) ContentPermissionDao.getUserPermissions(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentPermissionHibernateDao.getUserPermissions(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.core.service
Constructors in com.atlassian.confluence.core.service with parameters of type ConfluenceUserModifierConstructorDescriptionRunAsUserCommand(ConfluenceUser userToRunAs, ServiceCommand delegate) -
Uses of ConfluenceUser in com.atlassian.confluence.dmz
Methods in com.atlassian.confluence.dmz with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentDraftManagerInternal.findAllDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) Retrieves the drafts for the givenUserContentDraftManagerInternal.findUnpublishedContentWithUserContributions(ConfluenceUser user) Retrieves the drafts for the givenUserIMPORTANT: this method doesn't return published shared drafts, only personal drafts and unpublished shared drafts -
Uses of ConfluenceUser in com.atlassian.confluence.dmz.spaces
Constructors in com.atlassian.confluence.dmz.spaces with parameters of type ConfluenceUserModifierConstructorDescriptionSpaceRemovalLongRunningTask(long spaceId, String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, SpaceService spaceService) SpaceRemovalLongRunningTask(String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n) Deprecated.since 9.1.0. -
Uses of ConfluenceUser in com.atlassian.confluence.dmz.user
Methods in com.atlassian.confluence.dmz.user that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserUserAccessorInternal.getExistingUserByPerson(Person person) Retrieve the corresponding ConfluenceUser (if any) for a Person, by username, or user keyMethods in com.atlassian.confluence.dmz.user that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionUserAccessorInternal.getExistingByApiUser(User user) Retrieve the corresponding ConfluenceUser (if any) for a user, by user key or usernamecom.atlassian.user.search.page.Pager<ConfluenceUser>UserAccessorInternal.searchUnsyncedUsers(String searchParam) Returns a list of all users for the given username search parameter that are unsynced: a user whose account has been disconnected from an external directory, i.e.Methods in com.atlassian.confluence.dmz.user with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanUserAccessorInternal.isCrowdManaged(ConfluenceUser user) Checks whether or not embedded Crowd manages/has knowledge of a given userbooleanUserAccessorInternal.isDeletedUser(ConfluenceUser user) Checks whether or not a user has been deleted from the applicationbooleanUserAccessorInternal.isUnsyncedUser(ConfluenceUser user) Checks whether or not a user is unsynced -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.content.attachment
Constructors in com.atlassian.confluence.event.events.content.attachment with parameters of type ConfluenceUserModifierConstructorDescriptionAttachmentTrashedEvent(Object source, Attachment attachment, @Nullable ConfluenceUser originatingUser, boolean suppressNotifications) Creates an attachment trashed eventGeneralAttachmentRestoreEvent(Object source, Attachment attachment, @Nullable ConfluenceUser originatingUser, boolean suppressNotifications) Creates an attachment restore eventHiddenAttachmentRestoreEvent(Object source, Attachment attachment, @Nullable ConfluenceUser originatingUser) Creates an attachment restore event -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.content.blogpost
Constructors in com.atlassian.confluence.event.events.content.blogpost with parameters of type ConfluenceUserModifierConstructorDescriptionBlogPostMovedEvent(Object src, @Nullable ConfluenceUser user, BlogPost blogPost, Space originalSpace, Space currentSpace) -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.content.page
Methods in com.atlassian.confluence.event.events.content.page that return ConfluenceUserConstructors in com.atlassian.confluence.event.events.content.page with parameters of type ConfluenceUserModifierConstructorDescriptionPageCopyEvent(Object source, Page origin, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications) -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.content.page.synchrony
Methods in com.atlassian.confluence.event.events.content.page.synchrony that return ConfluenceUserConstructors in com.atlassian.confluence.event.events.content.page.synchrony with parameters of type ConfluenceUserModifierConstructorDescriptionContentUpdatedEvent(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev, PageUpdateTrigger updateTrigger) SynchronyRecoveryEvent(ConfluenceUser user, @NonNull ContentId contentId, @NonNull String recoveryState) -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.content.pagehierarchy
Methods in com.atlassian.confluence.event.events.content.pagehierarchy that return types with arguments of type ConfluenceUserConstructors in com.atlassian.confluence.event.events.content.pagehierarchy with parameters of type ConfluenceUserModifierConstructorDescriptionAbstractCopyPageHierarchyEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications) Deprecated.AbstractCopyPageHierarchyEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize, boolean includeAttachments, boolean includeRestrictions, boolean includeLabels) AbstractPageHierarchyEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications) Deprecated.since 7.5, please useAbstractPageHierarchyEvent(Object, Page, ConfluenceUser, boolean, int)instead.AbstractPageHierarchyEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize) CopyPageHierarchyFinishEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications) Deprecated.CopyPageHierarchyFinishEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize, boolean includeAttachments, boolean includeRestrictions, boolean includeLabels) CopyPageHierarchyStartEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications) Deprecated.since 7.5, please useCopyPageHierarchyStartEvent(Object, Page, Page, ConfluenceUser, boolean, int, boolean, boolean, boolean)instead.CopyPageHierarchyStartEvent(Object source, Page root, Page destination, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize, boolean includeAttachments, boolean includeRestrictions, boolean includeLabels) DeletePageHierarchyFinishEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications) Deprecated.since 7.5, please useDeletePageHierarchyFinishEvent(Object, Page, ConfluenceUser, boolean, int)instead.DeletePageHierarchyFinishEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize) DeletePageHierarchyStartEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications) Deprecated.since 7.5, please useDeletePageHierarchyStartEvent(Object, Page, ConfluenceUser, boolean, int)instead.DeletePageHierarchyStartEvent(Object source, Page page, @Nullable ConfluenceUser initiator, boolean suppressNotifications, int hierarchySize) -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.follow
Methods in com.atlassian.confluence.event.events.follow that return ConfluenceUserConstructors in com.atlassian.confluence.event.events.follow with parameters of type ConfluenceUserModifierConstructorDescriptionFollowEvent(Object src, ConfluenceUser followee, ConfluenceUser follower) -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.permission
Methods in com.atlassian.confluence.event.events.permission that return ConfluenceUserConstructors in com.atlassian.confluence.event.events.permission with parameters of type ConfluenceUserModifierConstructorDescriptionSpacePermissionsRemoveForUserEvent(Object src, ConfluenceUser user, List<SpacePermission> permissions) -
Uses of ConfluenceUser in com.atlassian.confluence.event.events.security
Methods in com.atlassian.confluence.event.events.security that return ConfluenceUserConstructors in com.atlassian.confluence.event.events.security with parameters of type ConfluenceUserModifierConstructorDescriptionForgotPasswordEvent(ConfluenceUser user, String resetPasswordLink, String changePasswordRequestLink) -
Uses of ConfluenceUser in com.atlassian.confluence.follow
Methods in com.atlassian.confluence.follow that return ConfluenceUserMethods in com.atlassian.confluence.follow with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanDefaultFollowManager.UserCanUseConfluencePredicate.apply(@Nullable ConfluenceUser user) Deprecated.voidDefaultFollowManager.followUser(ConfluenceUser follower, ConfluenceUser followee) voidFollowManager.followUser(ConfluenceUser follower, ConfluenceUser followee) Sets the follower to follow the specified user.<T> Paginated<T>DefaultFollowManager.getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) <T> Paginated<T>DefaultFollowManager.getFollowing(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) booleanDefaultFollowManager.CanUserUseConfluence.test(@Nullable ConfluenceUser user) Method parameters in com.atlassian.confluence.follow with type arguments of type ConfluenceUserModifier and TypeMethodDescription<T> Paginated<T>DefaultFollowManager.getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) <T> Paginated<T>DefaultFollowManager.getFollowing(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) Constructors in com.atlassian.confluence.follow with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.follow.persistence.dao
Methods in com.atlassian.confluence.follow.persistence.dao that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionConnectionDao.getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingConnectionDao.getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified userMethods in com.atlassian.confluence.follow.persistence.dao with parameters of type ConfluenceUserModifier and TypeMethodDescriptionConnectionDao.getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingConnectionDao.getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified userMethod parameters in com.atlassian.confluence.follow.persistence.dao with type arguments of type ConfluenceUserModifier and TypeMethodDescriptionConnectionDao.getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingConnectionDao.getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified user -
Uses of ConfluenceUser in com.atlassian.confluence.follow.persistence.dao.hibernate
Methods in com.atlassian.confluence.follow.persistence.dao.hibernate that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionHibernateConnectionDao.getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingHibernateConnectionDao.getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified userMethods in com.atlassian.confluence.follow.persistence.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionHibernateConnectionDao.getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingHibernateConnectionDao.getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified userMethod parameters in com.atlassian.confluence.follow.persistence.dao.hibernate with type arguments of type ConfluenceUserModifier and TypeMethodDescriptionHibernateConnectionDao.getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of usernames for the users that the specified user is followingHibernateConnectionDao.getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate) Returns a list of users that are followers of the specified user -
Uses of ConfluenceUser in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit with parameters of type ConfluenceUserModifier and TypeMethodDescription@Nullable StringAuditHelper.fetchUserFullName(@Nullable ConfluenceUser user) @Nullable StringAuditHelper.fetchUserKey(@Nullable ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.audit.impl
Methods in com.atlassian.confluence.impl.audit.impl with parameters of type ConfluenceUserModifier and TypeMethodDescription@Nullable StringDefaultAuditHelper.fetchUserFullName(@Nullable ConfluenceUser user) @Nullable StringDefaultAuditHelper.fetchUserKey(@Nullable ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDefaultContentEntityManager.findAllDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) DefaultContentEntityManager.findUnpublishedContentWithUserContributions(ConfluenceUser user) intDefaultPageManager.getAuthoredPagesCountByUser(ConfluenceUser user) DefaultCommentManager.getPageComments(long pageId, Date since, ConfluenceUser ignoreUser) @NonNull IteratorDefaultContentEntityManager.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) voidDefaultPersonalInformationManager.removePersonalInformation(@Nullable ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.contributors
Methods in com.atlassian.confluence.impl.contributors that return ConfluenceUserConstructors in com.atlassian.confluence.impl.contributors with parameters of type ConfluenceUserModifierConstructorDescriptionVersionContributorSummary(long contentId, ConfluenceUser contributor) VersionContributorSummary(Long originalVersionId, Long contentId, ConfluenceUser contributor) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.homepage
Methods in com.atlassian.confluence.impl.homepage with parameters of type ConfluenceUserModifier and TypeMethodDescription@NonNull HomepageHomepageService.getHomepage(@Nullable ConfluenceUser user) Determines which type of homepage the current user should receive. -
Uses of ConfluenceUser in com.atlassian.confluence.impl.mail.notification.persistence
Methods in com.atlassian.confluence.impl.mail.notification.persistence with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanCachingNotificationDao.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.pages.actions
Methods in com.atlassian.confluence.impl.pages.actions with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidCommentAwareHelper.configureCommentAware(CommentAware commentAware, CommentAwareHelper.ParameterSource parameterSource, ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.retention.manager
Methods in com.atlassian.confluence.impl.retention.manager with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanDefaultRetentionPolicyPermissionManager.canEditGlobalPolicy(@Nullable ConfluenceUser user) booleanDefaultRetentionPolicyPermissionManager.canEditSpacePolicy(@Nullable ConfluenceUser user, Space space) booleanDefaultRetentionPolicyPermissionManager.canViewGlobalPolicy(@Nullable ConfluenceUser user) booleanDefaultRetentionPolicyPermissionManager.canViewSpacePolicy(@Nullable ConfluenceUser user, Space space) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.search.v2
Methods in com.atlassian.confluence.impl.search.v2 that return ConfluenceUserMethods in com.atlassian.confluence.impl.search.v2 with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDefaultContentPermissionsQueryFactory.create(@Nullable ConfluenceUser user) DefaultSpacePermissionQueryFactory.create(@Nullable ConfluenceUser user) SpacePermissionFilteredQueryFactory.create(@Nullable ConfluenceUser user) Deprecated.DefaultContentPermissionCalculator.getEncodedUserKey(ConfluenceUser user) Constructors in com.atlassian.confluence.impl.search.v2 with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ConfluenceUserModifier and TypeMethodDescriptionstatic StringContentPermissionSearchUtils.getEncodedUserKey(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type ConfluenceUserModifier and TypeMethodDescriptionprotected List<SpacePermission>DefaultSpacePermissionManager.getAllPermissionsForUser(ConfluenceUser user) CoarseGrainedCachingSpacePermissionManager.getPermissionsForUser(ConfluenceUser user, Space space) DefaultSpacePermissionManager.getPermissionsForUser(ConfluenceUser user, Space space) final booleanAbstractSpacePermissionManager.hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user) final booleanAbstractSpacePermissionManager.hasGlobalPermissionViaGroups(@NonNull ConfluenceUser user, String permissionType) Used byDefaultConfluenceAccessManagervia an awkward circular dependency: hence this method must NOT call ConfluenceAccessManager.final booleanAbstractSpacePermissionManager.hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) final booleanAbstractSpacePermissionManager.hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space) booleanAbstractSpacePermissionManager.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) booleanCachingSpacePermissionManager.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) voidCoarseGrainedCachingSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) Deprecated.since 5.9.voidCoarseGrainedCachingSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context) voidDefaultSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) voidDefaultSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context) voidCoarseGrainedCachingSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType) Deprecated.since 5.9.voidCoarseGrainedCachingSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context) voidDefaultSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType) voidDefaultSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.security.access
Methods in com.atlassian.confluence.impl.security.access with parameters of type ConfluenceUserModifier and TypeMethodDescriptionCollection<Class<? extends Annotation>>UserAccessChecker.getPermittedAnnotations(ConfluenceUser loginUser) This method will return a list of annotation which match with current user access levelbooleanUserAccessChecker.isAccessPermitted(Class<? extends Annotation> checkedAnnotation, ConfluenceUser loginUser) Checking if login use is allow for a particular Annotation -
Uses of ConfluenceUser in com.atlassian.confluence.impl.security.administrators
Methods in com.atlassian.confluence.impl.security.administrators with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanEditGlobalPermissionsAdministrator.canSetPermissionOnUser(String permission, ConfluenceUser user) Returns whether the remote user can set the required permission for the user (used by velocity)EditGlobalPermissionsAdministrator.createUserGuardPermission(String guardPermission, ConfluenceUser user) Creates the relevant guard permission for the userEditSpacePermissionsAdministrator.createUserGuardPermission(String guardPermission, ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.security.query
Methods in com.atlassian.confluence.impl.security.query that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserSpacePermissionQueryBuilder.getUser()Returns the user this query builder was constructed for.@Nullable ConfluenceUserSpacePermissionQueryBuilderImpl.getUser()Methods in com.atlassian.confluence.impl.security.query with parameters of type ConfluenceUserModifier and TypeMethodDescriptionio.atlassian.fugue.Either<AccessDenied,SpacePermissionQueryBuilder> DefaultSpacePermissionQueryManager.createSpacePermissionQueryBuilder(@Nullable ConfluenceUser user, @NonNull String permissionType) io.atlassian.fugue.Either<AccessDenied,SpacePermissionQueryBuilder> SpacePermissionQueryManager.createSpacePermissionQueryBuilder(@Nullable ConfluenceUser user, @NonNull String permissionType) Constructs aSpacePermissionQueryBuilderfor use by DAO's to construct database queries, without having to reach out to the manager level to determine which categories of permission apply for the current user. -
Uses of ConfluenceUser in com.atlassian.confluence.impl.security.recovery
Methods in com.atlassian.confluence.impl.security.recovery with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanRecoveryAwareCachingSpacePermissionManager.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) booleanRecoveryAwareCGCachingSpacePermissionManager.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.user.persistence.dao
Methods in com.atlassian.confluence.impl.user.persistence.dao that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserCachingConfluenceUserDao.findByKey(@Nullable com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserCachingConfluenceUserDao.findByUsername(@Nullable String username) CachingConfluenceUserDao.rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting) Methods in com.atlassian.confluence.impl.user.persistence.dao that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionMap<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>> CachingConfluenceUserDao.findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys) CachingConfluenceUserDao.findConfluenceUsersByLowerNames(Iterable<String> lowerNames) CachingConfluenceUserDao.getAll()CachingConfluenceUserDao.searchUnsyncedUsers(String searchParam) Methods in com.atlassian.confluence.impl.user.persistence.dao with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidCachingConfluenceUserDao.create(ConfluenceUser user) ReadThroughCachingPersonalInformationDao.getAllByUser(ConfluenceUser user) ReadThroughCachingPersonalInformationDao.getByUser(ConfluenceUser user) booleanCachingConfluenceUserDao.isDeletedUser(ConfluenceUser user) booleanCachingConfluenceUserDao.isUnsyncedUser(ConfluenceUser user) voidCachingConfluenceUserDao.remove(ConfluenceUser user) CachingConfluenceUserDao.rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting) voidCachingConfluenceUserDao.update(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.webapp.security
Methods in com.atlassian.confluence.impl.webapp.security with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidSecurityEnforcer.enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Enforcement action that should be taken whenSecurityEnforcer.shouldEnforce(com.atlassian.confluence.user.ConfluenceUser, com.atlassian.confluence.dmz.struts.MappedAction, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)returnstrue.booleanSecurityEnforcer.shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of ConfluenceUser in com.atlassian.confluence.impl.webapp.security.enforcer
Methods in com.atlassian.confluence.impl.webapp.security.enforcer with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidAccessEnforcer.enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidParameterEnforcer.enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidWebSudoEnforcer.enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidXsrfTokenEnforcer.enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanAnnotatedAccessEnforcer.shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanParameterEnforcer.shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Whilst Tomcat already decodes request parameters, there is potential for bad product code to re-decode them.booleanWebSudoEnforcer.shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanXsrfTokenEnforcer.shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of ConfluenceUser in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return ConfluenceUserModifier and TypeMethodDescriptionDefaultImportContext.getUser()Deprecated.ImportContext.getUser()Deprecated.Constructors in com.atlassian.confluence.importexport with parameters of type ConfluenceUserModifierConstructorDescriptionDefaultImportContext(String workingFile, ExportDescriptor exportDescriptor, ConfluenceUser importer) Deprecated.DefaultImportContext(String workingFile, ConfluenceUser importer) Deprecated.DefaultImportContext(URL workingURL, ConfluenceUser importer) Deprecated. -
Uses of ConfluenceUser in com.atlassian.confluence.importexport.actions
Constructors in com.atlassian.confluence.importexport.actions with parameters of type ConfluenceUserModifierConstructorDescriptionExportSpaceLongRunningTask(ConfluenceUser remoteUser, String contextPath, ExportContext exportContext, Set<Long> contentToBeExported, Set<Long> contentToBeExcluded, GateKeeper gateKeeper, ImportExportManager importExportManager, PermissionManager permissionManager, SpaceManager spaceManager, String spaceKey, String type, String contentOption) Deprecated. -
Uses of ConfluenceUser in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return ConfluenceUserMethods in com.atlassian.confluence.index.status with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentPermissionManagerInternal.getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission) Check permissions for a collection of objects without checking permissions of ancestors and spaces.ContentPermissionManagerInternal.hasContentLevelPermission(ConfluenceUser user, String permissionType, Collection<Long> contentIds) Check permission for a collection of content at once.booleanContentPermissionManagerInternal.hasVisibleChildren(Page page, ConfluenceUser user) Returns true if at least one child is visible This method does not check all children, it stops working when the first visible children is found -
Uses of ConfluenceUser in com.atlassian.confluence.internal.follow
Methods in com.atlassian.confluence.internal.follow with parameters of type ConfluenceUserModifier and TypeMethodDescription<T> Paginated<T>FollowManagerInternal.getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) Deprecated.Constructs a new Paginated response containing the followers of specified user, limited and converted by the given PaginationQuery.<T> Paginated<T>FollowManagerInternal.getFollowing(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) Deprecated.Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery.Method parameters in com.atlassian.confluence.internal.follow with type arguments of type ConfluenceUserModifier and TypeMethodDescription<T> Paginated<T>FollowManagerInternal.getFollowers(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) Deprecated.Constructs a new Paginated response containing the followers of specified user, limited and converted by the given PaginationQuery.<T> Paginated<T>FollowManagerInternal.getFollowing(ConfluenceUser user, PaginationQuery<ConfluenceUser, T> query) Deprecated.Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery. -
Uses of ConfluenceUser in com.atlassian.confluence.internal.longrunning
Methods in com.atlassian.confluence.internal.longrunning with parameters of type ConfluenceUserModifier and TypeMethodDescriptionMap<LongRunningTaskId,com.atlassian.core.task.longrunning.LongRunningTask> LongRunningTaskManagerInternal.getAllTasks(@Nullable ConfluenceUser asUser) Get all currently-tracked tasks that the specified user can see. -
Uses of ConfluenceUser in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDelegatingNotificationDaoInternal.findDailyReportNotification(ConfluenceUser user) booleanDelegatingNotificationDaoInternal.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) -
Uses of ConfluenceUser in com.atlassian.confluence.internal.persistence.hibernate
Methods in com.atlassian.confluence.internal.persistence.hibernate that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.getAllModifiers(Collection<Long> contentIds) ContentEntityObjectHibernateDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions) Methods in com.atlassian.confluence.internal.persistence.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentEntityObjectHibernateDao.findDraftsWithUnpublishedChangesForUser(ConfluenceUser creator) ContentEntityObjectHibernateDao.findUnpublishedContentWithUserContributions(ConfluenceUser user) ContentEntityObjectHibernateDao.getContentAuthoredByUser(ConfluenceUser user) ContentEntityObjectHibernateDao.getRecentlyModifiedEntitiesForUser(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.internal.relations.dao.hibernate
Methods in com.atlassian.confluence.internal.relations.dao.hibernate that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionprotected RelationEntity<ConfluenceUser,ContentEntityObject> User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @NonNull List<ConfluenceUser>User2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request, int start, int limit) @NonNull List<ConfluenceUser>User2UserHibernateRelationDao.getSources(RelationQuery<ConfluenceUser> request, int start, int limit) @NonNull List<ConfluenceUser>User2UserHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request, int start, int limit) Methods in com.atlassian.confluence.internal.relations.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionprotected RelationEntity<ConfluenceUser,ContentEntityObject> User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @Nullable User2ContentRelationEntityUser2ContentHibernateRelationDao.getRelationEntity(ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @Nullable User2UserRelationEntityUser2UserHibernateRelationDao.getRelationEntity(ConfluenceUser source, ConfluenceUser target, RelationDescriptor<?, ?> relationDescriptor) intUser2ContentHibernateRelationDao.getRelationsCount(ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) intUser2UserHibernateRelationDao.getRelationsCount(ConfluenceUser source, ConfluenceUser target, RelationDescriptor<?, ?> relationDescriptor) protected User2ContentRelationEntityUser2ContentHibernateRelationDao.newRelationEntity(ConfluenceUser source, ContentEntityObject target) protected User2UserRelationEntityUser2UserHibernateRelationDao.newRelationEntity(ConfluenceUser source, ConfluenceUser target) Method parameters in com.atlassian.confluence.internal.relations.dao.hibernate with type arguments of type ConfluenceUserModifier and TypeMethodDescriptionprotected RelationEntity<ConfluenceUser,ContentEntityObject> User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser, ContentEntityObject> relationEntity, ConfluenceUser source, ContentEntityObject target, RelationDescriptor<?, ?> relationDescriptor) @NonNull List<ConfluenceUser>User2UserHibernateRelationDao.getSources(RelationQuery<ConfluenceUser> request, int start, int limit) intUser2UserHibernateRelationDao.getSourcesCount(RelationQuery<ConfluenceUser> request) @NonNull List<ContentEntityObject>User2ContentHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request, int start, int limit) @NonNull List<ConfluenceUser>User2UserHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request, int start, int limit) intUser2ContentHibernateRelationDao.getTargetsCount(RelationQuery<ConfluenceUser> request) intUser2UserHibernateRelationDao.getTargetsCount(RelationQuery<ConfluenceUser> request) -
Uses of ConfluenceUser in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type ConfluenceUserModifier and TypeMethodDescriptionSpacePickerHelper.getAvailableGlobalSpaces(ConfluenceUser user) Deprecated.Gets a list of current (non-archived) global space keys and names, not including any of the user's favourite spaces. -
Uses of ConfluenceUser in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene that return ConfluenceUserModifier and TypeMethodDescriptionDeprecated.Constructor parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type ConfluenceUserModifierConstructorDescriptionLuceneSearchResult(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Function<String, ConfluenceUser> userLookup) Constructor to create a search result directly from a Lucene documentLuceneSearchResult(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation, Function<String, ConfluenceUser> userLookup) -
Uses of ConfluenceUser in com.atlassian.confluence.internal.security
Methods in com.atlassian.confluence.internal.security with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidSpacePermissionManagerInternal.removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context) Removes all permissions for the given user.voidSpacePermissionManagerInternal.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context) Removes global permission of specified type that is directly associated with a user. -
Uses of ConfluenceUser in com.atlassian.confluence.internal.user
Classes in com.atlassian.confluence.internal.user that implement ConfluenceUserModifier and TypeClassDescriptionclassAConfluenceUserimplementation based on aUserKeyobject, and which looks up the "real"ConfluenceUserlazily as necessary to fulfil the method contract.Methods in com.atlassian.confluence.internal.user that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptioncom.atlassian.fugue.Pair<List<String>,PageResponse<ConfluenceUser>> UserSearchServiceInternal.doMemberOfGroupsSearch(PageRequest pageRequest, GroupSearchRequest searchRequest) com.atlassian.fugue.Pair<List<String>,PageResponse<ConfluenceUser>> UserSearchServiceInternalImpl.doMemberOfGroupsSearch(PageRequest pageRequest, GroupSearchRequest searchRequest) UserSearchServiceInternal.doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest) UserSearchServiceInternalImpl.doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest) -
Uses of ConfluenceUser in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserLabel.getOwnerUser()Labelling.getOwningUser()Methods in com.atlassian.confluence.labels with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanLabelable.isFavourite(ConfluenceUser user) Is this object marked as somebody's favourite?booleanPermittedLabelView.isFavourite(ConfluenceUser user) ParsedLabelName.toLabel(@Nullable ConfluenceUser user) Creates a personal, team or global Label object from the parsed name with the given owner.Constructors in com.atlassian.confluence.labels with parameters of type ConfluenceUserModifierConstructorDescriptionLabel(String name, Namespace namespace, @Nullable ConfluenceUser owner) Label(String name, String namespace, ConfluenceUser owner) Labelling(Label label, EditableLabelable labelable, ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return ConfluenceUserMethods in com.atlassian.confluence.like with parameters of type ConfluenceUserConstructors in com.atlassian.confluence.like with parameters of type ConfluenceUserModifierConstructorDescriptionLikeEntity(ContentEntityObject content, ConfluenceUser user, Date creationDate) -
Uses of ConfluenceUser in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return ConfluenceUserMethods in com.atlassian.confluence.mail.notification with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDefaultNotificationManager.addDailyReportNotification(ConfluenceUser user) NotificationManager.addDailyReportNotification(ConfluenceUser user) final voidDefaultNotificationsSender.sendNotification(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext) voidDefaultNotificationManager.setNetworkNotificationForUser(ConfluenceUser user, boolean watchingNetwork) voidNotificationManager.setNetworkNotificationForUser(ConfluenceUser user, boolean watchingNetwork) voidNotification.setReceiver(ConfluenceUser receiver) voidDefaultNotificationManager.setSiteBlogNotificationForUser(ConfluenceUser user, boolean globalBlogWatchForUser) voidNotificationManager.setSiteBlogNotificationForUser(ConfluenceUser user, boolean globalBlogWatchForUser) -
Uses of ConfluenceUser in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type ConfluenceUserModifier and TypeMethodDescriptionNotificationData.cloneContextForRecipient(ConfluenceUser recipient) Returns a copy of the common context for this Notification that can be used to populate a single email for the specified recipient. -
Uses of ConfluenceUser in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type ConfluenceUserModifier and TypeMethodDescriptionNotificationDao.findDailyReportNotification(ConfluenceUser user) Find the specified user's daily report notification.booleanNotificationDao.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) Returns true if the given user is directly watching the given content. -
Uses of ConfluenceUser in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionHibernateNotificationDao.findDailyReportNotification(ConfluenceUser user) booleanHibernateNotificationDao.isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content) -
Uses of ConfluenceUser in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return ConfluenceUserModifier and TypeMethodDescriptionReadOnlyAttachment.getCreator()Deprecated, for removal: This API element is subject to removal in a future version.ReadOnlyAttachment.getLastModifier()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.atlassian.confluence.pages with parameters of type ConfluenceUserModifier and TypeMethodDescriptionintPageManager.getAuthoredPagesCountByUser(@Nullable ConfluenceUser user) Get the number of pages that have been created by a particular userCommentManager.getPageComments(long pageId, Date since, ConfluenceUser ignoreUser) The service get all page comments (page level comments and inline comments) from a particular date except for comments by the given user.booleanReadOnlyAttachment.isFavourite(ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.voidReadOnlyAttachment.setCreator(ConfluenceUser creator) Deprecated, for removal: This API element is subject to removal in a future version.voidReadOnlyAttachment.setLastModifier(ConfluenceUser lastModifier) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfluenceUser in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConfluenceUserModifier and TypeMethodDescriptionAbstractEditPageAction.getLastConflictingUser()Return the user who made the most recent conflicting change.Constructors in com.atlassian.confluence.pages.actions with parameters of type ConfluenceUserModifierConstructorDescriptionPagePermissionsActionHelper(ConfluenceUser currentAuthenticatedUser, UserAccessor userAccessor) -
Uses of ConfluenceUser in com.atlassian.confluence.pages.actions.beans
Methods in com.atlassian.confluence.pages.actions.beans with parameters of type ConfluenceUserModifier and TypeMethodDescriptionAvailableSpaces.getAvailableSpaces(Space currentSpace, ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type ConfluenceUserModifier and TypeMethodDescriptionintPageDao.getAuthoredPagesCountByUser(ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.CommentDao.getContainerComments(long containerId, Date since, ConfluenceUser ignoreUser) Get the comments that have been added or updated since a specific time but not by a userDraftDao.getDraft(String pageId, ConfluenceUser owner, String type, String spaceKey) Finds and returns a draft object with all the specified properties or null if none is found.SessionDraftDao.getDraft(String pageId, ConfluenceUser owner, String type, String spaceKey) -
Uses of ConfluenceUser in com.atlassian.confluence.pages.persistence.dao.bulk
Fields in com.atlassian.confluence.pages.persistence.dao.bulk declared as ConfluenceUserMethods in com.atlassian.confluence.pages.persistence.dao.bulk that return ConfluenceUserMethods in com.atlassian.confluence.pages.persistence.dao.bulk with parameters of type ConfluenceUserConstructors in com.atlassian.confluence.pages.persistence.dao.bulk with parameters of type ConfluenceUserModifierConstructorDescriptionprotectedDefaultBulkOptions(int maxProcessedEntries, int batchSize, ConfluenceUser user, com.atlassian.core.util.ProgressMeter progressMeter) -
Uses of ConfluenceUser in com.atlassian.confluence.pages.persistence.dao.bulk.delete
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.delete that return ConfluenceUserConstructors in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type ConfluenceUserModifierConstructorDescriptionBulkPageDeleteExecutionContext(com.atlassian.core.util.ProgressMeter progressMeter, ConfluenceUser user, Page targetParent) -
Uses of ConfluenceUser in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionintHibernatePageDao.getAuthoredPagesCountByUser(ConfluenceUser user) HibernateCommentDao.getContainerComments(long containerId, Date since, ConfluenceUser ignoreUser) HibernateDraftDao.getDraft(String pageId, ConfluenceUser creator, String draftType, String spaceKey) HibernatePageDao.getRecentlyAuthoredPagesByUser(ConfluenceUser user, int maxCount) -
Uses of ConfluenceUser in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserDefaultWebInterfaceContext.getCurrentUser()@Nullable ConfluenceUserWebInterfaceContext.getCurrentUser()@Nullable ConfluenceUserDefaultWebInterfaceContext.getTargetedUser()@Nullable ConfluenceUserWebInterfaceContext.getTargetedUser()Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidDefaultWebInterfaceContext.setCurrentUser(@Nullable ConfluenceUser user) Set the current user on the contextvoidDefaultWebInterfaceContext.setTargetedUser(@Nullable ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanJsonPropertyPermissionDelegate.canAdminister(ConfluenceUser user, Object target) booleanJsonPropertyPermissionDelegate.canCreate(ConfluenceUser user, Object container) booleanJsonPropertyPermissionDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanJsonPropertyPermissionDelegate.canEdit(ConfluenceUser user, Object target) booleanJsonPropertyPermissionDelegate.canExport(ConfluenceUser user, Object target) booleanJsonPropertyPermissionDelegate.canRemove(ConfluenceUser user, Object target) booleanJsonPropertyPermissionDelegate.canSetPermissions(ConfluenceUser user, Object target) booleanJsonPropertyPermissionDelegate.canView(ConfluenceUser user) booleanJsonPropertyPermissionDelegate.canView(ConfluenceUser user, Object target) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDefaultEdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, Date likeDate) EdgeFactory.getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, Date likeDate) Creates a new instance of an edge which represents a user liking content. -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.edgeindex.edge
Methods in com.atlassian.confluence.plugins.edgeindex.edge with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanDefaultEdgeTypePermissionDelegate.canView(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.edgeindex.model
Methods in com.atlassian.confluence.plugins.edgeindex.model that return ConfluenceUserModifier and TypeMethodDescriptionDefaultEdge.getUser()Edge.getUser()The user who created the edge.Methods in com.atlassian.confluence.plugins.edgeindex.model with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanEdgeType.EdgeTypePermissionDelegate.canView(ConfluenceUser user) Constructors in com.atlassian.confluence.plugins.edgeindex.model with parameters of type ConfluenceUserModifierConstructorDescriptionDefaultEdge(ConfluenceUser user, EdgeType edgeType, Object target, Date date, @NonNull Object edgeId) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type ConfluenceUserModifierConstructorDescriptionLikesResponse(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, ContentEntityObject content, ConfluenceUser currentUser, com.google.common.base.Supplier<Set<String>> followeeUsernames) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.like.notifications
Methods in com.atlassian.confluence.plugins.like.notifications that return ConfluenceUserConstructors in com.atlassian.confluence.plugins.like.notifications with parameters of type ConfluenceUserModifierConstructorDescriptionLikeNotification(ConfluenceUser recipient, com.atlassian.user.User liker, com.atlassian.user.User author, ContentEntityObject contentEntity, com.atlassian.plugin.notifications.spi.UserRole role) Construct a like notification -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidGlobalEntitiesContextProvider.injectSpaceTabContext(ConfluenceUser user, Map<String, Object> context) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that return types with arguments of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.rest.jackson2.dto
Methods in com.atlassian.confluence.plugins.rest.jackson2.dto with parameters of type ConfluenceUserModifier and TypeMethodDescriptionUserDtoFactory.getUserDto(@Nullable ConfluenceUser user) UserDtoFactoryImpl.getUserDto(@Nullable ConfluenceUser targetUser) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.rest.jackson2.filter
Methods in com.atlassian.confluence.plugins.rest.jackson2.filter with parameters of type ConfluenceUserModifier and TypeMethodDescriptionprotected booleanCanUseFilter.canUseConfluenceCheck(ConfluenceUser remoteUser) protected booleanCanUseWithAnyConfluenceAccessFilter.canUseConfluenceCheck(ConfluenceUser remoteUser) -
Uses of ConfluenceUser in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.retention
Methods in com.atlassian.confluence.retention with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanRetentionPolicyPermissionManager.canEditGlobalPolicy(@Nullable ConfluenceUser user) booleanRetentionPolicyPermissionManager.canEditSpacePolicy(@Nullable ConfluenceUser user, Space space) booleanRetentionPolicyPermissionManager.canViewGlobalPolicy(@Nullable ConfluenceUser user) booleanRetentionPolicyPermissionManager.canViewSpacePolicy(@Nullable ConfluenceUser user, Space space) -
Uses of ConfluenceUser in com.atlassian.confluence.rpc.auth
Methods in com.atlassian.confluence.rpc.auth that return ConfluenceUserModifier and TypeMethodDescriptionprotected ConfluenceUserTokenAuthenticationInvocationHandler.getAuthenticatedUser(String token) Determines which user is performing the request.TokenAuthenticationManager.makeAnonymousConfluenceUser()Returns the anonymous userTokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(String token) Retrieves the user for a particular tokenMethods in com.atlassian.confluence.rpc.auth with parameters of type ConfluenceUserModifier and TypeMethodDescriptionprotected ObjectTokenAuthenticationInvocationHandler.invokeAuthenticatedMethod(ConfluenceUser user, Method method, Object[] args) Sets the authenticated user to the provided user before calling the method and restores the original user afterwards. -
Uses of ConfluenceUser in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return ConfluenceUserMethods in com.atlassian.confluence.rpc.soap.services with parameters of type ConfluenceUserModifier and TypeMethodDescriptionprotected voidSpacesSoapService.verifyPersonalSpaceCreation(ConfluenceUser user) Deprecated.since 4.2.7 will be removed in a future release -
Uses of ConfluenceUser in com.atlassian.confluence.rss.actions
Methods in com.atlassian.confluence.rss.actions that return ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return ConfluenceUserModifier and TypeMethodDescriptionSearchResult.getCreatorUser()Returns the creator of this result.SearchResult.getLastModifierUser()Returns the last modifier of this result. -
Uses of ConfluenceUser in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return ConfluenceUserMethods in com.atlassian.confluence.search.service that return types with arguments of type ConfluenceUserMethods in com.atlassian.confluence.search.service with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidSearchQueryParameters.setContributor(ConfluenceUser contributor) Limits results to ones where the given user has been a contributorConstructor parameters in com.atlassian.confluence.search.service with type arguments of type ConfluenceUserModifierConstructorDescriptionRecentUpdateQueryParameters(Set<ConfluenceUser> followingUsers, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes) -
Uses of ConfluenceUser in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return ConfluenceUserModifier and TypeMethodDescriptionAbstractSearchResult.getCreatorUser()ProjectedSearchResult.getCreatorUser()SearchResult.getCreatorUser()Gets the person who created the entity represented by the search result.AbstractSearchResult.getLastModifierUser()ProjectedSearchResult.getLastModifierUser()SearchResult.getLastModifierUser()Gets the last person to modify the entity represented by the search result.protected ConfluenceUserAbstractSearchResult.getUserResult(String fieldName) Attempts to resolve the contents of the given field as aConfluenceUser.Methods in com.atlassian.confluence.search.v2 with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentPermissionsQueryFactory.create(@Nullable ConfluenceUser user) SpacePermissionQueryFactory.create(@Nullable ConfluenceUser user) ContentPermissionCalculator.getEncodedUserKey(ConfluenceUser user) Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query with parameters of type ConfluenceUserModifier and TypeMethodDescriptionContentPermissionsQuery.Builder.user(@Nullable ConfluenceUser user) Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type ConfluenceUserModifierConstructorDescriptionLastModifierUserQuery(Set<ConfluenceUser> lastModifiers) Construct a search query for the last modifiers list -
Uses of ConfluenceUser in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security that return ConfluenceUserModifier and TypeMethodDescriptionContentPermission.getUserSubject()WhenContentPermission.isUserPermission()is true, returns the user who is explicitly permitted by this permission.@Nullable ConfluenceUserSpacePermission.getUserSubject()Methods in com.atlassian.confluence.security with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanNoPermissionDelegate.canAdminister(ConfluenceUser user, T target) booleanPermissionDelegate.canAdminister(ConfluenceUser user, TARGET target) booleanNoPermissionDelegate.canCreate(ConfluenceUser user, Object container) booleanPermissionDelegate.canCreate(ConfluenceUser user, Object container) booleanNoPermissionDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanPermissionDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanNoPermissionDelegate.canEdit(ConfluenceUser user, T target) booleanPermissionDelegate.canEdit(ConfluenceUser user, TARGET target) booleanNoPermissionDelegate.canExport(ConfluenceUser user, T target) booleanPermissionDelegate.canExport(ConfluenceUser user, TARGET target) default booleanPermissionDelegate.canMove(ConfluenceUser user, TARGET source, Object target, String movePoint) booleanNoPermissionDelegate.canRemove(ConfluenceUser user, T target) booleanPermissionDelegate.canRemove(ConfluenceUser user, TARGET target) default booleanPermissionDelegate.canRemoveHierarchy(ConfluenceUser user, TARGET target) booleanDefaultSetSpacePermissionChecker.canSetPermission(ConfluenceUser user, SpacePermission spacePermission) Checks whether the specified user can set the specified space permission.booleanSetSpacePermissionChecker.canSetPermission(ConfluenceUser user, SpacePermission spacePermission) booleanSpacePermissionDefaultsPermissionChecker.canSetPermission(ConfluenceUser user, SpacePermission spacePermission) booleanNoPermissionDelegate.canSetPermissions(ConfluenceUser user, T target) booleanPermissionDelegate.canSetPermissions(ConfluenceUser user, TARGET target) booleanNoPermissionDelegate.canView(ConfluenceUser user) booleanNoPermissionDelegate.canView(ConfluenceUser user, T target) booleanPermissionDelegate.canView(ConfluenceUser user) booleanPermissionDelegate.canView(ConfluenceUser user, TARGET target) static ContentPermissionContentPermission.createUserPermission(String type, ConfluenceUser user) static SpacePermissionSpacePermission.createUserSpacePermission(String type, @Nullable Space space, ConfluenceUser subject) ReadOnlySpacePermissionManager.getPermissionsForUser(ConfluenceUser user, Space space) SpacePermissionCoordinator.getPermissionsForUser(ConfluenceUser user, Space space) SpacePermissionManager.getPermissionsForUser(ConfluenceUser user, Space space) Get all permissions for the given user in the specified space<X> List<X>DefaultPermissionManager.getPermittedEntities(ConfluenceUser user, Permission permission, Iterator<? extends X> objects, int maxResults) <X> List<X>DefaultPermissionManager.getPermittedEntities(ConfluenceUser user, Permission permission, Iterator<X> entities, int maxResults, Collection<? extends PermissionManager.Criterion> otherCriteria) <X> List<X>DefaultPermissionManager.getPermittedEntities(ConfluenceUser user, Permission permission, List<? extends X> objects) <X> List<X>PermissionManager.getPermittedEntities(ConfluenceUser user, Permission permission, Iterator<? extends X> objects, int maxResults) Filter an iterator based on which entities in the list have a particular permission.<X> List<X>PermissionManager.getPermittedEntities(ConfluenceUser user, Permission permission, Iterator<X> objects, int maxResults, Collection<? extends PermissionManager.Criterion> otherCriteria) Filter an iterator based on which entities in the list have a particular permission.<X> List<X>PermissionManager.getPermittedEntities(ConfluenceUser user, Permission permission, List<? extends X> objects) Filter a list based on which entities in the list have a particular permission.<X> List<X>DefaultPermissionManager.getPermittedEntitiesNoExemptions(ConfluenceUser user, Permission permission, Iterator<? extends X> objects, int maxResults) <X> List<X>DefaultPermissionManager.getPermittedEntitiesNoExemptions(ConfluenceUser user, Permission permission, Iterator<X> entities, int maxResults, Collection<? extends PermissionManager.Criterion> otherCriteria) <X> List<X>DefaultPermissionManager.getPermittedEntitiesNoExemptions(ConfluenceUser user, Permission permission, List<? extends X> objects) <X> List<X>PermissionManager.getPermittedEntitiesNoExemptions(ConfluenceUser user, Permission permission, Iterator<? extends X> objects, int maxResults) Filter an iterator based on which entities in the list have a particular permission.<X> List<X>PermissionManager.getPermittedEntitiesNoExemptions(ConfluenceUser user, Permission permission, Iterator<X> objects, int maxResults, Collection<? extends PermissionManager.Criterion> otherCriteria) Filter an iterator based on which entities in the list have a particular permission.<X> List<X>PermissionManager.getPermittedEntitiesNoExemptions(ConfluenceUser user, Permission permission, List<? extends X> objects) Filter a list based on which entities in the list have a particular permission.booleanReadOnlySpacePermissionManager.hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user) booleanSpacePermissionCoordinator.hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser remoteUser) booleanSpacePermissionManager.hasAllPermissions(List<String> permissionTypes, @Nullable Space space, @Nullable ConfluenceUser user) Determines if remoteUser has all of the given permissions in spacebooleanDefaultPermissionManager.hasCreatePermission(ConfluenceUser user, Object container, Class<?> typeToCreate) booleanDefaultPermissionManager.hasCreatePermission(ConfluenceUser user, Object container, Object objectToCreate) booleanPermissionManager.hasCreatePermission(ConfluenceUser user, Object container, Class<?> typeToCreate) Determine whether a user has permission to create an entity of a particular type within a given container.booleanPermissionManager.hasCreatePermission(ConfluenceUser user, Object container, Object objectToCreate) Determine whether a user has permission to create a particular entity within a given container.booleanDefaultPermissionManager.hasMovePermission(ConfluenceUser user, Object source, Object target, String movePoint) booleanPermissionManager.hasMovePermission(ConfluenceUser user, Object source, Object target, String movePoint) Determine whether a user has permission to move a particular entity to a given target.booleanDefaultPermissionManager.hasPermission(ConfluenceUser user, Permission permission, Class targetType) booleanDefaultPermissionManager.hasPermission(ConfluenceUser user, Permission permission, Object target) booleanPermissionManager.hasPermission(@Nullable ConfluenceUser user, Permission permission, @Nullable Object target) Determine whether a user has a particular permission against a given target.booleanPermissionManager.hasPermission(ConfluenceUser user, Permission permission, Class targetType) Determine whether a user has a particular permission for all instances of the specified target type.booleanReadOnlySpacePermissionManager.hasPermission(String arg0, @Nullable Space arg1, @Nullable ConfluenceUser arg2) booleanSpacePermissionCoordinator.hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) booleanSpacePermissionManager.hasPermission(String permissionType, @Nullable Space space, @Nullable ConfluenceUser user) Determines if remoteUser has the given permission in spacebooleanReadOnlySpacePermissionManager.hasPermissionForSpace(@Nullable ConfluenceUser arg0, List arg1, @Nullable Space arg2) booleanSpacePermissionCoordinator.hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space) booleanSpacePermissionManager.hasPermissionForSpace(@Nullable ConfluenceUser user, List permissionTypes, @Nullable Space space) booleanDefaultPermissionManager.hasPermissionNoExemptions(ConfluenceUser user, Permission permission, Object target) Returns true if the user has the specified permission on the target object.booleanPermissionManager.hasPermissionNoExemptions(ConfluenceUser user, Permission permission, Object target) Returns true if the user has the specified permission on the target object.booleanReadOnlySpacePermissionManager.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) booleanSpacePermissionCoordinator.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) booleanSpacePermissionManager.hasPermissionNoExemptions(String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) Returns true if the user has the specified permission on the target space.booleanDefaultPermissionManager.hasRemoveHierarchyPermission(ConfluenceUser user, Object target) booleanPermissionManager.hasRemoveHierarchyPermission(ConfluenceUser user, Object target) Determine whether a user has permission to remove a particular entity and all it children.booleanDefaultPermissionManager.isConfluenceAdministrator(ConfluenceUser user) booleanPermissionManager.isConfluenceAdministrator(ConfluenceUser user) Determine if the user is a Confluence administrator.booleanDefaultPermissionManager.isSystemAdministrator(ConfluenceUser user) booleanPermissionManager.isSystemAdministrator(@Nullable ConfluenceUser user) Determine if the user is a system administrator.voidReadOnlySpacePermissionManager.removeAllUserPermissions(@NonNull ConfluenceUser user) Deprecated.voidReadOnlySpacePermissionManager.removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context) voidSpacePermissionCoordinator.removeAllUserPermissions(@NonNull ConfluenceUser user) Removes all theSpacePermission's for the specified user.voidSpacePermissionCoordinator.removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context) Removes all theSpacePermission's for the specified user.voidSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) Deprecated.since 5.9.voidReadOnlySpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType) Deprecated.voidReadOnlySpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context) voidSpacePermissionCoordinator.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType) Removes the specified Global Permissions of type 'permissionType' from the uservoidSpacePermissionCoordinator.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context) Removes the specified Global Permissions of type 'permissionType' from the uservoidSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user, String permissionType) Deprecated.since 5.9.voidContentPermission.setSubject(ConfluenceUser subject) voidSpacePermission.setUserSubject(@Nullable ConfluenceUser user) Constructors in com.atlassian.confluence.security with parameters of type ConfluenceUserModifierConstructorDescriptionprotectedContentPermission(String type, String groupName, ConfluenceUser user) SpacePermission(String type, @Nullable Space space, @Nullable String group, @Nullable ConfluenceUser subject) -
Uses of ConfluenceUser in com.atlassian.confluence.security.access
Methods in com.atlassian.confluence.security.access with parameters of type ConfluenceUserModifier and TypeMethodDescription@NonNull AccessStatusConfluenceAccessManager.getUserAccessStatus(@Nullable ConfluenceUser user) Returns theAccessStatusthat grants a user a level of access to Confluence.@NonNull AccessStatusCachingConfluenceAccessManager.getUserAccessStatusNoExemptions(@Nullable ConfluenceUser user) @NonNull AccessStatusConfluenceAccessManager.getUserAccessStatusNoExemptions(@Nullable ConfluenceUser user) Returns theAccessStatusthat grants a user a level of access to Confluence.@NonNull AccessStatusDefaultConfluenceAccessManager.getUserAccessStatusNoExemptions(@Nullable ConfluenceUser user) booleanDefaultConfluenceAccessManager.AccessManagerPermissionChecker.hasGlobalPermissionViaGroups(@NonNull ConfluenceUser user, String permissionType) Check whether the given user has the given global permission via group memberships. -
Uses of ConfluenceUser in com.atlassian.confluence.security.administrators
Methods in com.atlassian.confluence.security.administrators that return ConfluenceUserMethods in com.atlassian.confluence.security.administrators with parameters of type ConfluenceUserModifier and TypeMethodDescriptionEditPermissionsAdministrator.createUserGuardPermission(String guardPermission, ConfluenceUser user) Creates the relevant guard permission for the userConstructors in com.atlassian.confluence.security.administrators with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanApplicationPermissionsDelegate.canAdminister(ConfluenceUser user, Object target) booleanAttachmentPermissionsDelegate.canAdminister(ConfluenceUser user, Attachment target) booleanBlogPostPermissionsDelegate.canAdminister(ConfluenceUser user, BlogPost target) booleanCommentPermissionsDelegate.canAdminister(ConfluenceUser user, Comment target) booleanDraftPermissionsDelegate.canAdminister(ConfluenceUser user, Draft target) booleanGlobalDescriptionPermissionsDelegate.canAdminister(ConfluenceUser user, GlobalDescription target) booleanGroupPermissionsDelegate.canAdminister(ConfluenceUser user, com.atlassian.user.Group target) Unsupported.booleanLabellingPermissionsDelegate.canAdminister(ConfluenceUser user, Labelling target) booleanLinkPermissionsDelegate.canAdminister(ConfluenceUser user, AbstractLink target) booleanPagePermissionsDelegate.canAdminister(ConfluenceUser user, Page target) booleanPageTemplatePermissionsDelegate.canAdminister(ConfluenceUser user, PageTemplate target) booleanPeopleDirectoryPermissionsDelegate.canAdminister(ConfluenceUser user, Object target) booleanPersonalInformationPermissionsDelegate.canAdminister(ConfluenceUser user, PersonalInformation target) booleanSharedAccessInterceptor.canAdminister(ConfluenceUser user, Object target) booleanSpaceDescriptionPermissionsDelegate.canAdminister(ConfluenceUser user, SpaceDescription target) booleanSpacePermissionsDelegate.canAdminister(ConfluenceUser user, Space target) booleanSystemPermissionsDelegate.canAdminister(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canAdminister(ConfluenceUser user, Object target) booleanUserPermissionsDelegate.canAdminister(ConfluenceUser user, com.atlassian.user.User target) Unsupported.booleanApplicationPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanAttachmentPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanBlogPostPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanCommentPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanDraftPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanGlobalDescriptionPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanGroupPermissionsDelegate.canCreate(ConfluenceUser user, Object container) Determines if the specified user has permissions to create groupsbooleanLabellingPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanLinkPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanPagePermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanPageTemplatePermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanPeopleDirectoryPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanPersonalInformationPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanSharedAccessInterceptor.canCreate(ConfluenceUser user, Object container) booleanSpaceDescriptionPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanSpacePermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanSystemPermissionsDelegate.canCreate(ConfluenceUser user, Object container) booleanTargetToLatestVersionDecorator.canCreate(ConfluenceUser user, Object container) booleanUserPermissionsDelegate.canCreate(ConfluenceUser user, Object container) Determines if the specified user has permissions to create usersbooleanAbstractPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanApplicationPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanGlobalDescriptionPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanGroupPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanLinkPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanPeopleDirectoryPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanPersonalInformationPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanSharedAccessInterceptor.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanSpaceDescriptionPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanSystemPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanTargetToLatestVersionDecorator.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanUserPermissionsDelegate.canCreateInTarget(ConfluenceUser user, Class typeToCreate) booleanApplicationPermissionsDelegate.canEdit(ConfluenceUser user, Object target) booleanAttachmentPermissionsDelegate.canEdit(ConfluenceUser user, Attachment target) booleanBlogPostPermissionsDelegate.canEdit(ConfluenceUser user, BlogPost target) booleanCommentPermissionsDelegate.canEdit(ConfluenceUser user, Comment target) booleanDraftPermissionsDelegate.canEdit(ConfluenceUser user, Draft target) booleanGlobalDescriptionPermissionsDelegate.canEdit(ConfluenceUser user, GlobalDescription target) booleanGroupPermissionsDelegate.canEdit(ConfluenceUser user, com.atlassian.user.Group group) Determines if the specified user can modify the membership (add/remove users) from the target group.booleanLabellingPermissionsDelegate.canEdit(ConfluenceUser user, Labelling target) booleanLinkPermissionsDelegate.canEdit(ConfluenceUser user, AbstractLink target) booleanPagePermissionsDelegate.canEdit(ConfluenceUser user, Page target) booleanPageTemplatePermissionsDelegate.canEdit(ConfluenceUser user, PageTemplate target) booleanPeopleDirectoryPermissionsDelegate.canEdit(ConfluenceUser user, Object target) booleanPersonalInformationPermissionsDelegate.canEdit(ConfluenceUser user, PersonalInformation target) booleanSharedAccessInterceptor.canEdit(ConfluenceUser user, Object target) booleanSpaceDescriptionPermissionsDelegate.canEdit(ConfluenceUser user, SpaceDescription target) booleanSpacePermissionsDelegate.canEdit(ConfluenceUser user, Space target) booleanSystemPermissionsDelegate.canEdit(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canEdit(ConfluenceUser user, Object target) booleanUserPermissionsDelegate.canEdit(ConfluenceUser user, com.atlassian.user.User target) Determines if the specified user can edit the target user.booleanApplicationPermissionsDelegate.canExport(ConfluenceUser user, Object target) booleanAttachmentPermissionsDelegate.canExport(ConfluenceUser user, Attachment target) booleanBlogPostPermissionsDelegate.canExport(ConfluenceUser user, BlogPost target) booleanCommentPermissionsDelegate.canExport(ConfluenceUser user, Comment target) We've decided that most objects aside from spaces should not support canExport.booleanDraftPermissionsDelegate.canExport(ConfluenceUser user, Draft target) booleanGlobalDescriptionPermissionsDelegate.canExport(ConfluenceUser user, GlobalDescription target) booleanGroupPermissionsDelegate.canExport(ConfluenceUser user, com.atlassian.user.Group target) Unsupported.booleanLabellingPermissionsDelegate.canExport(ConfluenceUser user, Labelling target) booleanLinkPermissionsDelegate.canExport(ConfluenceUser user, AbstractLink target) booleanPagePermissionsDelegate.canExport(ConfluenceUser user, Page target) booleanPageTemplatePermissionsDelegate.canExport(ConfluenceUser user, PageTemplate target) booleanPeopleDirectoryPermissionsDelegate.canExport(ConfluenceUser user, Object target) booleanPersonalInformationPermissionsDelegate.canExport(ConfluenceUser user, PersonalInformation target) booleanSharedAccessInterceptor.canExport(ConfluenceUser user, Object target) booleanSpaceDescriptionPermissionsDelegate.canExport(ConfluenceUser user, SpaceDescription target) booleanSpacePermissionsDelegate.canExport(ConfluenceUser user, Space target) booleanSystemPermissionsDelegate.canExport(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canExport(ConfluenceUser user, Object target) booleanUserPermissionsDelegate.canExport(ConfluenceUser user, com.atlassian.user.User target) Unsupported.booleanBlogPostPermissionsDelegate.canMove(ConfluenceUser user, BlogPost source, Object target, String movePoint) booleanPagePermissionsDelegate.canMove(ConfluenceUser user, Page source, Object target, String movePoint) booleanSharedAccessInterceptor.canMove(ConfluenceUser user, Object source, Object target, String movePoint) booleanTargetToLatestVersionDecorator.canMove(ConfluenceUser user, Object source, Object target, String movePoint) booleanApplicationPermissionsDelegate.canRemove(ConfluenceUser user, Object target) booleanAttachmentPermissionsDelegate.canRemove(ConfluenceUser user, Attachment target) booleanBlogPostPermissionsDelegate.canRemove(ConfluenceUser user, BlogPost target) booleanCommentPermissionsDelegate.canRemove(ConfluenceUser user, Comment target) booleanDraftPermissionsDelegate.canRemove(ConfluenceUser user, Draft target) booleanGlobalDescriptionPermissionsDelegate.canRemove(ConfluenceUser user, GlobalDescription target) booleanGroupPermissionsDelegate.canRemove(ConfluenceUser user, com.atlassian.user.Group target) Determines if the specified user can remove the target group.booleanLabellingPermissionsDelegate.canRemove(ConfluenceUser user, Labelling target) booleanLinkPermissionsDelegate.canRemove(ConfluenceUser user, AbstractLink target) booleanPagePermissionsDelegate.canRemove(ConfluenceUser user, Page target) booleanPageTemplatePermissionsDelegate.canRemove(ConfluenceUser user, PageTemplate target) booleanPeopleDirectoryPermissionsDelegate.canRemove(ConfluenceUser user, Object target) booleanPersonalInformationPermissionsDelegate.canRemove(ConfluenceUser user, PersonalInformation target) booleanSharedAccessInterceptor.canRemove(ConfluenceUser user, Object target) booleanSpaceDescriptionPermissionsDelegate.canRemove(ConfluenceUser user, SpaceDescription target) booleanSpacePermissionsDelegate.canRemove(ConfluenceUser user, Space target) booleanSystemPermissionsDelegate.canRemove(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canRemove(ConfluenceUser user, Object target) booleanUserPermissionsDelegate.canRemove(ConfluenceUser user, com.atlassian.user.User target) Determines if the specified user can remove the target user.booleanBlogPostPermissionsDelegate.canRemoveHierarchy(ConfluenceUser user, BlogPost target) booleanPagePermissionsDelegate.canRemoveHierarchy(ConfluenceUser user, Page target) booleanSharedAccessInterceptor.canRemoveHierarchy(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canRemoveHierarchy(ConfluenceUser user, Object target) booleanApplicationPermissionsDelegate.canSetPermissions(ConfluenceUser user, Object target) booleanAttachmentPermissionsDelegate.canSetPermissions(ConfluenceUser user, Attachment target) booleanBlogPostPermissionsDelegate.canSetPermissions(ConfluenceUser user, BlogPost target) booleanCommentPermissionsDelegate.canSetPermissions(ConfluenceUser user, Comment target) booleanDraftPermissionsDelegate.canSetPermissions(ConfluenceUser user, Draft target) booleanGlobalDescriptionPermissionsDelegate.canSetPermissions(ConfluenceUser user, GlobalDescription target) booleanGroupPermissionsDelegate.canSetPermissions(ConfluenceUser user, com.atlassian.user.Group target) Determines if the specified user can assign new permissions to or remove existing permissions from the target group.booleanLabellingPermissionsDelegate.canSetPermissions(ConfluenceUser user, Labelling target) booleanLinkPermissionsDelegate.canSetPermissions(ConfluenceUser user, AbstractLink target) booleanPagePermissionsDelegate.canSetPermissions(ConfluenceUser user, Page target) booleanPageTemplatePermissionsDelegate.canSetPermissions(ConfluenceUser user, PageTemplate target) booleanPeopleDirectoryPermissionsDelegate.canSetPermissions(ConfluenceUser user, Object target) booleanPersonalInformationPermissionsDelegate.canSetPermissions(ConfluenceUser user, PersonalInformation target) booleanSharedAccessInterceptor.canSetPermissions(ConfluenceUser user, Object target) booleanSpaceDescriptionPermissionsDelegate.canSetPermissions(ConfluenceUser user, SpaceDescription target) booleanSpacePermissionsDelegate.canSetPermissions(ConfluenceUser user, Space target) booleanSystemPermissionsDelegate.canSetPermissions(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canSetPermissions(ConfluenceUser user, Object target) booleanUserPermissionsDelegate.canSetPermissions(ConfluenceUser user, com.atlassian.user.User target) Determines if the specified user can add new permissions or remove existing permissions on the target user.booleanAbstractPermissionsDelegate.canView(ConfluenceUser user) booleanApplicationPermissionsDelegate.canView(ConfluenceUser user) booleanApplicationPermissionsDelegate.canView(ConfluenceUser user, Object target) Return true if a user is licensed to use Confluence i.e.booleanAttachmentPermissionsDelegate.canView(ConfluenceUser user, Attachment target) booleanBlogPostPermissionsDelegate.canView(ConfluenceUser user, BlogPost target) booleanCommentPermissionsDelegate.canView(ConfluenceUser user, Comment target) booleanDraftPermissionsDelegate.canView(ConfluenceUser user, Draft target) booleanGlobalDescriptionPermissionsDelegate.canView(ConfluenceUser user) booleanGlobalDescriptionPermissionsDelegate.canView(ConfluenceUser user, GlobalDescription target) GlobalDescriptioninstances can be viewed by anyone, even by anonymous users and if the anonymous use flag is set to false.booleanGroupPermissionsDelegate.canView(ConfluenceUser user) booleanGroupPermissionsDelegate.canView(ConfluenceUser user, com.atlassian.user.Group target) Determines if the specified user can view the target group.booleanLabellingPermissionsDelegate.canView(ConfluenceUser user, Labelling target) booleanLinkPermissionsDelegate.canView(ConfluenceUser user) booleanLinkPermissionsDelegate.canView(ConfluenceUser user, AbstractLink target) booleanPagePermissionsDelegate.canView(ConfluenceUser user, Page target) booleanPageTemplatePermissionsDelegate.canView(ConfluenceUser user, PageTemplate target) booleanPeopleDirectoryPermissionsDelegate.canView(ConfluenceUser user) booleanPeopleDirectoryPermissionsDelegate.canView(ConfluenceUser user, Object target) booleanPersonalInformationPermissionsDelegate.canView(ConfluenceUser user) booleanPersonalInformationPermissionsDelegate.canView(ConfluenceUser user, PersonalInformation target) booleanSharedAccessInterceptor.canView(ConfluenceUser user) booleanSharedAccessInterceptor.canView(ConfluenceUser user, Object target) booleanSpaceDescriptionPermissionsDelegate.canView(ConfluenceUser user) booleanSpaceDescriptionPermissionsDelegate.canView(ConfluenceUser user, SpaceDescription target) booleanSpacePermissionsDelegate.canView(ConfluenceUser user, Space target) booleanSystemPermissionsDelegate.canView(ConfluenceUser user) booleanSystemPermissionsDelegate.canView(ConfluenceUser user, Object target) booleanTargetToLatestVersionDecorator.canView(ConfluenceUser user) booleanTargetToLatestVersionDecorator.canView(ConfluenceUser user, Object target) booleanUserPermissionsDelegate.canView(ConfluenceUser user) booleanUserPermissionsDelegate.canView(ConfluenceUser user, com.atlassian.user.User target) Determines if the specified user can view the target user.protected booleanAbstractPermissionsDelegate.hasSpaceLevelPermission(String permission, ConfluenceUser user, Object target) -
Uses of ConfluenceUser in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions with parameters of type ConfluenceUserModifier and TypeMethodDescriptionBulkPermissionService.getAllSpaceKeysWithPermissionStatuses(@Nullable ConfluenceUser confluenceUser, String spacePermissionType) Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)AdvancedBulkPermissionService.getAllUserSids(@Nullable ConfluenceUser confluenceUser) Returns all sids for the user.BulkPermissionService.getAllVisiblePagesInSpace(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.BulkPermissionService.getPermittedSpaceIds(@Nullable ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType) Returns a set of permitted space ids.BulkPermissionService.getVisibleChildPages(@Nullable ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions) Receives a set of page ids as a parameter and finds all visible children for them.BulkPermissionService.getVisiblePageIds(@Nullable ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions) Returns a set of visible page ids.BulkPermissionService.getVisibleTopLevelPages(@Nullable ConfluenceUser confluenceUser, long spaceId) Finds all visible top-level pages. -
Uses of ConfluenceUser in com.atlassian.confluence.security.denormalisedpermissions.impl
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDenormalisedPermissionFallbackServiceImpl.getAllSpaceKeysWithPermissionStatuses(ConfluenceUser confluenceUser, String spacePermissionType) Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)DenormalisedPermissionRouter.getAllSpaceKeysWithPermissionStatuses(@Nullable ConfluenceUser confluenceUser, String spacePermissionType) Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)DenormalisedPermissionServiceImpl.getAllSpaceKeysWithPermissionStatuses(ConfluenceUser confluenceUser, String spacePermissionType) Returns a map of spaces where key is space key, and value is flag (true if permitted, false is not)AdvancedBulkPermissionServiceImpl.getAllUserSids(@Nullable ConfluenceUser confluenceUser) Returns all sids for the user.DenormalisedPermissionFallbackServiceImpl.getAllVisiblePagesInSpace(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.DenormalisedPermissionRouter.getAllVisiblePagesInSpace(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.DenormalisedPermissionServiceImpl.getAllVisiblePagesInSpace(@Nullable ConfluenceUser confluenceUser, long spaceId) Returns the full list of visible pages in the space.DenormalisedPermissionFallbackServiceImpl.getPermittedSpaceIds(@Nullable ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType) DenormalisedPermissionRouter.getPermittedSpaceIds(@Nullable ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType) Returns a set of permitted space ids.DenormalisedPermissionServiceImpl.getPermittedSpaceIds(@Nullable ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType) Returns a set of permitted space ids.DenormalisedPermissionFallbackServiceImpl.getVisibleChildPages(@Nullable ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions) Receives a set of page ids as a parameter and finds all visible children for them.DenormalisedPermissionRouter.getVisibleChildPages(@Nullable ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions) Receives a set of page ids as a parameter and finds all visible children for them.DenormalisedPermissionServiceImpl.getVisibleChildPages(@Nullable ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions) Receives a set of page ids as a parameter and finds all visible children for them.DenormalisedPermissionFallbackServiceImpl.getVisiblePageIds(@Nullable ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions) Returns a set of visible page ids.DenormalisedPermissionRouter.getVisiblePageIds(@Nullable ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions) Returns a set of visible page ids.DenormalisedPermissionServiceImpl.getVisiblePageIds(@Nullable ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions) Returns a set of visible page ids.DenormalisedPermissionFallbackServiceImpl.getVisibleTopLevelPages(@Nullable ConfluenceUser confluenceUser, long spaceId) Finds all visible top-level pages.DenormalisedPermissionRouter.getVisibleTopLevelPages(@Nullable ConfluenceUser confluenceUser, long spaceId) Finds all visible top-level pages.DenormalisedPermissionServiceImpl.getVisibleTopLevelPages(@Nullable ConfluenceUser confluenceUser, long spaceId) Finds all visible top-level pages.booleanRegularEntitiesAndPermissionsHelper.isSpacePermitted(ConfluenceUser confluenceUser, long spaceId, String spacePermissionType) -
Uses of ConfluenceUser in com.atlassian.confluence.security.denormalisedpermissions.impl.user
Methods in com.atlassian.confluence.security.denormalisedpermissions.impl.user with parameters of type ConfluenceUserModifier and TypeMethodDescriptionDenormalisedSidManager.getAllUserSids(ConfluenceUser confluenceUser) Get all user sids. -
Uses of ConfluenceUser in com.atlassian.confluence.security.persistence.dao
Methods in com.atlassian.confluence.security.persistence.dao with parameters of type ConfluenceUserModifier and TypeMethodDescriptionSpacePermissionDao.findPermissionsForUser(ConfluenceUser user) Retrieves all permissions for userSpacePermissionDao.findPermissionsForUserInSpace(ConfluenceUser user, Space space) Find the permissions granted for a user in a space -
Uses of ConfluenceUser in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return ConfluenceUserMethods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionHibernateSpacePermissionDao.findPermissionsForUser(ConfluenceUser user) HibernateSpacePermissionDao.findPermissionsForUserInSpace(ConfluenceUser user, Space space) voidHibernateSpacePermissionDao.removePermissionsForUser(ConfluenceUser user) Constructors in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.security.seraph
Methods in com.atlassian.confluence.security.seraph that return ConfluenceUserModifier and TypeMethodDescriptionstatic ConfluenceUserConfluenceAuthenticatorUtils.refreshPrincipalObtainedFromSession(UserAccessor userAccessor, Principal principal) Constructors in com.atlassian.confluence.security.seraph with parameters of type ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidDarkFeaturesManager.disableUserFeature(ConfluenceUser user, String featureKey) Disables the specified feature for the specified UservoidDefaultDarkFeaturesManager.disableUserFeature(ConfluenceUser user, String featureKey) voidVacantDarkFeaturesManager.disableUserFeature(ConfluenceUser user, String featureKey) voidDarkFeaturesManager.enableUserFeature(ConfluenceUser user, String featureKey) Enables the specified feature for the specified UservoidDefaultDarkFeaturesManager.enableUserFeature(ConfluenceUser user, String featureKey) voidVacantDarkFeaturesManager.enableUserFeature(ConfluenceUser user, String featureKey) DarkFeaturesManager.getDarkFeatures(ConfluenceUser user) DefaultDarkFeaturesManager.getDarkFeatures(ConfluenceUser user) VacantDarkFeaturesManager.getDarkFeatures(ConfluenceUser user) This is vacant (tenant-less) manager.static booleanDarkFeatures.isDarkFeatureEnabled(ConfluenceUser user, String featureKey) Returns true if the dark feature is enabled for the given user, either because of a user preference or because it is enabled site-wide via a site or system setting. -
Uses of ConfluenceUser in com.atlassian.confluence.setup.struts
Methods in com.atlassian.confluence.setup.struts that return ConfluenceUser -
Uses of ConfluenceUser in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return ConfluenceUserModifier and TypeMethodDescriptionReadOnlySpace.getCreator()Deprecated, for removal: This API element is subject to removal in a future version.ReadOnlySpaceDescription.getCreator()ReadOnlySpace.getLastModifier()Deprecated, for removal: This API element is subject to removal in a future version.ReadOnlySpaceDescription.getLastModifier()Methods in com.atlassian.confluence.spaces with parameters of type ConfluenceUserModifier and TypeMethodDescription@NonNull ListDefaultSpaceManager.getAuthoredSpacesByUser(ConfluenceUser user) @NonNull ListReadOnlySpaceManager.getAuthoredSpacesByUser(@Nullable ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull ListSpaceManager.getAuthoredSpacesByUser(@Nullable ConfluenceUser user) @Nullable SpaceDefaultSpaceManager.getPersonalSpace(@Nullable ConfluenceUser user) @Nullable SpaceReadOnlySpaceManager.getPersonalSpace(@Nullable ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.@Nullable SpaceSpaceManager.getPersonalSpace(@Nullable ConfluenceUser user) Deprecated.since 7.3.0, useSpaceService.find(Expansion...)in plugins andSpaceManagerInternalin core where applicable@NonNull ListDefaultSpaceManager.getSpacesContainingCommentsBy(ConfluenceUser user) @NonNull ListReadOnlySpaceManager.getSpacesContainingCommentsBy(@Nullable ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull ListSpaceManager.getSpacesContainingCommentsBy(@Nullable ConfluenceUser user) @NonNull ListDefaultSpaceManager.getSpacesContainingPagesEditedBy(ConfluenceUser user) @NonNull ListReadOnlySpaceManager.getSpacesContainingPagesEditedBy(@Nullable ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.@NonNull ListSpaceManager.getSpacesContainingPagesEditedBy(@Nullable ConfluenceUser user) ReturnsPages that are either created or edited by the specified userbooleanReadOnlySpaceDescription.isFavourite(ConfluenceUser user) voidReadOnlySpace.setCreator(ConfluenceUser creator) Deprecated, for removal: This API element is subject to removal in a future version.voidReadOnlySpaceDescription.setCreator(ConfluenceUser creator) voidReadOnlySpace.setLastModifier(ConfluenceUser lastModifier) Deprecated, for removal: This API element is subject to removal in a future version.voidReadOnlySpaceDescription.setLastModifier(ConfluenceUser lastModifier) -
Uses of ConfluenceUser in com.atlassian.confluence.spaces.persistence.dao
Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type ConfluenceUserModifier and TypeMethodDescription@Nullable SpaceSpaceDao.getPersonalSpace(@Nullable ConfluenceUser user) SpaceDao.getSpacesContainingCommentsByUser(@Nullable ConfluenceUser user) Find all spaces containing comments by a particular user.SpaceDao.getSpacesContainingPagesEditedByUser(@Nullable ConfluenceUser user) Find all spaces containing pages that were edited by a particular user.SpaceDao.getSpacesCreatedByUser(@Nullable ConfluenceUser username) Find all the spaces created by a given user. -
Uses of ConfluenceUser in com.atlassian.confluence.spaces.persistence.dao.hibernate
Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescription@Nullable SpaceHibernateSpaceDao.getPersonalSpace(@Nullable ConfluenceUser user) HibernateSpaceDao.getSpacesContainingCommentsByUser(@Nullable ConfluenceUser user) HibernateSpaceDao.getSpacesContainingPagesEditedByUser(@Nullable ConfluenceUser user) HibernateSpaceDao.getSpacesCreatedByUser(@Nullable ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement ConfluenceUserModifier and TypeClassDescriptionclassAn implementation of the ConfluenceUser which wraps an atlassian-user UserclassDeprecated, for removal: This API element is subject to removal in a future version.since 9.1, useConfluenceUserImpldirectly.Methods in com.atlassian.confluence.user that return ConfluenceUserModifier and TypeMethodDescriptionDefaultUserAccessor.createUser(com.atlassian.user.User userTemplate, com.atlassian.user.security.password.Credential credential) ReadOnlyUserAccessor.createUser(com.atlassian.user.User userTemplate, com.atlassian.user.security.password.Credential password) UserAccessor.createUser(com.atlassian.user.User userTemplate, com.atlassian.user.security.password.Credential password) static ConfluenceUserAuthenticatedUserThreadLocal.get()@Nullable ConfluenceUserConfluenceUserResolver.getExistingUserByKey(com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserDefaultUserAccessor.getExistingUserByKey(com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserReadOnlyUserAccessor.getExistingUserByKey(com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserUserAccessor.getExistingUserByKey(com.atlassian.sal.api.user.UserKey key) Returns the user with the specified user key, ornullif the user doesn't exist or the key isnull.@Nullable ConfluenceUserConfluenceUserResolver.getExistingUserByPerson(Person person) @Nullable ConfluenceUserDefaultUserAccessor.getExistingUserByPerson(@NonNull Person person) @Nullable ConfluenceUserReadOnlyUserAccessor.getExistingUserByPerson(Person person) protected ConfluenceUserPersonalInformation.getUser()@Nullable ConfluenceUserConfluenceUserResolver.getUserByKey(com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserDefaultUserAccessor.getUserByKey(com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserReadOnlyUserAccessor.getUserByKey(com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserUserAccessor.getUserByKey(com.atlassian.sal.api.user.UserKey key) Returns the user with the specified user key, ornullif the user has never existed or the key isnull.@Nullable ConfluenceUserConfluenceUserResolver.getUserByName(String name) @Nullable ConfluenceUserDefaultUserAccessor.getUserByName(String name) @Nullable ConfluenceUserReadOnlyUserAccessor.getUserByName(String name) @Nullable ConfluenceUserUserAccessor.getUserByName(String name) Returns the ConfluenceUser with the supplied user name or null if the user doesn't exist or the supplied name is null.DefaultUserAccessor.renameUser(ConfluenceUser user, String newUsername) ReadOnlyUserAccessor.renameUser(ConfluenceUser user, String newUsername) UserAccessor.renameUser(ConfluenceUser user, String newUsername) Updates the username of the given user.Methods in com.atlassian.confluence.user that return types with arguments of type ConfluenceUserModifier and TypeMethodDescription@NonNull Optional<ConfluenceUser>ConfluenceUserResolver.getExistingByApiUser(User user) DefaultUserAccessor.getExistingByApiUser(User user) ReadOnlyUserAccessor.getExistingByApiUser(User user) DefaultUserAccessor.getMembers(com.atlassian.user.Group group) DefaultUserAccessor.getMembers(com.atlassian.user.Group group, int limit) ReadOnlyUserAccessor.getMembers(com.atlassian.user.Group group) ReadOnlyUserAccessor.getMembers(com.atlassian.user.Group group, int limit) UserAccessor.getMembers(com.atlassian.user.Group group) Returns users who are members of the specified group (either directly or as a member of a nested group).UserAccessor.getMembers(com.atlassian.user.Group group, int limit) Returns users who are members of the specified group.@NonNull PageResponse<ConfluenceUser>ConfluenceUserResolver.getUsers(LimitedRequest limitedRequest) Get fully backed (active or disabled) Confluence Users.DefaultUserAccessor.getUsers(LimitedRequest limitedRequest) @NonNull PageResponse<ConfluenceUser>ReadOnlyUserAccessor.getUsers(LimitedRequest limitedRequest) @NonNull List<ConfluenceUser>ConfluenceUserResolver.getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys) DefaultUserAccessor.getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys) ReadOnlyUserAccessor.getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys) UserAccessor.getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys) Returns a list of ConfluenceUser with the supplied UserKeys or an empty list if the users do not exist.com.atlassian.user.search.page.Pager<ConfluenceUser>DefaultUserAccessor.searchUnsyncedUsers(String searchParam) com.atlassian.user.search.page.Pager<ConfluenceUser>ReadOnlyUserAccessor.searchUnsyncedUsers(String searchParam) Methods in com.atlassian.confluence.user with parameters of type ConfluenceUserModifier and TypeMethodDescription<T> TAuthenticatedUserImpersonator.asUser(Callable<T> callback, @Nullable ConfluenceUser user) Impersonates the given user during the execution of the given callback.static AutoCloseableAuthenticatedUserThreadLocal.asUser(ConfluenceUser user) Deprecated.static voidAuthenticatedUserThreadLocal.asUser(ConfluenceUser user, Runnable task) Executes the givenRunnablewith the given thread-local User.static <T> TAuthenticatedUserThreadLocal.asUser(ConfluenceUser user, Callable<T> task) Executes the givenCallablewith the given thread-local User.com.opensymphony.module.propertyset.PropertySetDefaultUserAccessor.getPropertySet(ConfluenceUser user) com.opensymphony.module.propertyset.PropertySetReadOnlyUserAccessor.getPropertySet(ConfluenceUser user) com.opensymphony.module.propertyset.PropertySetUserAccessor.getPropertySet(ConfluenceUser user) Deprecated, for removal: This API element is subject to removal in a future version.since 7.7 for removal in 10.0booleanDefaultUserContentManager.hasAuthoredContent(ConfluenceUser user) booleanUserContentManager.hasAuthoredContent(ConfluenceUser user) booleanDefaultUserAccessor.isCrowdManaged(ConfluenceUser user) booleanReadOnlyUserAccessor.isCrowdManaged(ConfluenceUser user) booleanDefaultUserAccessor.isDeletedUser(ConfluenceUser user) Check implementation is currently based on assumption that a deleted user is defined as a user with the same user key and username.booleanReadOnlyUserAccessor.isDeletedUser(ConfluenceUser user) booleanDefaultUserAccessor.isUnsyncedUser(ConfluenceUser user) booleanReadOnlyUserAccessor.isUnsyncedUser(ConfluenceUser user) voidUserMentionsContentReindexer.reindex(ConfluenceUser user, String oldUsername) Adds content with mentions to the index queue in batches by searching against a specific version of the search index.voidPersonalInformationManager.removePersonalInformation(@Nullable ConfluenceUser user) DefaultUserAccessor.renameUser(ConfluenceUser user, String newUsername) ReadOnlyUserAccessor.renameUser(ConfluenceUser user, String newUsername) UserAccessor.renameUser(ConfluenceUser user, String newUsername) Updates the username of the given user.voidDefaultSignupManager.sendWelcomeEmail(ConfluenceUser user) voidSignupManager.sendWelcomeEmail(ConfluenceUser user) Sends a welcome email to the given new user.static voidAuthenticatedUserThreadLocal.set(ConfluenceUser user) voidPersonalInformation.setUser(ConfluenceUser user) static com.atlassian.user.UserUnknownUser.unknownUser(ConfluenceUser user, I18NBean i18NBean) Constructors in com.atlassian.confluence.user with parameters of type ConfluenceUserModifierConstructorDescriptionPersonalInformation(ConfluenceUser user, String personalInformation) ReadOnlyConfluenceUser(ConfluenceUser delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfluenceUser in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as ConfluenceUserMethods in com.atlassian.confluence.user.actions that return ConfluenceUserModifier and TypeMethodDescriptionAbstractUserProfileAction.getUser()AbstractUsersAction.getUser()ForgotUserPasswordAction.getUser()RemoveUnsyncedUserAction.getUser()Methods in com.atlassian.confluence.user.actions that return types with arguments of type ConfluenceUserMethod parameters in com.atlassian.confluence.user.actions with type arguments of type ConfluenceUserModifier and TypeMethodDescriptionvoidAbstractSearchCrowdUsersAction.setPageResponse(PageResponse<ConfluenceUser> result) Constructors in com.atlassian.confluence.user.actions with parameters of type ConfluenceUserModifierConstructorDescriptionDeleteUserLongRunningTask(I18NBean i18NBean, GlobalSettings globalSettings, UserAccessorInternal userAccessor, ConfluenceUser user, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ConfluenceUser in com.atlassian.confluence.user.extras.aggregation.impl
Methods in com.atlassian.confluence.user.extras.aggregation.impl with parameters of type ConfluenceUserModifier and TypeMethodDescriptionbooleanAggregationWarningManager.isUserAcknowledged(ConfluenceUser user) AggregationWarningManager.setAcknowledged(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type ConfluenceUserModifier and TypeMethodDescriptionWelcomeEmailBuilder.buildContextFrom(ConfluenceUser user, NotificationData notificationData) Constructs aNotificationContextfor the welcome email with the given notificationDataWelcomeEmailBuilder.buildFrom(ConfluenceUser user) BuildsNotificationDatafor a welcome email for the given (new) user. -
Uses of ConfluenceUser in com.atlassian.confluence.user.persistence.dao
Methods in com.atlassian.confluence.user.persistence.dao that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserConfluenceUserDao.findByKey(@Nullable com.atlassian.sal.api.user.UserKey key) Retrieve a ConfluenceUser by the user key.@Nullable ConfluenceUserConfluenceUserDao.findByUsername(@Nullable String username) Find the ConfluenceUser with the given user name.@NonNull ConfluenceUserConfluenceUserDao.rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting) Renames a user@NonNull ConfluenceUserRenames a userMethods in com.atlassian.confluence.user.persistence.dao that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionMap<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>> ConfluenceUserDao.findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys) Performs a bulk lookup of multipleConfluenceUsers.ConfluenceUserDao.findConfluenceUsersByLowerNames(Iterable<String> lowerNames) Find allConfluenceUserwhich have the given lowerNames.@NonNull Set<ConfluenceUser>ConfluenceUserDao.getAll()ConfluenceUserDao.searchUnsyncedUsers(String searchParam) Search all unsynced users, whose account has been disconnected from an external directory, i.e.Methods in com.atlassian.confluence.user.persistence.dao with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidConfluenceUserDao.create(ConfluenceUser user) Create a new ConfluenceUser.PersonalInformationDao.getAllByUser(ConfluenceUser user) Workaround for duplicate personal information.PersonalInformationDao.getByUser(ConfluenceUser user) Fetches the personal information object for this user.booleanConfluenceUserDao.isDeletedUser(ConfluenceUser user) Check whether or not a user has been deleted completely from the application.booleanConfluenceUserDao.isUnsyncedUser(ConfluenceUser user) Check whether or not a user exists in the application as unsynced.voidConfluenceUserDao.remove(ConfluenceUser user) Remove the supplied ConfluenceUser from persistence.@NonNull ConfluenceUserConfluenceUserDao.rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting) Renames a uservoidConfluenceUserDao.update(ConfluenceUser user) Change a property of an existing ConfluenceUser. -
Uses of ConfluenceUser in com.atlassian.confluence.user.persistence.dao.compatibility
Methods in com.atlassian.confluence.user.persistence.dao.compatibility that return ConfluenceUserModifier and TypeMethodDescriptionstatic ConfluenceUserFindUserHelper.getUser(@Nullable com.atlassian.user.User user) static ConfluenceUserFindUserHelper.getUserByUserKey(com.atlassian.sal.api.user.UserKey userKey) Get a user byUserKeystatic @Nullable ConfluenceUserFindUserHelper.getUserByUsername(@Nullable String username) Get a user by username. -
Uses of ConfluenceUser in com.atlassian.confluence.user.persistence.dao.hibernate
Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return ConfluenceUserModifier and TypeMethodDescription@Nullable ConfluenceUserHibernateConfluenceUserDao.findByKey(@Nullable com.atlassian.sal.api.user.UserKey key) @Nullable ConfluenceUserHibernateConfluenceUserDao.findByUsername(@Nullable String username) @NonNull ConfluenceUserHibernateConfluenceUserDao.rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting) @NonNull ConfluenceUserMethods in com.atlassian.confluence.user.persistence.dao.hibernate that return types with arguments of type ConfluenceUserModifier and TypeMethodDescriptionMap<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>> HibernateConfluenceUserDao.findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys) HibernateConfluenceUserDao.findConfluenceUsersByLowerNames(Iterable<String> lowerNames) @NonNull Set<ConfluenceUser>HibernateConfluenceUserDao.getAll()HibernateConfluenceUserDao.searchUnsyncedUsers(String searchParam) Methods in com.atlassian.confluence.user.persistence.dao.hibernate with parameters of type ConfluenceUserModifier and TypeMethodDescriptionvoidHibernateConfluenceUserDao.create(ConfluenceUser user) Persist a new ConfluenceUser.HibernatePersonalInformationDao.getAllByUser(@Nullable ConfluenceUser user) HibernatePersonalInformationDao.getByUser(@Nullable ConfluenceUser user) Fetches a personal information object for the specified user.booleanHibernateConfluenceUserDao.isDeletedUser(ConfluenceUser user) booleanHibernateConfluenceUserDao.isUnsyncedUser(ConfluenceUser user) voidHibernateConfluenceUserDao.remove(ConfluenceUser user) @NonNull ConfluenceUserHibernateConfluenceUserDao.rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting) voidHibernateConfluenceUserDao.update(ConfluenceUser user) -
Uses of ConfluenceUser in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return types with arguments of type ConfluenceUserMethods in com.atlassian.confluence.util with parameters of type ConfluenceUserModifier and TypeMethodDescriptionstatic LabelLabelUtil.addLabel(String labelReference, LabelManager labelManager, Labelable object, ConfluenceUser user) Adds the label to the specified object.Constructor parameters in com.atlassian.confluence.util with type arguments of type ConfluenceUserModifierConstructorDescriptionPageChangesBean(int numberOfChanges, Iterable<ConfluenceUser> usersWhoMadeChanges) -
Uses of ConfluenceUser in com.atlassian.confluence.util.longrunning
Methods in com.atlassian.confluence.util.longrunning with parameters of type ConfluenceUserModifier and TypeMethodDescriptionMap<LongRunningTaskId,com.atlassian.core.task.longrunning.LongRunningTask> DefaultLongRunningTaskManager.getAllTasks(@Nullable ConfluenceUser asUser) -
Uses of ConfluenceUser in com.atlassian.sal.confluence.user
Methods in com.atlassian.sal.confluence.user that return ConfluenceUserConstructors in com.atlassian.sal.confluence.user with parameters of type ConfluenceUserModifierConstructorDescriptionConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)