Uses of Interface
com.atlassian.confluence.user.ConfluenceUser
-
-
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 ConfluenceUser Modifier and Type Method Description User
PersonFactory. buildFrom(ConfluenceUser hibernateObject, Expansions expansions)
Person
PersonFactory. forUser(ConfluenceUser user)
Person
PersonFactory. forUser(ConfluenceUser user, Expansions expansions)
Construct the person object for a particular user.User
PersonFactory. fromUser(@NonNull ConfluenceUser user)
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 ConfluenceUser Modifier and Type Method Description Contributors
ContributorsFactory. buildFrom(List<ConfluenceUser> editContributors, Expansions expansions)
Reference<History>
HistoryFactory. buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory)
-
Uses of ConfluenceUser in com.atlassian.confluence.api.impl.service.longtasks.tasks
Constructors in com.atlassian.confluence.api.impl.service.longtasks.tasks with parameters of type ConfluenceUser Constructor Description SpaceRemovalLongRunningTask(String spaceKey, SpaceManager spaceManager, ConfluenceUser user, I18NBean i18n)
-
Uses of ConfluenceUser in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport with parameters of type ConfluenceUser Modifier and Type Method Description ValidationResult
ContentCreator. validateCreate(ConfluenceUser confluenceUser, Content newContent, Class<? extends ContentEntityObject> entityClass)
Perform common validation checks for creation of content in a spaceValidationResult
ContentCreator. 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 ConfluenceUser Modifier and Type Method Description List<ConfluenceUser>
DefaultUserMentionsExtractor. extractMentionedUsers(XMLEventReader reader)
Given a stream of storage format extracts all user links that are considered a 'mention'.List<ConfluenceUser>
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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
ConfluenceActionSupport. getAuthenticatedUser()
Return the user fromAuthenticatedUserThreadLocal.get()
.ConfluenceUser
VersionHistorySummaryCollaborator. getCollaborator()
ConfluenceUser
ConfluenceEntityObject. getCreator()
ConfluenceUser
ContentPermissionSummary. getCreator()
ConfluenceUser
ConfluenceEntityObject. getLastModifier()
ConfluenceUser
VersionHistorySummary. getLastModifier()
Deprecated.since 5.11.ConfluenceUser
VersionHistorySummaryCollaborator. getLastModifier()
ConfluenceUser
ConfluenceActionSupport. getUserByName(String username)
Returns user by name.Methods in com.atlassian.confluence.core that return types with arguments of type ConfluenceUser Modifier and Type Method Description List<ConfluenceUser>
VersionHistorySummary. getContributors()
Deprecated.since 6.4.0 useVersionHistorySummary.getContributorSet()
Set<ConfluenceUser>
VersionHistorySummary. getContributorSet()
Methods in com.atlassian.confluence.core with parameters of type ConfluenceUser Modifier and Type Method Description List<Page>
DefaultContentPermissionManager. getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.Map<Long,ValidationResult>
DefaultContentPermissionManager. hasContentLevelPermission(ConfluenceUser user, String permissionType, Collection<Long> contentIds)
boolean
DefaultContentPermissionManager. 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 foundboolean
AbstractLabelableEntityObject. isFavourite(ConfluenceUser user)
void
ContentPermissionManager. removeAllUserPermissions(ConfluenceUser user)
Remove all content permission associated with a given user.void
DefaultContentPermissionManager. removeAllUserPermissions(ConfluenceUser user)
void
ConfluenceEntityObject. setCreator(ConfluenceUser creator)
void
ConfluenceEntityObject. setLastModifier(ConfluenceUser lastModifier)
VersionHistorySummary.Builder
VersionHistorySummary.Builder. withContributor(ConfluenceUser contributor)
VersionHistorySummary.Builder
VersionHistorySummary.Builder. withLastModifier(ConfluenceUser lastModifier)
Constructors in com.atlassian.confluence.core with parameters of type ConfluenceUser Constructor Description ContentPermissionSummary(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 ConfluenceUser Constructor Description VersionHistorySummary(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 ConfluenceUser Modifier and Type Method Description Map<Long,Set<ConfluenceUser>>
ContentEntityObjectDao. getAllModifiers(Collection<Long> contentIds)
Get the Set of allConfluenceUser
that have modified (contributed) content.default Set<ConfluenceUser>
ContentEntityObjectDao. getAllModifiers(T ceo)
Deprecated.since 7.14 useContentEntityObjectDao.getAllModifiers(Collection)
Map<Long,List<ConfluenceUser>>
ContentEntityObjectDao. getVersionEditContributors(Iterable<T> originalVersions)
Get version edit contributors for a set of content identifiers.Methods in com.atlassian.confluence.core.persistence with parameters of type ConfluenceUser Modifier and Type Method Description List<ContentPermission>
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 ConfluenceUser Modifier and Type Method Description List<ContentPermission>
ContentPermissionHibernateDao. getUserPermissions(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.core.service
Constructors in com.atlassian.confluence.core.service with parameters of type ConfluenceUser Constructor Description RunAsUserCommand(ConfluenceUser userToRunAs, ServiceCommand delegate)
-
Uses of ConfluenceUser in com.atlassian.confluence.event.events.content.attachment
Constructors in com.atlassian.confluence.event.events.content.attachment with parameters of type ConfluenceUser Constructor Description AttachmentTrashedEvent(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 ConfluenceUser Constructor Description BlogPostMovedEvent(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 ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
PageCopyEvent. getInitiator()
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type ConfluenceUser Constructor Description PageCopyEvent(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
ContentUpdatedEvent. getUser()
ConfluenceUser
SynchronyRecoveryEvent. getUser()
Constructors in com.atlassian.confluence.event.events.content.page.synchrony with parameters of type ConfluenceUser Constructor Description ContentUpdatedEvent(ConfluenceUser user, ContentId contentId, ContentStatus contentStatus, String spaceKey, String syncRev)
ContentUpdatedEvent(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 ConfluenceUser Modifier and Type Method Description Optional<ConfluenceUser>
AbstractPageHierarchyEvent. getInitiator()
Constructors in com.atlassian.confluence.event.events.content.pagehierarchy with parameters of type ConfluenceUser Constructor Description AbstractCopyPageHierarchyEvent(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
FollowEvent. getFolloweeUser()
ConfluenceUser
FollowEvent. getFollowerUser()
Constructors in com.atlassian.confluence.event.events.follow with parameters of type ConfluenceUser Constructor Description FollowEvent(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
SpacePermissionsRemoveForUserEvent. getUser()
Constructors in com.atlassian.confluence.event.events.permission with parameters of type ConfluenceUser Constructor Description SpacePermissionsRemoveForUserEvent(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
ForgotPasswordEvent. getUser()
Constructors in com.atlassian.confluence.event.events.security with parameters of type ConfluenceUser Constructor Description ForgotPasswordEvent(ConfluenceUser user, String resetPasswordLink, String changePasswordRequestLink)
-
Uses of ConfluenceUser in com.atlassian.confluence.follow
Methods in com.atlassian.confluence.follow that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
Connection. getFolloweeUser()
ConfluenceUser
Connection. getFollowerUser()
Methods in com.atlassian.confluence.follow with parameters of type ConfluenceUser Modifier and Type Method Description boolean
DefaultFollowManager.UserCanUseConfluencePredicate. apply(@Nullable ConfluenceUser user)
Deprecated.void
DefaultFollowManager. followUser(ConfluenceUser follower, ConfluenceUser followee)
void
FollowManager. 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)
boolean
DefaultFollowManager.CanUserUseConfluence. test(@Nullable ConfluenceUser user)
Method parameters in com.atlassian.confluence.follow with type arguments of type ConfluenceUser Modifier and Type Method Description <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 Constructor Description Connection(ConfluenceUser follower, ConfluenceUser followee)
-
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 ConfluenceUser Modifier and Type Method Description default PageResponse<ConfluenceUser>
ConnectionDao. getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is followingdefault PageResponse<ConfluenceUser>
ConnectionDao. getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified userPageResponse<ConfluenceUser>
ConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.PageResponse<ConfluenceUser>
ConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.Methods in com.atlassian.confluence.follow.persistence.dao with parameters of type ConfluenceUser Modifier and Type Method Description default PageResponse<ConfluenceUser>
ConnectionDao. getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is followingdefault PageResponse<ConfluenceUser>
ConnectionDao. getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified userPageResponse<ConfluenceUser>
ConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.PageResponse<ConfluenceUser>
ConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.Method parameters in com.atlassian.confluence.follow.persistence.dao with type arguments of type ConfluenceUser Modifier and Type Method Description default PageResponse<ConfluenceUser>
ConnectionDao. getFilteredFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is followingdefault PageResponse<ConfluenceUser>
ConnectionDao. getFilteredFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified userPageResponse<ConfluenceUser>
ConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.PageResponse<ConfluenceUser>
ConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1. -
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 ConfluenceUser Modifier and Type Method Description PageResponse<ConfluenceUser>
HibernateConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.PageResponse<ConfluenceUser>
HibernateConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.Methods in com.atlassian.confluence.follow.persistence.dao.hibernate with parameters of type ConfluenceUser Modifier and Type Method Description PageResponse<ConfluenceUser>
HibernateConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.PageResponse<ConfluenceUser>
HibernateConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.Method parameters in com.atlassian.confluence.follow.persistence.dao.hibernate with type arguments of type ConfluenceUser Modifier and Type Method Description PageResponse<ConfluenceUser>
HibernateConnectionDao. getFollowees(ConfluenceUser follower, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1.PageResponse<ConfluenceUser>
HibernateConnectionDao. getFollowers(ConfluenceUser followee, LimitedRequest limitedRequest, com.google.common.base.Predicate<ConfluenceUser> predicate)
Deprecated.since 7.0.1. -
Uses of ConfluenceUser in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit with parameters of type ConfluenceUser Modifier and Type Method Description @Nullable String
AuditHelper. fetchUserFullName(@Nullable ConfluenceUser user)
@Nullable String
AuditHelper. 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 ConfluenceUser Modifier and Type Method Description @Nullable String
DefaultAuditHelper. fetchUserFullName(@Nullable ConfluenceUser user)
@Nullable String
DefaultAuditHelper. fetchUserKey(@Nullable ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with parameters of type ConfluenceUser Modifier and Type Method Description void
DefaultPersonalInformationManager. removePersonalInformation(@Nullable ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.impl.contributors
Methods in com.atlassian.confluence.impl.contributors that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
VersionContributorSummary. getContributor()
Constructors in com.atlassian.confluence.impl.contributors with parameters of type ConfluenceUser Constructor Description VersionContributorSummary(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 ConfluenceUser Modifier and Type Method Description @NonNull Homepage
HomepageService. 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 ConfluenceUser Modifier and Type Method Description boolean
CachingNotificationDao. 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 ConfluenceUser Modifier and Type Method Description void
CommentAwareHelper. 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 ConfluenceUser Modifier and Type Method Description boolean
DefaultRetentionPolicyPermissionManager. canEditGlobalPolicy(@Nullable ConfluenceUser user)
boolean
DefaultRetentionPolicyPermissionManager. canEditSpacePolicy(@Nullable ConfluenceUser user, Space space)
boolean
DefaultRetentionPolicyPermissionManager. canViewGlobalPolicy(@Nullable ConfluenceUser user)
boolean
DefaultRetentionPolicyPermissionManager. 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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
UserLookupHelper. apply(@Nullable String userKeyOrName)
ConfluenceUser
SpacePermissionQuery. getUser()
Deprecated.Methods in com.atlassian.confluence.impl.search.v2 with parameters of type ConfluenceUser Modifier and Type Method Description Optional<SearchQuery>
DefaultContentPermissionsQueryFactory. create(ConfluenceUser user)
SearchQuery
DefaultSpacePermissionQueryFactory. create(ConfluenceUser user)
SearchQuery
SpacePermissionFilteredQueryFactory. create(ConfluenceUser user)
Deprecated.String
DefaultContentPermissionCalculator. getEncodedUserKey(ConfluenceUser user)
Constructors in com.atlassian.confluence.impl.search.v2 with parameters of type ConfluenceUser Constructor Description SpacePermissionQuery(@Nullable ConfluenceUser user)
Deprecated. -
Uses of ConfluenceUser in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ConfluenceUser Modifier and Type Method Description static String
ContentPermissionSearchUtils. getEncodedUserKey(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.impl.security
Methods in com.atlassian.confluence.impl.security with parameters of type ConfluenceUser Modifier and Type Method Description protected List<SpacePermission>
DefaultSpacePermissionManager. getAllPermissionsForUser(ConfluenceUser user)
void
CoarseGrainedCachingSpacePermissionManager. removeAllUserPermissions(ConfluenceUser user)
Deprecated.since 5.9.void
CoarseGrainedCachingSpacePermissionManager. removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context)
void
DefaultSpacePermissionManager. removeAllUserPermissions(ConfluenceUser user)
void
DefaultSpacePermissionManager. removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context)
void
CoarseGrainedCachingSpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType)
Deprecated.since 5.9.void
CoarseGrainedCachingSpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context)
void
DefaultSpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType)
void
DefaultSpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context)
-
Uses of ConfluenceUser in com.atlassian.confluence.impl.security.administrators
Methods in com.atlassian.confluence.impl.security.administrators with parameters of type ConfluenceUser Modifier and Type Method Description boolean
EditGlobalPermissionsAdministrator. canSetPermissionOnUser(String permission, ConfluenceUser user)
Returns whether the remote user can set the required permission for the user (used by velocity)SpacePermission
EditGlobalPermissionsAdministrator. createUserGuardPermission(String guardPermission, ConfluenceUser user)
Creates the relevant guard permission for the userSpacePermission
EditSpacePermissionsAdministrator. 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 ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
SpacePermissionQueryBuilder. getUser()
Returns the user this query builder was constructed for.@Nullable ConfluenceUser
SpacePermissionQueryBuilderImpl. getUser()
Methods in com.atlassian.confluence.impl.security.query with parameters of type ConfluenceUser Modifier and Type Method Description com.atlassian.fugue.Either<AccessDenied,SpacePermissionQueryBuilder>
DefaultSpacePermissionQueryManager. createSpacePermissionQueryBuilder(@Nullable ConfluenceUser user, @NonNull String permissionType)
com.atlassian.fugue.Either<AccessDenied,SpacePermissionQueryBuilder>
SpacePermissionQueryManager. createSpacePermissionQueryBuilder(@Nullable ConfluenceUser user, @NonNull String permissionType)
Constructs aSpacePermissionQueryBuilder
for 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.user.persistence.dao
Methods in com.atlassian.confluence.impl.user.persistence.dao that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
CachingConfluenceUserDao. findByKey(@Nullable com.atlassian.sal.api.user.UserKey key)
ConfluenceUser
CachingConfluenceUserDao. findByUsername(@Nullable String username)
ConfluenceUser
CachingConfluenceUserDao. rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting)
ConfluenceUser
CachingConfluenceUserDao. rename(String oldUsername, String newUsername, boolean overrideExisting)
Methods in com.atlassian.confluence.impl.user.persistence.dao that return types with arguments of type ConfluenceUser Modifier and Type Method Description Map<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>>
CachingConfluenceUserDao. findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys)
List<ConfluenceUser>
CachingConfluenceUserDao. findConfluenceUsersByLowerNames(Iterable<String> lowerNames)
Set<ConfluenceUser>
CachingConfluenceUserDao. getAll()
List<ConfluenceUser>
CachingConfluenceUserDao. searchUnsyncedUsers(String searchParam)
Methods in com.atlassian.confluence.impl.user.persistence.dao with parameters of type ConfluenceUser Modifier and Type Method Description void
CachingConfluenceUserDao. create(ConfluenceUser user)
List<PersonalInformation>
ReadThroughCachingPersonalInformationDao. getAllByUser(ConfluenceUser user)
PersonalInformation
ReadThroughCachingPersonalInformationDao. getByUser(ConfluenceUser user)
boolean
CachingConfluenceUserDao. isDeletedUser(ConfluenceUser user)
boolean
CachingConfluenceUserDao. isUnsyncedUser(ConfluenceUser user)
void
CachingConfluenceUserDao. remove(ConfluenceUser user)
ConfluenceUser
CachingConfluenceUserDao. rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting)
void
CachingConfluenceUserDao. 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 ConfluenceUser Modifier and Type Method Description void
SecurityEnforcer. 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.impl.webapp.security.MappedAction, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
returnstrue
.boolean
SecurityEnforcer. 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 ConfluenceUser Modifier and Type Method Description void
AdminEnforcer. enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
ParameterEnforcer. enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
WebSudoEnforcer. enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
XsrfTokenEnforcer. enforce(ConfluenceUser user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
boolean
AdminEnforcer. shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
boolean
ParameterEnforcer. 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.boolean
WebSudoEnforcer. shouldEnforce(ConfluenceUser user, MappedAction mappedAction, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
boolean
XsrfTokenEnforcer. 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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
DefaultImportContext. getUser()
Deprecated.ConfluenceUser
ImportContext. getUser()
Deprecated.Constructors in com.atlassian.confluence.importexport with parameters of type ConfluenceUser Constructor Description DefaultImportContext(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 ConfluenceUser Constructor Description ExportSpaceLongRunningTask(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
ReIndexJob. getCreatedBy()
Methods in com.atlassian.confluence.index.status with parameters of type ConfluenceUser Modifier and Type Method Description void
ReIndexJob. setCreatedBy(ConfluenceUser createdBy)
-
Uses of ConfluenceUser in com.atlassian.confluence.internal
Methods in com.atlassian.confluence.internal with parameters of type ConfluenceUser Modifier and Type Method Description List<Page>
ContentPermissionManagerInternal. getPermittedPagesIgnoreInheritedPermissions(List<Page> contentList, ConfluenceUser user, String permission)
Check permissions for a collection of objects without checking permissions of ancestors and spaces.Map<Long,ValidationResult>
ContentPermissionManagerInternal. hasContentLevelPermission(ConfluenceUser user, String permissionType, Collection<Long> contentIds)
Check permission for a collection of content at once.boolean
ContentPermissionManagerInternal. 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 ConfluenceUser Modifier and Type Method Description <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 ConfluenceUser Modifier and Type Method Description <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 ConfluenceUser Modifier and Type Method Description PageResponse<LongTaskStatus>
LongRunningTaskManagerInternal. getAllTasks(@Nullable ConfluenceUser asUser, LimitedRequest request)
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 ConfluenceUser Modifier and Type Method Description boolean
DelegatingNotificationDaoInternal. 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 ConfluenceUser Modifier and Type Method Description Map<Long,Set<ConfluenceUser>>
AbstractContentEntityObjectHibernateDao. getAllModifiers(Collection<Long> contentIds)
Map<Long,List<ConfluenceUser>>
AbstractContentEntityObjectHibernateDao. getVersionEditContributors(Iterable<T> originalVersions)
-
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 ConfluenceUser Modifier and Type Method Description protected 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)
Method parameters in com.atlassian.confluence.internal.relations.dao.hibernate with type arguments of type ConfluenceUser Modifier and Type Method Description protected 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)
int
User2UserHibernateRelationDao. 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)
int
User2ContentHibernateRelationDao. getTargetsCount(RelationQuery<ConfluenceUser> request)
int
User2UserHibernateRelationDao. getTargetsCount(RelationQuery<ConfluenceUser> request)
-
Uses of ConfluenceUser in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type ConfluenceUser Modifier and Type Method Description List<SpacePickerHelper.SpaceDTO>
SpacePickerHelper. 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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
LuceneSearchResultFactory.UserLookupHelper. apply(String input)
Deprecated.Constructor parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type ConfluenceUser Constructor Description LuceneSearchResult(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 ConfluenceUser Modifier and Type Method Description void
SpacePermissionManagerInternal. removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context)
Removes all permissions for the given user.void
SpacePermissionManagerInternal. 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 ConfluenceUser Modifier and Type Class Description class
DeferredLookupUser
AConfluenceUser
implementation based on aUserKey
object, and which looks up the "real"ConfluenceUser
lazily as necessary to fulfil the method contract.Methods in com.atlassian.confluence.internal.user that return ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
UserAccessorInternal. getExistingUserByPerson(Person person)
Retrieve the corresponding ConfluenceUser (if any) for a Person, by username, or user keyMethods in com.atlassian.confluence.internal.user that return types with arguments of type ConfluenceUser Modifier and Type Method Description com.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)
PageResponse<ConfluenceUser>
UserSearchServiceInternal. doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest)
PageResponse<ConfluenceUser>
UserSearchServiceInternalImpl. doUserSearch(PageRequest pageRequest, UserSearchRequest searchRequest)
Optional<ConfluenceUser>
UserAccessorInternal. 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.internal.user with parameters of type ConfluenceUser Modifier and Type Method Description boolean
UserAccessorInternal. isCrowdManaged(ConfluenceUser user)
Checks whether or not embedded Crowd manages/has knowledge of a given userboolean
UserAccessorInternal. isDeletedUser(ConfluenceUser user)
Checks whether or not a user has been deleted from the applicationboolean
UserAccessorInternal. isUnsyncedUser(ConfluenceUser user)
Checks whether or not a user is unsynced -
Uses of ConfluenceUser in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
Label. getOwnerUser()
ConfluenceUser
Labelling. getOwningUser()
Methods in com.atlassian.confluence.labels with parameters of type ConfluenceUser Modifier and Type Method Description boolean
Labelable. isFavourite(ConfluenceUser user)
Is this object marked as somebody's favourite?boolean
PermittedLabelView. isFavourite(ConfluenceUser user)
Label
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 ConfluenceUser Constructor Description Label(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
LikeEntity. getUser()
Methods in com.atlassian.confluence.like with parameters of type ConfluenceUser Modifier and Type Method Description void
LikeEntity. setUser(ConfluenceUser user)
Constructors in com.atlassian.confluence.like with parameters of type ConfluenceUser Constructor Description LikeEntity(ContentEntityObject content, ConfluenceUser user, Date creationDate)
-
Uses of ConfluenceUser in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
Notification. getReceiver()
Methods in com.atlassian.confluence.mail.notification with parameters of type ConfluenceUser Modifier and Type Method Description Notification
DefaultNotificationManager. addDailyReportNotification(ConfluenceUser user)
Notification
NotificationManager. addDailyReportNotification(ConfluenceUser user)
void
DefaultNotificationsSender. sendNotification(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)
void
DefaultNotificationManager. setNetworkNotificationForUser(ConfluenceUser user, boolean watchingNetwork)
void
NotificationManager. setNetworkNotificationForUser(ConfluenceUser user, boolean watchingNetwork)
void
Notification. setReceiver(ConfluenceUser receiver)
void
DefaultNotificationManager. setSiteBlogNotificationForUser(ConfluenceUser user, boolean globalBlogWatchForUser)
void
NotificationManager. 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 ConfluenceUser Modifier and Type Method Description NotificationContext
NotificationData. 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 ConfluenceUser Modifier and Type Method Description boolean
NotificationDao. 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 ConfluenceUser Modifier and Type Method Description boolean
HibernateNotificationDao. isWatchingContent(@NonNull ConfluenceUser user, @NonNull ContentEntityObject content)
-
Uses of ConfluenceUser in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
AbstractEditPageAction. getLastConflictingUser()
Return the user who made the most recent conflicting change.Constructors in com.atlassian.confluence.pages.actions with parameters of type ConfluenceUser Constructor Description PagePermissionsActionHelper(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 ConfluenceUser Modifier and Type Method Description List<Space>
AvailableSpaces. getAvailableSpaces(Space currentSpace, ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type ConfluenceUser Modifier and Type Method Description Set<ConfluenceUser>
DelegatingPageDao. getAllModifiers(Page page)
Map<Long,Set<ConfluenceUser>>
DelegatingPageDao. getAllModifiers(Collection<Long> contentIds)
Map<Long,List<ConfluenceUser>>
DelegatingPageDao. getVersionEditContributors(Iterable<Page> originalVersions)
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type ConfluenceUser Modifier and Type Method Description Draft
DraftDao. 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.Draft
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 ConfluenceUser Modifier and Type Field Description protected ConfluenceUser
DefaultBulkOptions.BaseBuilder. user
Methods in com.atlassian.confluence.pages.persistence.dao.bulk that return ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
DefaultBulkOptions. getUser()
Methods in com.atlassian.confluence.pages.persistence.dao.bulk with parameters of type ConfluenceUser Modifier and Type Method Description T
DefaultBulkOptions.BaseBuilder. withUser(ConfluenceUser user)
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk with parameters of type ConfluenceUser Constructor Description DefaultBulkOptions(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
BulkPageDeleteExecutionContext. getUser()
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.delete with parameters of type ConfluenceUser Constructor Description BulkPageDeleteExecutionContext(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 ConfluenceUser Modifier and Type Method Description Draft
HibernateDraftDao. getDraft(String pageId, ConfluenceUser creator, String draftType, String spaceKey)
-
Uses of ConfluenceUser in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
DefaultWebInterfaceContext. getCurrentUser()
@Nullable ConfluenceUser
WebInterfaceContext. getCurrentUser()
@Nullable ConfluenceUser
DefaultWebInterfaceContext. getTargetedUser()
@Nullable ConfluenceUser
WebInterfaceContext. getTargetedUser()
Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type ConfluenceUser Modifier and Type Method Description void
DefaultWebInterfaceContext. setCurrentUser(@Nullable ConfluenceUser user)
Set the current user on the contextvoid
DefaultWebInterfaceContext. setTargetedUser(@Nullable ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex with parameters of type ConfluenceUser Modifier and Type Method Description Edge
DefaultEdgeFactory. getLikeEdge(ConfluenceUser liker, ContentEntityObject likedContent, Date likeDate)
Edge
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 ConfluenceUser Modifier and Type Method Description boolean
DefaultEdgeTypePermissionDelegate. canView(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.plugins.edgeindex.model
Methods in com.atlassian.confluence.plugins.edgeindex.model that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
DefaultEdge. getUser()
ConfluenceUser
Edge. getUser()
The user who created the edge.Methods in com.atlassian.confluence.plugins.edgeindex.model with parameters of type ConfluenceUser Modifier and Type Method Description boolean
EdgeType.EdgeTypePermissionDelegate. canView(ConfluenceUser user)
Constructors in com.atlassian.confluence.plugins.edgeindex.model with parameters of type ConfluenceUser Constructor Description DefaultEdge(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 Modifier and Type Method Description ConfluenceUser
AbstractUserProfileAction. getUser()
-
Uses of ConfluenceUser in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type ConfluenceUser Constructor Description LikesResponse(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
LikeNotification. getRecipient()
Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type ConfluenceUser Constructor Description LikeNotification(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 ConfluenceUser Modifier and Type Method Description void
GlobalEntitiesContextProvider. 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 Modifier and Type Method Description Set<ConfluenceUser>
RecentlyUpdatedMacroParams. getUsers()
-
Uses of ConfluenceUser in com.atlassian.confluence.plugins.rest.dto
Methods in com.atlassian.confluence.plugins.rest.dto with parameters of type ConfluenceUser Modifier and Type Method Description UserDto
UserDtoFactory. getUserDto(@Nullable ConfluenceUser user)
UserDto
UserDtoFactoryImpl. getUserDto(@Nullable ConfluenceUser targetUser)
-
Uses of ConfluenceUser in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type ConfluenceUser Modifier and Type Method Description UserEntity
UserEntityHelper. buildEntityForUser(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.renderer.v2.macros
Methods in com.atlassian.confluence.renderer.v2.macros that return ConfluenceUser Modifier and Type Method Description protected ConfluenceUser
BaseHttpRetrievalMacro. getRemoteUser()
-
Uses of ConfluenceUser in com.atlassian.confluence.retention
Methods in com.atlassian.confluence.retention with parameters of type ConfluenceUser Modifier and Type Method Description boolean
RetentionPolicyPermissionManager. canEditGlobalPolicy(@Nullable ConfluenceUser user)
boolean
RetentionPolicyPermissionManager. canEditSpacePolicy(@Nullable ConfluenceUser user, Space space)
boolean
RetentionPolicyPermissionManager. canViewGlobalPolicy(@Nullable ConfluenceUser user)
boolean
RetentionPolicyPermissionManager. canViewSpacePolicy(@Nullable ConfluenceUser user, Space space)
-
Uses of ConfluenceUser in com.atlassian.confluence.rpc.auth
Methods in com.atlassian.confluence.rpc.auth that return ConfluenceUser Modifier and Type Method Description protected ConfluenceUser
TokenAuthenticationInvocationHandler. getAuthenticatedUser(String token)
Determines which user is performing the request.ConfluenceUser
TokenAuthenticationManager. makeAnonymousConfluenceUser()
Returns the anonymous userConfluenceUser
TokenAuthenticationManager. makeNonAnonymousConfluenceUserFromToken(String token)
Retrieves the user for a particular tokenMethods in com.atlassian.confluence.rpc.auth with parameters of type ConfluenceUser Modifier and Type Method Description protected Object
TokenAuthenticationInvocationHandler. 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 Constructor Description RemoteConfluenceUser(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
SoapServiceHelperImpl. retrieveUser(String username)
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ConfluenceUser Modifier and Type Method Description protected void
SpacesSoapService. 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 Modifier and Type Method Description ConfluenceUser
NetworkFeedAction. getUser()
-
Uses of ConfluenceUser in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
SearchResult. getCreatorUser()
Returns the creator of this result.ConfluenceUser
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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
SearchQueryParameters. getContributor()
Methods in com.atlassian.confluence.search.service that return types with arguments of type ConfluenceUser Modifier and Type Method Description Set<ConfluenceUser>
RecentUpdateQueryParameters. getFollowingUsers()
Methods in com.atlassian.confluence.search.service with parameters of type ConfluenceUser Modifier and Type Method Description void
SearchQueryParameters. 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 ConfluenceUser Constructor Description RecentUpdateQueryParameters(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
AbstractSearchResult. getCreatorUser()
ConfluenceUser
ProjectedSearchResult. getCreatorUser()
ConfluenceUser
SearchResult. getCreatorUser()
Gets the person who created the entity represented by the search result.ConfluenceUser
AbstractSearchResult. getLastModifierUser()
ConfluenceUser
ProjectedSearchResult. getLastModifierUser()
ConfluenceUser
SearchResult. getLastModifierUser()
Gets the last person to modify the entity represented by the search result.protected ConfluenceUser
AbstractSearchResult. 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 ConfluenceUser Modifier and Type Method Description Optional<SearchQuery>
ContentPermissionsQueryFactory. create(ConfluenceUser user)
SearchQuery
SpacePermissionQueryFactory. create(ConfluenceUser user)
String
ContentPermissionCalculator. getEncodedUserKey(ConfluenceUser user)
Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type ConfluenceUser Constructor Description AbstractSearchResult(Function<String,ConfluenceUser> userLookup)
-
Uses of ConfluenceUser in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query with parameters of type ConfluenceUser Modifier and Type Method Description ContentPermissionsQuery.Builder
ContentPermissionsQuery.Builder. user(ConfluenceUser user)
Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type ConfluenceUser Constructor Description LastModifierUserQuery(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 ConfluenceUser Modifier and Type Method Description ConfluenceUser
ContentPermission. getUserSubject()
WhenContentPermission.isUserPermission()
is true, returns the user who is explicitly permitted by this permission.@Nullable ConfluenceUser
SpacePermission. getUserSubject()
Methods in com.atlassian.confluence.security with parameters of type ConfluenceUser Modifier and Type Method Description static ContentPermission
ContentPermission. createUserPermission(String type, ConfluenceUser user)
static SpacePermission
SpacePermission. createUserSpacePermission(String type, @Nullable Space space, ConfluenceUser subject)
protected List<SpacePermission>
DefaultSpacePermissionManager. getAllPermissionsForUser(ConfluenceUser user)
Deprecated.void
DefaultSpacePermissionManager. removeAllUserPermissions(ConfluenceUser user)
Deprecated.void
DefaultSpacePermissionManager. removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context)
Deprecated.void
ReadOnlySpacePermissionManager. removeAllUserPermissions(@NonNull ConfluenceUser user)
Deprecated.void
ReadOnlySpacePermissionManager. removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context)
void
SpacePermissionCoordinator. removeAllUserPermissions(@NonNull ConfluenceUser user)
Removes all theSpacePermission
's for the specified user.void
SpacePermissionCoordinator. removeAllUserPermissions(ConfluenceUser user, SpacePermissionContext context)
Removes all theSpacePermission
's for the specified user.void
SpacePermissionManager. removeAllUserPermissions(ConfluenceUser user)
Deprecated.since 5.9.void
DefaultSpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType)
Deprecated.void
DefaultSpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context)
Deprecated.void
ReadOnlySpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType)
Deprecated.void
ReadOnlySpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context)
void
SpacePermissionCoordinator. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType)
Removes the specified Global Permissions of type 'permissionType' from the uservoid
SpacePermissionCoordinator. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType, SpacePermissionContext context)
Removes the specified Global Permissions of type 'permissionType' from the uservoid
SpacePermissionManager. removeGlobalPermissionForUser(ConfluenceUser user, String permissionType)
Deprecated.since 5.9.void
ContentPermission. setSubject(ConfluenceUser subject)
void
SpacePermission. setUserSubject(@Nullable ConfluenceUser user)
Constructors in com.atlassian.confluence.security with parameters of type ConfluenceUser Constructor Description ContentPermission(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.administrators
Methods in com.atlassian.confluence.security.administrators that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
DefaultPermissionsAdministrator.UserPermissionRow. getUser()
Methods in com.atlassian.confluence.security.administrators with parameters of type ConfluenceUser Modifier and Type Method Description boolean
EditGlobalPermissionsAdministrator. canSetPermissionOnUser(String permission, ConfluenceUser user)
Deprecated.Returns whether the remote user can set the required permission for the user (used by velocity)SpacePermission
EditGlobalPermissionsAdministrator. createUserGuardPermission(String guardPermission, ConfluenceUser user)
Deprecated.Creates the relevant guard permission for the userSpacePermission
EditPermissionsAdministrator. createUserGuardPermission(String guardPermission, ConfluenceUser user)
Creates the relevant guard permission for the userSpacePermission
EditSpacePermissionsAdministrator. createUserGuardPermission(String guardPermission, ConfluenceUser user)
Deprecated.Constructors in com.atlassian.confluence.security.administrators with parameters of type ConfluenceUser Constructor Description UserPermissionRow(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.security.denormalisedpermissions
Methods in com.atlassian.confluence.security.denormalisedpermissions with parameters of type ConfluenceUser Modifier and Type Method Description Map<String,Boolean>
BulkPermissionService. 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)Set<Long>
AdvancedBulkPermissionService. getAllUserSids(ConfluenceUser confluenceUser)
Returns all sids for the user.List<SimpleContent>
BulkPermissionService. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.Set<Long>
BulkPermissionService. getPermittedSpaceIds(ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType)
Returns a set of permitted space ids.Map<Long,List<SimpleContent>>
BulkPermissionService. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.Set<Long>
BulkPermissionService. getVisiblePageIds(ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions)
Returns a set of visible page ids.List<SimpleContent>
BulkPermissionService. getVisibleTopLevelPages(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 ConfluenceUser Modifier and Type Method Description Map<String,Boolean>
DenormalisedPermissionFallbackServiceImpl. 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)Map<String,Boolean>
DenormalisedPermissionRouter. 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)Map<String,Boolean>
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)Set<Long>
AdvancedBulkPermissionServiceImpl. getAllUserSids(ConfluenceUser confluenceUser)
Returns all sids for the user.List<SimpleContent>
DenormalisedPermissionFallbackServiceImpl. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.List<SimpleContent>
DenormalisedPermissionRouter. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.List<SimpleContent>
DenormalisedPermissionServiceImpl. getAllVisiblePagesInSpace(ConfluenceUser confluenceUser, long spaceId)
Returns the full list of visible pages in the space.Set<Long>
DenormalisedPermissionFallbackServiceImpl. getPermittedSpaceIds(ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType)
Set<Long>
DenormalisedPermissionRouter. getPermittedSpaceIds(ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType)
Returns a set of permitted space ids.Set<Long>
DenormalisedPermissionServiceImpl. getPermittedSpaceIds(ConfluenceUser confluenceUser, Set<Long> spaceIds, String spacePermissionType)
Returns a set of permitted space ids.Map<Long,List<SimpleContent>>
DenormalisedPermissionFallbackServiceImpl. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.Map<Long,List<SimpleContent>>
DenormalisedPermissionRouter. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.Map<Long,List<SimpleContent>>
DenormalisedPermissionServiceImpl. getVisibleChildPages(ConfluenceUser confluenceUser, Set<Long> parentPageIdSet, boolean checkInheritedPermissions)
Receives a set of page ids as a parameter and finds all visible children for them.Set<Long>
DenormalisedPermissionFallbackServiceImpl. getVisiblePageIds(ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions)
Returns a set of visible page ids.Set<Long>
DenormalisedPermissionRouter. getVisiblePageIds(ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions)
Returns a set of visible page ids.Set<Long>
DenormalisedPermissionServiceImpl. getVisiblePageIds(ConfluenceUser confluenceUser, Set<Long> pageIds, boolean checkSpacePermissions)
Returns a set of visible page ids.List<SimpleContent>
DenormalisedPermissionFallbackServiceImpl. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages.List<SimpleContent>
DenormalisedPermissionRouter. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages.List<SimpleContent>
DenormalisedPermissionServiceImpl. getVisibleTopLevelPages(ConfluenceUser confluenceUser, long spaceId)
Finds all visible top-level pages.boolean
RegularEntitiesAndPermissionsHelper. 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 ConfluenceUser Modifier and Type Method Description Set<Long>
DenormalisedSidManager. 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 ConfluenceUser Modifier and Type Method Description List<SpacePermission>
SpacePermissionDao. findPermissionsForUser(ConfluenceUser user)
Retrieves all permissions for user -
Uses of ConfluenceUser in com.atlassian.confluence.security.persistence.dao.hibernate
Methods in com.atlassian.confluence.security.persistence.dao.hibernate that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
UserLoginInfo. getUser()
Methods in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type ConfluenceUser Modifier and Type Method Description List<SpacePermission>
HibernateSpacePermissionDao. findPermissionsForUser(ConfluenceUser user)
Constructors in com.atlassian.confluence.security.persistence.dao.hibernate with parameters of type ConfluenceUser Constructor Description UserLoginInfo(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.security.seraph
Methods in com.atlassian.confluence.security.seraph that return ConfluenceUser Modifier and Type Method Description static ConfluenceUser
ConfluenceAuthenticatorUtils. refreshPrincipalObtainedFromSession(UserAccessor userAccessor, Principal principal)
Constructors in com.atlassian.confluence.security.seraph with parameters of type ConfluenceUser Constructor Description ConfluenceUserPrincipal(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings with parameters of type ConfluenceUser Modifier and Type Method Description void
DarkFeaturesManager. disableUserFeature(ConfluenceUser user, String featureKey)
Disables the specified feature for the specified Uservoid
DefaultDarkFeaturesManager. disableUserFeature(ConfluenceUser user, String featureKey)
void
VacantDarkFeaturesManager. disableUserFeature(ConfluenceUser user, String featureKey)
void
DarkFeaturesManager. enableUserFeature(ConfluenceUser user, String featureKey)
Enables the specified feature for the specified Uservoid
DefaultDarkFeaturesManager. enableUserFeature(ConfluenceUser user, String featureKey)
void
VacantDarkFeaturesManager. enableUserFeature(ConfluenceUser user, String featureKey)
DarkFeatures
DarkFeaturesManager. getDarkFeatures(ConfluenceUser user)
DarkFeatures
DefaultDarkFeaturesManager. getDarkFeatures(ConfluenceUser user)
DarkFeatures
VacantDarkFeaturesManager. getDarkFeatures(ConfluenceUser user)
This is vacant (tenant-less) manager.static boolean
DarkFeatures. 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 Modifier and Type Method Description protected ConfluenceUser
AbstractAwareInterceptor. getUser()
-
Uses of ConfluenceUser in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type ConfluenceUser Modifier and Type Method Description @Nullable Space
DefaultSpaceManager. getPersonalSpace(@Nullable ConfluenceUser user)
@Nullable Space
SpaceManager. getPersonalSpace(@Nullable ConfluenceUser user)
Deprecated.since 7.3.0, useSpaceService.find(Expansion...)
in plugins andSpaceManagerInternal
in core where applicable -
Uses of ConfluenceUser in com.atlassian.confluence.spaces.persistence.dao
Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type ConfluenceUser Modifier and Type Method Description @Nullable Space
SpaceDao. getPersonalSpace(@Nullable ConfluenceUser 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 ConfluenceUser Modifier and Type Method Description @Nullable Space
HibernateSpaceDao. getPersonalSpace(@Nullable ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.user
Classes in com.atlassian.confluence.user that implement ConfluenceUser Modifier and Type Class Description class
ConfluenceUserImpl
An implementation of the ConfluenceUser which wraps an atlassian-user UserMethods in com.atlassian.confluence.user that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
DefaultUserAccessor. createUser(com.atlassian.user.User userTemplate, com.atlassian.user.security.password.Credential credential)
ConfluenceUser
ReadOnlyUserAccessor. createUser(com.atlassian.user.User userTemplate, com.atlassian.user.security.password.Credential password)
ConfluenceUser
UserAccessor. createUser(com.atlassian.user.User userTemplate, com.atlassian.user.security.password.Credential password)
static ConfluenceUser
AuthenticatedUserThreadLocal. get()
ConfluenceUser
ConfluenceUserResolver. getExistingUserByKey(com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
DefaultUserAccessor. getExistingUserByKey(com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
ReadOnlyUserAccessor. getExistingUserByKey(com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
UserAccessor. getExistingUserByKey(com.atlassian.sal.api.user.UserKey key)
Returns the user with the specified user key, ornull
if the user doesn't exist or the key isnull
.ConfluenceUser
ConfluenceUserResolver. getExistingUserByPerson(Person person)
@Nullable ConfluenceUser
DefaultUserAccessor. getExistingUserByPerson(@NonNull Person person)
@Nullable ConfluenceUser
ReadOnlyUserAccessor. getExistingUserByPerson(Person person)
protected ConfluenceUser
ConfluenceAuthenticator. getUser(String uid)
ConfluenceUser
PersonalInformation. getUser()
ConfluenceUser
ConfluenceUserResolver. getUserByKey(com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
DefaultUserAccessor. getUserByKey(com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
ReadOnlyUserAccessor. getUserByKey(com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
UserAccessor. getUserByKey(com.atlassian.sal.api.user.UserKey key)
Returns the user with the specified user key, ornull
if the user has never existed or the key isnull
.ConfluenceUser
ConfluenceUserResolver. getUserByName(String name)
@Nullable ConfluenceUser
DefaultUserAccessor. getUserByName(String name)
@Nullable ConfluenceUser
ReadOnlyUserAccessor. getUserByName(String name)
@Nullable ConfluenceUser
UserAccessor. 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.ConfluenceUser
DefaultUserAccessor. renameUser(ConfluenceUser user, String newUsername)
ConfluenceUser
ReadOnlyUserAccessor. renameUser(ConfluenceUser user, String newUsername)
ConfluenceUser
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 ConfluenceUser Modifier and Type Method Description Optional<ConfluenceUser>
ConfluenceUserResolver. getExistingByApiUser(User user)
Optional<ConfluenceUser>
DefaultUserAccessor. getExistingByApiUser(User user)
Optional<ConfluenceUser>
ReadOnlyUserAccessor. getExistingByApiUser(User user)
Iterable<ConfluenceUser>
DefaultUserAccessor. getMembers(com.atlassian.user.Group group)
Iterable<ConfluenceUser>
ReadOnlyUserAccessor. getMembers(com.atlassian.user.Group group)
Iterable<ConfluenceUser>
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).PageResponse<ConfluenceUser>
ConfluenceUserResolver. getUsers(LimitedRequest limitedRequest)
Get fully backed (active or disabled) Confluence Users.PageResponse<ConfluenceUser>
DefaultUserAccessor. getUsers(LimitedRequest limitedRequest)
PageResponse<ConfluenceUser>
ReadOnlyUserAccessor. getUsers(LimitedRequest limitedRequest)
List<ConfluenceUser>
ConfluenceUserResolver. getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys)
List<ConfluenceUser>
DefaultUserAccessor. getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys)
List<ConfluenceUser>
ReadOnlyUserAccessor. getUsersByUserKeys(List<com.atlassian.sal.api.user.UserKey> userKeys)
List<ConfluenceUser>
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 ConfluenceUser Modifier and Type Method Description static AutoCloseable
AuthenticatedUserThreadLocal. asUser(ConfluenceUser user)
Deprecated.static void
AuthenticatedUserThreadLocal. asUser(ConfluenceUser user, Runnable task)
Executes the givenRunnable
with the given thread-local User.static <T> T
AuthenticatedUserThreadLocal. asUser(ConfluenceUser user, Callable<T> task)
Executes the givenCallable
with the given thread-local User.com.opensymphony.module.propertyset.PropertySet
DefaultUserAccessor. getPropertySet(ConfluenceUser user)
com.opensymphony.module.propertyset.PropertySet
ReadOnlyUserAccessor. getPropertySet(ConfluenceUser user)
com.opensymphony.module.propertyset.PropertySet
UserAccessor. getPropertySet(ConfluenceUser user)
Deprecated.since 7.7 Plugins should useUserSettingsService
.boolean
DefaultUserContentManager. hasAuthoredContent(ConfluenceUser user)
boolean
UserContentManager. hasAuthoredContent(ConfluenceUser user)
boolean
DefaultUserAccessor. isCrowdManaged(ConfluenceUser user)
boolean
ReadOnlyUserAccessor. isCrowdManaged(ConfluenceUser user)
boolean
DefaultUserAccessor. 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.boolean
ReadOnlyUserAccessor. isDeletedUser(ConfluenceUser user)
boolean
DefaultUserAccessor. isUnsyncedUser(ConfluenceUser user)
boolean
ReadOnlyUserAccessor. isUnsyncedUser(ConfluenceUser user)
void
UserMentionsContentReindexer. 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.void
PersonalInformationManager. removePersonalInformation(@Nullable ConfluenceUser user)
ConfluenceUser
DefaultUserAccessor. renameUser(ConfluenceUser user, String newUsername)
ConfluenceUser
ReadOnlyUserAccessor. renameUser(ConfluenceUser user, String newUsername)
ConfluenceUser
UserAccessor. renameUser(ConfluenceUser user, String newUsername)
Updates the username of the given user.void
DefaultSignupManager. sendWelcomeEmail(ConfluenceUser user)
void
SignupManager. sendWelcomeEmail(ConfluenceUser user)
Sends a welcome email to the given new user.static void
AuthenticatedUserThreadLocal. set(ConfluenceUser user)
void
PersonalInformation. setUser(ConfluenceUser user)
static com.atlassian.user.User
UnknownUser. unknownUser(ConfluenceUser user, I18NBean i18NBean)
Constructors in com.atlassian.confluence.user with parameters of type ConfluenceUser Constructor Description PersonalInformation(ConfluenceUser user, String personalInformation)
-
Uses of ConfluenceUser in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as ConfluenceUser Modifier and Type Field Description ConfluenceUser
AbstractUsersAction. user
Methods in com.atlassian.confluence.user.actions that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
AbstractUserProfileAction. getUser()
ConfluenceUser
AbstractUsersAction. getUser()
ConfluenceUser
ForgotUserPasswordAction. getUser()
ConfluenceUser
RemoveUnsyncedUserAction. getUser()
ConfluenceUser
ViewFollowersAction. getUser()
ConfluenceUser
ViewFollowingAction. getUser()
Methods in com.atlassian.confluence.user.actions that return types with arguments of type ConfluenceUser Modifier and Type Method Description PageResponse<ConfluenceUser>
AbstractSearchCrowdUsersAction. getPageResponse()
Method parameters in com.atlassian.confluence.user.actions with type arguments of type ConfluenceUser Modifier and Type Method Description void
AbstractSearchCrowdUsersAction. setPageResponse(PageResponse<ConfluenceUser> result)
Constructors in com.atlassian.confluence.user.actions with parameters of type ConfluenceUser Constructor Description DeleteUserLongRunningTask(I18NBean i18NBean, SettingsManager settingsManager, 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 ConfluenceUser Modifier and Type Method Description boolean
AggregationWarningManager. isUserAcknowledged(ConfluenceUser user)
ValidationResult
AggregationWarningManager. setAcknowledged(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type ConfluenceUser Modifier and Type Method Description NotificationContext
WelcomeEmailBuilder. buildContextFrom(ConfluenceUser user, NotificationData notificationData)
Constructs aNotificationContext
for the welcome email with the given notificationDataNotificationData
WelcomeEmailBuilder. buildFrom(ConfluenceUser user)
BuildsNotificationData
for 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 ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
ConfluenceUserDao. findByKey(@Nullable com.atlassian.sal.api.user.UserKey key)
Retrieve a ConfluenceUser by the user key.@Nullable ConfluenceUser
ConfluenceUserDao. findByUsername(@Nullable String username)
Find the ConfluenceUser with the given user name.@NonNull ConfluenceUser
ConfluenceUserDao. rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting)
Renames a user@NonNull ConfluenceUser
ConfluenceUserDao. rename(String oldUsername, String newUsername, boolean overrideExisting)
Renames a userMethods in com.atlassian.confluence.user.persistence.dao that return types with arguments of type ConfluenceUser Modifier and Type Method Description Map<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>>
ConfluenceUserDao. findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys)
Performs a bulk lookup of multipleConfluenceUser
s.List<ConfluenceUser>
ConfluenceUserDao. findConfluenceUsersByLowerNames(Iterable<String> lowerNames)
Find allConfluenceUser
which have the given lowerNames.@NonNull Set<ConfluenceUser>
ConfluenceUserDao. getAll()
List<ConfluenceUser>
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 ConfluenceUser Modifier and Type Method Description void
ConfluenceUserDao. create(ConfluenceUser user)
Create a new ConfluenceUser.List<PersonalInformation>
PersonalInformationDao. getAllByUser(ConfluenceUser user)
Workaround for duplicate personal information.PersonalInformation
PersonalInformationDao. getByUser(ConfluenceUser user)
Fetches the personal information object for this user.boolean
ConfluenceUserDao. isDeletedUser(ConfluenceUser user)
Check whether or not a user has been deleted completely from the application.boolean
ConfluenceUserDao. isUnsyncedUser(ConfluenceUser user)
Check whether or not a user exists in the application as unsynced.void
ConfluenceUserDao. remove(ConfluenceUser user)
Remove the supplied ConfluenceUser from persistence.@NonNull ConfluenceUser
ConfluenceUserDao. rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting)
Renames a uservoid
ConfluenceUserDao. 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 ConfluenceUser Modifier and Type Method Description static ConfluenceUser
FindUserHelper. getUser(@Nullable com.atlassian.user.User user)
static ConfluenceUser
FindUserHelper. getUserByUserKey(com.atlassian.sal.api.user.UserKey userKey)
Get a user byUserKey
static @Nullable ConfluenceUser
FindUserHelper. 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 ConfluenceUser Modifier and Type Method Description @Nullable ConfluenceUser
HibernateConfluenceUserDao. findByKey(@Nullable com.atlassian.sal.api.user.UserKey key)
@Nullable ConfluenceUser
HibernateConfluenceUserDao. findByUsername(String username)
ConfluenceUser
HibernateConfluenceUserDao. rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting)
ConfluenceUser
HibernateConfluenceUserDao. rename(String oldUsername, String newUsername, boolean overrideExisting)
Methods in com.atlassian.confluence.user.persistence.dao.hibernate that return types with arguments of type ConfluenceUser Modifier and Type Method Description Map<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>>
HibernateConfluenceUserDao. findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys)
List<ConfluenceUser>
HibernateConfluenceUserDao. findConfluenceUsersByLowerNames(Iterable<String> lowerNames)
Set<ConfluenceUser>
HibernateConfluenceUserDao. getAll()
List<ConfluenceUser>
HibernateConfluenceUserDao. searchUnsyncedUsers(String searchParam)
Methods in com.atlassian.confluence.user.persistence.dao.hibernate with parameters of type ConfluenceUser Modifier and Type Method Description void
HibernateConfluenceUserDao. create(ConfluenceUser user)
Persist a new ConfluenceUser.List<PersonalInformation>
HibernatePersonalInformationDao. getAllByUser(@Nullable ConfluenceUser user)
PersonalInformation
HibernatePersonalInformationDao. getByUser(@Nullable ConfluenceUser user)
Fetches a personal information object for the specified user.boolean
HibernateConfluenceUserDao. isDeletedUser(ConfluenceUser user)
boolean
HibernateConfluenceUserDao. isUnsyncedUser(ConfluenceUser user)
void
HibernateConfluenceUserDao. remove(ConfluenceUser user)
ConfluenceUser
HibernateConfluenceUserDao. rename(ConfluenceUser userToRename, String newUsername, boolean overrideExisting)
void
HibernateConfluenceUserDao. update(ConfluenceUser user)
-
Uses of ConfluenceUser in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return types with arguments of type ConfluenceUser Modifier and Type Method Description Set<ConfluenceUser>
PageChangesBean. getUsers()
Methods in com.atlassian.confluence.util with parameters of type ConfluenceUser Modifier and Type Method Description static Label
LabelUtil. 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 ConfluenceUser Constructor Description PageChangesBean(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 ConfluenceUser Modifier and Type Method Description PageResponse<LongTaskStatus>
DefaultLongRunningTaskManager. getAllTasks(@Nullable ConfluenceUser asUser, LimitedRequest request)
-
Uses of ConfluenceUser in com.atlassian.sal.confluence.user
Methods in com.atlassian.sal.confluence.user that return ConfluenceUser Modifier and Type Method Description ConfluenceUser
ConfluenceUserManager. resolve(String username)
Constructors in com.atlassian.sal.confluence.user with parameters of type ConfluenceUser Constructor Description ConfluenceUserProfile(ConfluenceUser user, ProfilePictureInfo profilePictureInfo)
-