| Modifier and Type | Method and Description |
|---|---|
User |
PersonFactory.buildFrom(ConfluenceUser hibernateObject,
Expansions expansions) |
Person |
PersonFactory.forUser(ConfluenceUser user,
Expansion... expansions)
Construct the person object for a particular user.
|
User |
PersonFactory.fromUser(ConfluenceUser user,
Expansion... expansions)
Constructs a User object for a particular user.
|
User |
PersonFactory.fromUser(ConfluenceUser user,
Expansions expansions)
Constructs a User object for a particular user.
|
protected String |
PersonFactory.getEmailOrNull(ConfluenceUser user)
Returns user's email if:
Requesting user is not Anonymous
Requesting user is licensed
Requesting user is either admin or a global settings allows emails to be visible
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ContentCreator.validateCreate(ConfluenceUser confluenceUser,
Content newContent,
Class<? extends ContentEntityObject> entityClass)
Perform common validation checks for creation of content in a space
|
ValidationResult |
ContentCreator.validateUpdate(ConfluenceUser user,
Content updatedContent,
ContentEntityObject entity)
Perform common validation checks for updating content
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfluenceUser> |
UserMentionsExtractor.extractMentionedUsers(XMLEventReader reader)
Given a stream of storage format extracts all user links that are considered a 'mention'.
|
List<ConfluenceUser> |
DefaultUserMentionsExtractor.extractMentionedUsers(XMLEventReader reader)
Given a stream of storage format extracts all user links that are considered a 'mention'.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ConfluenceActionSupport.getAuthenticatedUser()
Return the user from
AuthenticatedUserThreadLocal.get(). |
ConfluenceUser |
VersionHistorySummaryCollaborator.getCollaborator() |
ConfluenceUser |
ConfluenceEntityObject.getCreator() |
ConfluenceUser |
VersionHistorySummaryCollaborator.getLastModifier() |
ConfluenceUser |
VersionHistorySummary.getLastModifier()
Deprecated.
since 6.0. Use
VersionHistorySummary.getContributors() instead. |
ConfluenceUser |
ConfluenceEntityObject.getLastModifier() |
ConfluenceUser |
ConfluenceActionSupport.getUserByName(String username)
Returns user by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfluenceUser> |
VersionHistorySummary.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Page> |
DefaultContentPermissionManager.getVisiblePages(ConfluenceUser viewingUser,
Collection<Page> pages)
Takes a collection of
Pages and returns a new collection containing those that are
visible to the given user. |
Collection<Page> |
ContentPermissionManager.getVisiblePages(ConfluenceUser viewingUser,
Collection<Page> contentEntities)
Takes a collection of pages and returns another collection containing those pages which are visible
to the given user.
|
boolean |
DefaultContentPermissionManager.isPageVisible(ConfluenceUser viewingUser,
Page page) |
boolean |
ContentPermissionManager.isPageVisible(ConfluenceUser viewingUser,
Page contentEntity)
Checks a given content entity for visibility by a given user.
|
void |
DefaultContentPermissionManager.removeAllUserPermissions(ConfluenceUser user) |
void |
ContentPermissionManager.removeAllUserPermissions(ConfluenceUser user)
Remove all content permission associated with a given user.
|
void |
ConfluenceEntityObject.setCreator(ConfluenceUser creator) |
void |
ConfluenceEntityObject.setLastModifier(ConfluenceUser lastModifier) |
| Constructor and Description |
|---|
VersionHistorySummary(long contentId,
int version,
ConfluenceUser lastModifier,
Date lastModifiedDate,
String versionComment) |
VersionHistorySummary(long contentId,
int version,
ConfluenceUser lastModifier,
List<ConfluenceUser> contributors,
Date lastModifiedDate,
String versionComment) |
VersionHistorySummaryCollaborator(long id,
int version,
Date lastModificationDate,
String versionComment,
ConfluenceUser lastModifier,
ConfluenceUser collaborator) |
| Constructor and Description |
|---|
VersionHistorySummary(long contentId,
int version,
ConfluenceUser lastModifier,
List<ConfluenceUser> contributors,
Date lastModifiedDate,
String versionComment) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<ConfluenceUser>> |
ContentEntityObjectDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions)
Get version edit contributors for a set of content identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentPermission> |
ContentPermissionDao.getUserPermissions(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<ConfluenceUser>> |
ContentEntityObjectHibernateDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentPermission> |
ContentPermissionHibernateDao.getUserPermissions(ConfluenceUser user) |
| Constructor and Description |
|---|
RunAsUserCommand(ConfluenceUser userToRunAs,
ServiceCommand delegate) |
| Constructor and Description |
|---|
AttachmentRestoreEvent(Object source,
Attachment attachment,
ConfluenceUser originatingUser)
Creates an attachment restore event
|
AttachmentTrashedEvent(Object source,
Attachment attachment,
ConfluenceUser originatingUser,
boolean suppressNotifications)
Creates an attachment trashed event
|
GeneralAttachmentRestoreEvent(Object source,
Attachment attachment,
ConfluenceUser originatingUser,
boolean suppressNotifications)
Creates an attachment restore event
|
HiddenAttachmentRestoreEvent(Object source,
Attachment attachment,
ConfluenceUser originatingUser)
Creates an attachment restore event
|
| Constructor and Description |
|---|
BlogPostMovedEvent(Object src,
ConfluenceUser user,
BlogPost blogPost,
Space originalSpace,
Space currentSpace) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SynchronyRecoveryEvent.getUser() |
ConfluenceUser |
ContentUpdatedEvent.getUser() |
| Constructor and 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,
ContentId contentId,
String recoveryState) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
FollowEvent.getFolloweeUser() |
ConfluenceUser |
FollowEvent.getFollowerUser() |
| Constructor and Description |
|---|
FollowEvent(Object src,
ConfluenceUser followee,
ConfluenceUser follower) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SpacePermissionsRemoveForUserEvent.getUser() |
| Constructor and Description |
|---|
SpacePermissionsRemoveForUserEvent(Object src,
ConfluenceUser user,
List<SpacePermission> permissions) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ForgotPasswordEvent.getUser() |
| Constructor and Description |
|---|
ForgotPasswordEvent(ConfluenceUser user,
String resetPasswordLink,
String changePasswordRequestLink) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
Connection.getFolloweeUser() |
ConfluenceUser |
Connection.getFollowerUser() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfluenceUser> |
FollowManager.getFollowing(ConfluenceUser user)
Deprecated.
since 5.6. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
|
Set<ConfluenceUser> |
DefaultFollowManager.getFollowing(ConfluenceUser user)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultFollowManager.UserCanUseConfluencePredicate.apply(ConfluenceUser user) |
void |
FollowManager.followUser(ConfluenceUser follower,
ConfluenceUser followee)
Sets the follower to follow the specified user.
|
void |
DefaultFollowManager.followUser(ConfluenceUser follower,
ConfluenceUser followee) |
<T> Paginated<T> |
DefaultFollowManager.getFollowers(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query) |
Set<ConfluenceUser> |
FollowManager.getFollowing(ConfluenceUser user)
Deprecated.
since 5.6. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
|
Set<ConfluenceUser> |
DefaultFollowManager.getFollowing(ConfluenceUser user)
Deprecated.
|
<T> Paginated<T> |
DefaultFollowManager.getFollowing(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query) |
| Modifier and Type | Method and Description |
|---|---|
<T> Paginated<T> |
DefaultFollowManager.getFollowers(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query) |
<T> Paginated<T> |
DefaultFollowManager.getFollowing(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query) |
| Constructor and Description |
|---|
Connection(ConfluenceUser follower,
ConfluenceUser followee) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is following
|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified user
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is following
|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified user
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Returns a list of usernames for the users that the specified user is following
|
PageResponse<ConfluenceUser> |
ConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate)
Returns a list of users that are followers of the specified user
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate) |
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate) |
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowees(ConfluenceUser follower,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate) |
PageResponse<ConfluenceUser> |
HibernateConnectionDao.getFollowers(ConfluenceUser followee,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<ConfluenceUser> predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfluenceUser |
ConfluenceAuthenticator.getUser(String uid) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
VersionContributorSummary.getContributor() |
| Constructor and Description |
|---|
VersionContributorSummary(long contentId,
ConfluenceUser contributor) |
VersionContributorSummary(Long originalVersionId,
Long contentId,
ConfluenceUser contributor) |
| Modifier and Type | Method and Description |
|---|---|
Homepage |
HomepageService.getHomepage(ConfluenceUser user)
Determines which type of homepage the current user should receive.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
PopularityInfo.getCreator() |
| Modifier and Type | Method and Description |
|---|---|
static PopularityInfoId |
PopularityInfo.createId(ContentEntityObject target,
ConfluenceUser creator) |
static PopularityInfo |
PopularityInfo.createLike(ContentEntityObject content,
ConfluenceUser user,
Instant creationDate) |
void |
TrackingPopularityInfoIndexer.indexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
void |
PopularityInfoIndexer.indexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
void |
NoOpPopularityInfoIndexer.indexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
void |
TrackingPopularityInfoIndexer.unindexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
void |
PopularityInfoIndexer.unindexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
void |
NoOpPopularityInfoIndexer.unindexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqPopularityInfoIndexer.indexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
void |
AmqPopularityInfoIndexer.unindexLike(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
| Constructor and Description |
|---|
IndexLikePayload(ContentEntityObject contentEntity,
ConfluenceUser user,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegatingNotificationDao.isWatchingContent(ConfluenceUser user,
ContentEntityObject content) |
boolean |
CachingNotificationDao.isWatchingContent(ConfluenceUser user,
ContentEntityObject content) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentAwareHelper.configureCommentAware(CommentAware commentAware,
CommentAwareHelper.ParameterSource parameterSource,
ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<com.atlassian.fugue.Maybe<ConfluenceUser>> |
BulkUserLookup.lookupUser(Supplier<com.atlassian.fugue.Pair<String,com.atlassian.sal.api.user.UserKey>> userIdSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoarseGrainedCachingSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user)
Deprecated.
|
void |
CoarseGrainedCachingSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user,
SpacePermissionContext context) |
void |
CoarseGrainedCachingSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType)
Deprecated.
|
void |
CoarseGrainedCachingSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType,
SpacePermissionContext context) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SpacePermissionQueryBuilderImpl.getUser() |
ConfluenceUser |
SpacePermissionQueryBuilder.getUser()
Returns the user this query builder was constructed for.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<AccessDenied,SpacePermissionQueryBuilder> |
SpacePermissionQueryManager.createSpacePermissionQueryBuilder(ConfluenceUser user,
String permissionType)
Constructs a
SpacePermissionQueryBuilder 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. |
com.atlassian.fugue.Either<AccessDenied,SpacePermissionQueryBuilder> |
DefaultSpacePermissionQueryManager.createSpacePermissionQueryBuilder(ConfluenceUser user,
String permissionType) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
CachingConfluenceUserDao.findByKey(com.atlassian.sal.api.user.UserKey key) |
ConfluenceUser |
CachingConfluenceUserDao.findByUsername(String username)
Attempts to find a
ConfluenceUser for the given username. |
ConfluenceUser |
CachingConfluenceUserDao.rename(String oldUsername,
String newUsername,
boolean overrideExisting) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>> |
CachingConfluenceUserDao.findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys) |
Set<ConfluenceUser> |
CachingConfluenceUserDao.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingConfluenceUserDao.create(ConfluenceUser user) |
boolean |
CachingConfluenceUserDao.createIfMissing(ConfluenceUser user) |
void |
CachingConfluenceUserDao.remove(ConfluenceUser user) |
void |
CachingConfluenceUserDao.update(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,com.atlassian.confluence.impl.user.propertyset.TaggedValue> |
UserPropertySetDao.getItems(ConfluenceUser user) |
Map<String,com.atlassian.confluence.impl.user.propertyset.TaggedValue> |
SqlUserPropertySetDao.getItems(ConfluenceUser user) |
void |
UserPropertySetDao.removeItem(ConfluenceUser user,
String key) |
void |
SqlUserPropertySetDao.removeItem(ConfluenceUser user,
String key) |
void |
UserPropertySetDao.setBoolean(ConfluenceUser user,
String key,
boolean value) |
void |
SqlUserPropertySetDao.setBoolean(ConfluenceUser user,
String key,
boolean value) |
void |
UserPropertySetDao.setDate(ConfluenceUser user,
String key,
Date value) |
void |
SqlUserPropertySetDao.setDate(ConfluenceUser user,
String key,
Date value) |
void |
UserPropertySetDao.setDouble(ConfluenceUser user,
String key,
double value) |
void |
SqlUserPropertySetDao.setDouble(ConfluenceUser user,
String key,
double value) |
void |
UserPropertySetDao.setInt(ConfluenceUser user,
String key,
int value) |
void |
SqlUserPropertySetDao.setInt(ConfluenceUser user,
String key,
int value) |
void |
UserPropertySetDao.setLong(ConfluenceUser user,
String key,
long value) |
void |
SqlUserPropertySetDao.setLong(ConfluenceUser user,
String key,
long value) |
void |
UserPropertySetDao.setString(ConfluenceUser user,
String key,
String value) |
void |
SqlUserPropertySetDao.setString(ConfluenceUser user,
String key,
String value) |
void |
UserPropertySetDao.setText(ConfluenceUser user,
String key,
String value) |
void |
SqlUserPropertySetDao.setText(ConfluenceUser user,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ImportContext.getUser() |
ConfluenceUser |
DefaultImportContext.getUser() |
| Constructor and Description |
|---|
DefaultImportContext(String workingFile,
ExportDescriptor exportDescriptor,
ConfluenceUser importer) |
DefaultImportContext(URL workingURL,
ConfluenceUser importer) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
ExportSpaceTaskRunner.getLastTaskId(ConfluenceUser user) |
Optional<String> |
ExportSpaceRunner.getLastTaskId(ConfluenceUser user) |
Optional<String> |
ExportSpaceTaskRunner.submitTask(ConfluenceUser user,
ExportSpaceParams exportSpaceParams) |
Optional<String> |
ExportSpaceRunner.submitTask(ConfluenceUser user,
ExportSpaceParams exportSpaceParams) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentDownloadResourceManager.getAttachment(ConfluenceUser user,
String resourcePath,
Map parameters,
String urlPrefix) |
PartialDownloadResourceReader |
PartialDownloadResourceManager.getPartialResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters,
String requestRange)
Returns a
DownloadResourceReader for part of a downloadable resource. |
PartialDownloadResourceReader |
DelegatorDownloadResourceManager.getPartialResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters,
String requestRange) |
PartialDownloadResourceReader |
AttachmentDownloadResourceManager.getPartialResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters,
String requestRange) |
DownloadResourceReader |
WebImagesDownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters)
Returns a
WebImagesDownloadResourceReader for retrieving web application images. |
DownloadResourceReader |
ThumbnailDownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters)
Returns a
ThumbnailDownloadResourceReader for retrieving thumbnail content. |
DownloadResourceReader |
IconDownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters) |
DownloadResourceReader |
ExportDownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters)
Returns a
FileDownloadResourceReader for reading the stored output of the previous execution of a macro. |
DownloadResourceReader |
ExportDownloadFromFilestoreResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters) |
DownloadResourceReader |
DownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters)
Returns a
DownloadResourceReader for a downloadable resource. |
DownloadResourceReader |
DelegatorDownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters) |
DownloadResourceReader |
AttachmentDownloadResourceManager.getResourceReader(ConfluenceUser user,
String resourcePath,
Map parameters)
Returns a
AttachmentDownloadResourceReader for retrieving attachment content. |
| Modifier and Type | Method and Description |
|---|---|
<T> Paginated<T> |
FollowManagerInternal.getFollowers(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query)
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)
Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Paginated<T> |
FollowManagerInternal.getFollowers(ConfluenceUser user,
PaginationQuery<ConfluenceUser,T> query)
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)
Returns a list of users that the specified user is following, limited and converted by the given PaginationQuery.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<LongTaskStatus> |
LongRunningTaskManagerInternal.getAllTasks(ConfluenceUser asUser,
LimitedRequest request)
Get all currently-tracked tasks that the specified user can see.
|
| Modifier and Type | Method and Description |
|---|---|
protected RelationEntity<ConfluenceUser,ContentEntityObject> |
User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser,ContentEntityObject> relationEntity,
ConfluenceUser source,
ContentEntityObject target,
RelationDescriptor relationDescriptor) |
List<ConfluenceUser> |
User2UserHibernateRelationDao.getSources(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
List<ConfluenceUser> |
User2ContentHibernateRelationDao.getSources(RelationQuery<ContentEntityObject> request,
int start,
int limit) |
List<ConfluenceUser> |
User2UserHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
protected RelationEntity<ConfluenceUser,ContentEntityObject> |
User2ContentHibernateRelationDao.constructRelationEntity(RelationEntity<ConfluenceUser,ContentEntityObject> relationEntity,
ConfluenceUser source,
ContentEntityObject target,
RelationDescriptor relationDescriptor) |
List<ConfluenceUser> |
User2UserHibernateRelationDao.getSources(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
int |
User2UserHibernateRelationDao.getSourcesCount(RelationQuery<ConfluenceUser> request) |
List<ConfluenceUser> |
User2UserHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
List<ContentEntityObject> |
User2ContentHibernateRelationDao.getTargets(RelationQuery<ConfluenceUser> request,
int start,
int limit) |
int |
User2UserHibernateRelationDao.getTargetsCount(RelationQuery<ConfluenceUser> request) |
int |
User2ContentHibernateRelationDao.getTargetsCount(RelationQuery<ConfluenceUser> request) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredLookupUser
A
ConfluenceUser implementation based on a UserKey object, and which looks up the "real"
ConfluenceUser lazily as necessary to fulfil the method contract. |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
UserAccessorInternal.getExistingUserByPerson(Person person)
Retrieve the corresponding ConfluenceUser (if any) for a Person, by username, or user key
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Pair<List<String>,PageResponse<ConfluenceUser>> |
UserSearchServiceInternalImpl.doMemberOfGroupsSearch(PageRequest pageRequest,
GroupSearchRequest searchRequest) |
com.atlassian.fugue.Pair<List<String>,PageResponse<ConfluenceUser>> |
UserSearchServiceInternal.doMemberOfGroupsSearch(PageRequest pageRequest,
GroupSearchRequest searchRequest) |
PageResponse<ConfluenceUser> |
UserSearchServiceInternalImpl.doUserSearch(PageRequest pageRequest,
UserSearchRequest searchRequest) |
PageResponse<ConfluenceUser> |
UserSearchServiceInternal.doUserSearch(PageRequest pageRequest,
UserSearchRequest searchRequest) |
com.atlassian.fugue.Option<ConfluenceUser> |
UserAccessorInternal.getExistingByApiUser(User user)
Retrieve the corresponding ConfluenceUser (if any) for a user, by user key or username
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ParsedLabelName.getOwnerUser() |
ConfluenceUser |
Label.getOwnerUser() |
ConfluenceUser |
Labelling.getOwningUser() |
| Modifier and Type | Method and Description |
|---|---|
static ParsedLabelName |
LabelParser.create(String labelName,
ConfluenceUser user) |
List<Label> |
Labels.getGlobalLabels(ConfluenceUser user)
List the labels on this content that are global labels
|
List<Label> |
Labels.getLabelsForDisplay(ConfluenceUser user)
List the labels on this content that are visible to a particular user, and should
be shown in a list of labels.
|
List<Label> |
Labels.getPersonalLabels(ConfluenceUser user)
List the labels on this content that are personal labels for a particular user
|
List<Label> |
Labels.getTeamLabels(ConfluenceUser user)
List the labels on this content that are team labels for a particular user
|
List<Label> |
Labels.getVisibleLabels(ConfluenceUser user)
List the labels on this content that are visible to a particular user
|
boolean |
ParsedLabelName.hasOwner(ConfluenceUser user) |
static boolean |
LabelParser.isLabelOwnedByUser(String labelString,
ConfluenceUser user) |
boolean |
Label.isOwnedBy(ConfluenceUser user) |
boolean |
Label.isVisibleTo(ConfluenceUser viewingUser)
Determines whether the label should be made visible to a particular user.
|
static ParsedLabelName |
LabelParser.parse(String labelString,
ConfluenceUser user) |
Label |
ParsedLabelName.toLabel(ConfluenceUser user)
Creates a personal, team or global Label object from the parsed name with the given owner.
|
| Constructor and Description |
|---|
Label(String name,
Namespace namespace,
ConfluenceUser owner) |
Label(String name,
String namespace,
ConfluenceUser owner) |
Labelling(Label label,
EditableLabelable labelable,
ConfluenceUser user) |
NamespaceLabelFilter(Namespace namespace,
ConfluenceUser user) |
ParsedLabelName(String labelName,
ConfluenceUser owner) |
ParsedLabelName(String labelName,
ConfluenceUser owner,
String prefix) |
VisibleLabelFilter(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
AbstractLabelsCommand.getUser() |
| Modifier and Type | Method and Description |
|---|---|
default AddLabelsCommand |
LabelsService.newAddLabelCommand(String labelString,
ConfluenceUser user,
long entityId)
Builds a command that takes a string of comma separated labels and adds them to a
Page or Blog Post for the specified user.
|
AddLabelsCommand |
LabelsService.newAddLabelCommand(String labelString,
ConfluenceUser user,
long entityId,
String entityType)
Builds a command that takes a string of comma separated labels and adds them to a
Page or Blog Post for the specified user.
|
AddLabelsCommand |
DefaultLabelsService.newAddLabelCommand(String labelString,
ConfluenceUser user,
long entityId,
String entityType) |
default RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(Label label,
ConfluenceUser user,
long entityId)
Builds a command that takes removes the specified label
Page or Blog Post for the specified user.
|
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(Label label,
ConfluenceUser user,
long entityId,
String entityType) |
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(Label label,
ConfluenceUser user,
long entityId,
String entityType) |
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(long labelId,
ConfluenceUser user,
long entityId)
Builds a command that takes removes the specified label
Page or Blog Post for the specified user.
|
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(long labelId,
ConfluenceUser user,
long entityId) |
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(String labelIdString,
ConfluenceUser user,
long entityId)
Builds a command that takes removes the specified label
Page or Blog Post for the specified user.
|
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(String labelIdString,
ConfluenceUser user,
long entityId) |
ValidateLabelsCommand |
LabelsService.newValidateLabelCommand(String labelString,
ConfluenceUser user)
Builds a command that will validate the labels without actually adding them.
|
ValidateLabelsCommand |
DefaultLabelsService.newValidateLabelCommand(String labelString,
ConfluenceUser user) |
| Constructor and Description |
|---|
AbstractLabelsCommand(ConfluenceUser user,
long entityId,
String entityType,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
AddLabelsCommandImpl(String labelsString,
ConfluenceUser user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager,
UserHistoryManager userHistoryManager) |
RemoveLabelCommandImpl(Label label,
ConfluenceUser user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(long labelId,
ConfluenceUser user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(long labelId,
ConfluenceUser user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(String labelsString,
ConfluenceUser user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
LikeEntity.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
LikeEntity.setUser(ConfluenceUser user) |
| Constructor and Description |
|---|
LikeEntity(ContentEntityObject content,
ConfluenceUser user,
Date creationDate) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
Notification.getReceiver() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNotificationsSender.sendNotification(ConfluenceUser toUser,
NotificationContext context,
NotificationData notificationData,
ConversionContext conversionContext) |
void |
Notification.setReceiver(ConfluenceUser receiver) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationDao.isWatchingContent(ConfluenceUser user,
ContentEntityObject content)
Returns true if the given user is directly watching the given content.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HibernateNotificationDao.isWatchingContent(ConfluenceUser user,
ContentEntityObject content) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
AbstractEditPageAction.getLastConflictingUser()
Return the user who made the most recent conflicting change.
|
| Constructor and Description |
|---|
PagePermissionsActionHelper(ConfluenceUser currentAuthenticatedUser,
UserAccessor userAccessor) |
| Modifier and Type | Method and Description |
|---|---|
List<Space> |
AvailableSpaces.getAvailableSpaces(Space currentSpace,
ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Draft |
NoopDraftDao.getDraft(String pageId,
ConfluenceUser owner,
String type,
String spaceKey) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,List<ConfluenceUser>> |
CachingPageDao.getVersionEditContributors(Iterable<ContentEntityObject> originalVersions) |
| Modifier and Type | Method and Description |
|---|---|
Draft |
HibernateDraftDao.getDraft(String pageId,
ConfluenceUser creator,
String draftType,
String spaceKey) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
WebInterfaceContext.getCurrentUser() |
ConfluenceUser |
DefaultWebInterfaceContext.getCurrentUser() |
ConfluenceUser |
WebInterfaceContext.getTargetedUser() |
ConfluenceUser |
DefaultWebInterfaceContext.getTargetedUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWebInterfaceContext.setCurrentUser(ConfluenceUser user)
Set the current user on the context
|
void |
DefaultWebInterfaceContext.setTargetedUser(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
EdgeFactory.getLikeEdge(ConfluenceUser liker,
ContentEntityObject likedContent,
Date likeDate)
Creates a new instance of an edge which represents a user liking content.
|
Edge |
DefaultEdgeFactory.getLikeEdge(ConfluenceUser liker,
ContentEntityObject likedContent,
Date likeDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultEdgeTypePermissionDelegate.canView(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
Edge.getUser()
The user who created the edge.
|
ConfluenceUser |
DefaultEdge.getUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EdgeType.EdgeTypePermissionDelegate.canView(ConfluenceUser user) |
| Constructor and Description |
|---|
DefaultEdge(ConfluenceUser user,
EdgeType edgeType,
Object target,
Date date,
Object edgeId) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
LikeNotification.getRecipient() |
| Constructor and 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalEntitiesContextProvider.injectSpaceTabContext(ConfluenceUser user,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfluenceUser> |
RecentlyUpdatedMacroParams.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfluenceUser> |
UserImpersonator.impersonate(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfluenceUser> |
UserImpersonator.impersonate(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfluenceUser> |
AtlassianAccountUserAccessor.getUserByAtlassianAccountId(String atlassianAccountId)
Returns a user given an atlassian account id.
|
| Modifier and Type | Method and Description |
|---|---|
UserDto |
UserDtoFactoryImpl.getUserDto(ConfluenceUser targetUser) |
UserDto |
UserDtoFactory.getUserDto(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
UserEntity |
UserEntityHelper.buildEntityForUser(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SynchronyContentService.confluenceRecovery(long contentId,
ConfluenceUser user,
String conflictingRev) |
boolean |
SynchronyContentService.confluenceRecovery(String recoveryState,
long contentId,
ConfluenceUser user) |
String |
SynchronyJsonWebTokenGenerator.create(Long contentId,
ConfluenceUser user)
Creates an encrypted JSON Web Token that is necessary to connect collaborative editing
|
com.atlassian.fugue.Either<SynchronyError,net.minidev.json.JSONObject> |
SynchronyContentService.discardUnpublishedChanges(ContentId contentId,
ConfluenceUser user) |
protected com.nimbusds.jwt.JWTClaimsSet |
SynchronyJsonWebTokenGenerator.makeClaims(String appId,
String serviceUri,
Map<String,Object> access,
Map<String,Object> session,
ConfluenceUser user,
String passphrase) |
boolean |
SynchronyContentService.synchronyRecovery(String recoveryState,
long contentId,
ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
SynchronyChangeRequest.Builder |
SynchronyChangeRequest.Builder.merges(ConfluenceUser user,
Integer version,
String type,
String trigger) |
| Modifier and Type | Method and Description |
|---|---|
protected ConfluenceUser |
BaseHttpRetrievalMacro.getRemoteUser() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfluenceUser |
TokenAuthenticationInvocationHandler.getAuthenticatedUser(String token)
Determines which user is performing the request.
|
ConfluenceUser |
TokenAuthenticationManager.makeAnonymousConfluenceUser()
Returns the anonymous user
|
ConfluenceUser |
TokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(String token)
Retrieves the user for a particular token
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
RemoteConfluenceUser(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SoapServiceHelperImpl.retrieveUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpacesSoapService.verifyPersonalSpaceCreation(ConfluenceUser user)
Deprecated.
since 4.2.7 will be removed in a future release
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
NetworkFeedAction.getUser() |
| Modifier and Type | Method and Description |
|---|---|
List<SpacePickerHelper.SpaceDTO> |
SpacePickerHelper.getAvailableGlobalSpaces(ConfluenceUser user)
Gets a list of current (non-archived) global space keys and names, not including any of the user's
favourite spaces.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SearchResult.getCreatorUser()
Returns the creator of this result.
|
ConfluenceUser |
SearchResult.getLastModifierUser()
Returns the last modifier of this result.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ContentPermissionSearchUtils.getEncodedUserKey(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SearchQueryParameters.getContributor() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfluenceUser> |
RecentUpdateQueryParameters.getFollowingUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQueryParameters.setContributor(ConfluenceUser contributor)
Limits results to ones where the given user has been a contributor
|
| Constructor and Description |
|---|
RecentUpdateQueryParameters(Set<ConfluenceUser> followingUsers,
Set<String> labels,
Set<String> spaceKeys,
EnumSet<ContentTypeEnum> contentTypes) |
| Constructor and Description |
|---|
ShadowPermissionVerifier(Function<T,Optional<com.atlassian.bonnie.Searchable>> searchableConverter,
Function<T,String> handleConverter,
Supplier<ConfluenceUser> confluenceUserSupplier,
ContentPermissionManager contentPermissionManager,
Consumer<ShadowPermissionVerifier.DiagnosticInfo> diagnosticInfoConsumer) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SearchResult.getCreatorUser()
Gets the person who created the entity represented by the search result.
|
ConfluenceUser |
ProjectedSearchResult.getCreatorUser() |
ConfluenceUser |
AbstractSearchResult.getCreatorUser() |
ConfluenceUser |
SearchResult.getLastModifierUser()
Gets the last person to modify the entity represented by the search result.
|
ConfluenceUser |
ProjectedSearchResult.getLastModifierUser() |
ConfluenceUser |
AbstractSearchResult.getLastModifierUser() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<com.atlassian.fugue.Maybe<ConfluenceUser>> |
AbstractSearchResult.UserLookup.lookupUser(Supplier<com.atlassian.fugue.Pair<String,com.atlassian.sal.api.user.UserKey>> userIdSupplier) |
| Constructor and Description |
|---|
AbstractSearchResult(com.google.common.base.Function<String,ConfluenceUser> userLookup)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ConfluenceUser> |
LastModifierUserSearchFilter.getLastModifiers() |
| Constructor and Description |
|---|
LastModifierUserSearchFilter(Collection<ConfluenceUser> lastModifiers)
Creates an OR filter over the
DocumentFieldName.LAST_MODIFIER_NAME field. |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
SpacePermission.getUserSubject() |
ConfluenceUser |
ContentPermission.getUserSubject()
When
ContentPermission.isUserPermission() is true, returns the user who is explicitly permitted by this permission. |
| Modifier and Type | Method and Description |
|---|---|
<X> Stream<X> |
Permission.checkAgainst(PermissionDelegate delegate,
ConfluenceUser user,
Stream<X> targets)
Provides a bulk operation for checking against multiple target objects.
|
static ContentPermission |
ContentPermission.createUserPermission(String type,
ConfluenceUser user) |
static SpacePermission |
SpacePermission.createUserSpacePermission(String type,
Space space,
ConfluenceUser subject) |
protected List<SpacePermission> |
DefaultSpacePermissionManager.getAllPermissionsForUser(ConfluenceUser user) |
default Stream<T> |
PermissionDelegate.getVisible(ConfluenceUser user,
Stream<T> targets)
Provides a bulk operation that checks visiblity of multiple objects.
|
void |
SpacePermissionManager.removeAllUserPermissions(ConfluenceUser user)
|
void |
SpacePermissionCoordinator.removeAllUserPermissions(ConfluenceUser user)
Removes all the
SpacePermission's for the specified user. |
void |
ReadOnlySpacePermissionManager.removeAllUserPermissions(ConfluenceUser user)
Deprecated.
|
void |
DefaultSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) |
void |
SpacePermissionCoordinator.removeAllUserPermissions(ConfluenceUser user,
SpacePermissionContext context)
Removes all the
SpacePermission's for the specified user. |
void |
ReadOnlySpacePermissionManager.removeAllUserPermissions(ConfluenceUser user,
SpacePermissionContext context) |
void |
DefaultSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user,
SpacePermissionContext context) |
void |
SpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType)
|
void |
SpacePermissionCoordinator.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType)
Removes the specified Global Permissions of type 'permissionType' from the user
|
void |
ReadOnlySpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType)
Deprecated.
|
void |
DefaultSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType)
Deprecated.
|
void |
SpacePermissionCoordinator.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType,
SpacePermissionContext context)
Removes the specified Global Permissions of type 'permissionType' from the user
|
void |
ReadOnlySpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType,
SpacePermissionContext context) |
void |
DefaultSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
String permissionType,
SpacePermissionContext context) |
void |
ContentPermission.setSubject(ConfluenceUser subject) |
void |
SpacePermission.setUserSubject(ConfluenceUser user)
|
| Constructor and Description |
|---|
ContentPermission(String type,
String groupName,
ConfluenceUser user) |
SpacePermission(String type,
Space space,
String group,
ConfluenceUser subject) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
DefaultPermissionsAdministrator.UserPermissionRow.getUser() |
| Modifier and Type | Method and 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 |
EditSpacePermissionsAdministrator.createUserGuardPermission(String guardPermission,
ConfluenceUser user) |
SpacePermission |
EditPermissionsAdministrator.createUserGuardPermission(String guardPermission,
ConfluenceUser user)
Creates the relevant guard permission for the user
|
SpacePermission |
EditGlobalPermissionsAdministrator.createUserGuardPermission(String guardPermission,
ConfluenceUser user)
Creates the relevant guard permission for the user
|
| Constructor and Description |
|---|
UserPermissionRow(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Page> |
PagePermissionsDelegate.getVisible(ConfluenceUser user,
Stream<Page> pages) |
Stream<T> |
TargetToLatestVersionDecorator.getVisible(ConfluenceUser user,
Stream<T> targets) |
Stream<T> |
SharedAccessInterceptor.getVisible(ConfluenceUser user,
Stream<T> targets) |
| Modifier and Type | Method and Description |
|---|---|
List<SpacePermission> |
SpacePermissionDao.findPermissionsForUser(ConfluenceUser user)
Retrieves all permissions for user
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
UserLoginInfo.getUser() |
| Modifier and Type | Method and Description |
|---|---|
List<SpacePermission> |
HibernateSpacePermissionDao.findPermissionsForUser(ConfluenceUser user) |
| Constructor and Description |
|---|
UserLoginInfo(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceUser |
ConfluenceAuthenticatorUtils.refreshPrincipalObtainedFromSession(UserAccessor userAccessor,
Principal principal) |
| Constructor and Description |
|---|
ConfluenceUserPrincipal(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
void |
VacantDarkFeaturesManager.disableUserFeature(ConfluenceUser user,
String featureKey) |
void |
DefaultDarkFeaturesManager.disableUserFeature(ConfluenceUser user,
String featureKey) |
void |
DarkFeaturesManager.disableUserFeature(ConfluenceUser user,
String featureKey)
Disables the specified feature for the specified User
|
void |
VacantDarkFeaturesManager.enableUserFeature(ConfluenceUser user,
String featureKey) |
void |
DefaultDarkFeaturesManager.enableUserFeature(ConfluenceUser user,
String featureKey) |
void |
DarkFeaturesManager.enableUserFeature(ConfluenceUser user,
String featureKey)
Enables the specified feature for the specified User
|
DarkFeatures |
VacantDarkFeaturesManager.getDarkFeatures(ConfluenceUser user)
This is vacant (tenant-less) manager.
|
DarkFeatures |
DefaultDarkFeaturesManager.getDarkFeatures(ConfluenceUser user) |
DarkFeatures |
DarkFeaturesManager.getDarkFeatures(ConfluenceUser user) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfluenceUser |
AbstractAwareInterceptor.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceManager.getPersonalSpace(ConfluenceUser user)
Get the personal space of the given user.
|
Space |
DefaultSpaceManager.getPersonalSpace(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
String |
SpaceLogoManager.getLogoDownloadPath(Supplier<Optional<ConfluenceUser>> spaceOwner,
SpaceType spaceType,
com.atlassian.user.User viewingUser,
Supplier<Optional<? extends Downloadable>> spaceLogo)
Deprecated.
|
String |
DefaultSpaceLogoManager.getLogoDownloadPath(Supplier<Optional<ConfluenceUser>> spaceOwner,
SpaceType spaceType,
com.atlassian.user.User viewingUser,
Supplier<Optional<? extends Downloadable>> spaceLogo) |
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceDao.getPersonalSpace(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
Space |
HibernateSpaceDao.getPersonalSpace(ConfluenceUser user) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfluenceUserImpl
An implementation of the ConfluenceUser which wraps an atlassian-user User
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
UserAccessor.createUser(com.atlassian.user.User userTemplate,
com.atlassian.user.security.password.Credential password) |
ConfluenceUser |
DefaultUserAccessor.createUser(com.atlassian.user.User userTemplate,
com.atlassian.user.security.password.Credential credential) |
static ConfluenceUser |
AuthenticatedUserThreadLocal.get()
Deprecated.
|
ConfluenceUser |
UserAccessor.getExistingUserByKey(com.atlassian.sal.api.user.UserKey key)
Returns the user with the specified user key, or
null if the user doesn't exist or the key is
null. |
ConfluenceUser |
DefaultUserAccessor.getExistingUserByKey(com.atlassian.sal.api.user.UserKey key) |
ConfluenceUser |
DefaultUserAccessor.getExistingUserByPerson(Person person) |
ConfluenceUser |
PersonalInformation.getUser() |
ConfluenceUser |
UserAccessor.getUserByKey(com.atlassian.sal.api.user.UserKey key)
Returns the user with the specified user key, or
null if the user has never existed or the key is
null. |
ConfluenceUser |
DefaultUserAccessor.getUserByKey(com.atlassian.sal.api.user.UserKey key) |
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.getUserByName(String name) |
ConfluenceUser |
UserAccessor.renameUser(ConfluenceUser user,
String newUsername)
Updates the username of the given user.
|
ConfluenceUser |
DefaultUserAccessor.renameUser(ConfluenceUser user,
String newUsername) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<ConfluenceUser> |
AuthenticatedUserAccessor.get() |
com.atlassian.fugue.Option<ConfluenceUser> |
DefaultUserAccessor.getExistingByApiUser(User user) |
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).
|
Iterable<ConfluenceUser> |
DefaultUserAccessor.getMembers(com.atlassian.user.Group group) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreadLocalProfilePictureCache.cacheHasProfilePicture(ConfluenceUser user,
ProfilePictureInfo p) |
com.opensymphony.module.propertyset.PropertySet |
UserAccessor.getPropertySet(ConfluenceUser user)
Deprecated.
Use
PropertySetFactory (core) or UserSettingsService (plugins) |
com.opensymphony.module.propertyset.PropertySet |
DefaultUserAccessor.getPropertySet(ConfluenceUser user)
Deprecated.
|
ProfilePictureInfo |
DefaultUserAccessor.getUserProfilePicture(ConfluenceUser user) |
static ProfilePictureInfo |
ThreadLocalProfilePictureCache.hasProfilePicture(ConfluenceUser user) |
void |
PersonalInformationManager.removePersonalInformation(ConfluenceUser user) |
void |
DefaultPersonalInformationManager.removePersonalInformation(ConfluenceUser user) |
ConfluenceUser |
UserAccessor.renameUser(ConfluenceUser user,
String newUsername)
Updates the username of the given user.
|
ConfluenceUser |
DefaultUserAccessor.renameUser(ConfluenceUser user,
String newUsername) |
void |
SignupManager.sendWelcomeEmail(ConfluenceUser user)
Sends a welcome email to the given new user.
|
void |
DefaultSignupManager.sendWelcomeEmail(ConfluenceUser user) |
static void |
AuthenticatedUserThreadLocal.set(ConfluenceUser user)
Deprecated.
|
void |
PersonalInformation.setUser(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthenticatedUserAccessor.set(Optional<ConfluenceUser> user)
Set authenticated user
|
| Constructor and Description |
|---|
PersonalInformation(ConfluenceUser user,
String personalInformation) |
| Modifier and Type | Field and Description |
|---|---|
ConfluenceUser |
AbstractUsersAction.user |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ViewFollowingAction.getUser() |
ConfluenceUser |
ViewFollowersAction.getUser() |
ConfluenceUser |
ForgotUserPasswordAction.getUser() |
ConfluenceUser |
AbstractUsersAction.getUser() |
ConfluenceUser |
AbstractUserProfileAction.getUser() |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ConfluenceUser> |
AbstractSearchCrowdUsersAction.getPageResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSearchCrowdUsersAction.setPageResponse(PageResponse<ConfluenceUser> result) |
| Modifier and Type | Method and Description |
|---|---|
NotificationContext |
WelcomeEmailBuilder.buildContextFrom(ConfluenceUser user,
NotificationData notificationData,
ConfluenceUser inviter)
Constructs a
NotificationContext for the welcome email with the given notificationData |
NotificationData |
WelcomeEmailBuilder.buildFrom(ConfluenceUser user)
Builds
NotificationData for a welcome email for the given (new) user. |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ConfluenceUserDao.findByKey(com.atlassian.sal.api.user.UserKey key)
Retrieve a ConfluenceUser by the user key.
|
ConfluenceUser |
ConfluenceUserDao.findByUsername(String username)
Find the ConfluenceUser with the given user name.
|
ConfluenceUser |
ConfluenceUserDao.rename(String oldUsername,
String newUsername,
boolean overrideExisting)
Renames a user
|
| Modifier and Type | Method and 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 multiple
ConfluenceUsers. |
Set<ConfluenceUser> |
ConfluenceUserDao.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceUserDao.create(ConfluenceUser user)
Create a new ConfluenceUser.
|
boolean |
ConfluenceUserDao.createIfMissing(ConfluenceUser user)
Create a new ConfluenceUser or do nothing if it exists already.
|
List<PersonalInformation> |
PersonalInformationDao.getAllByUser(ConfluenceUser user)
Workaround for duplicate personal information.
|
List<PersonalInformation> |
CachingPersonalInformationDao.getAllByUser(ConfluenceUser user) |
PersonalInformation |
PersonalInformationDao.getByUser(ConfluenceUser user)
Fetches the personal information object for this user.
|
PersonalInformation |
CachingPersonalInformationDao.getByUser(ConfluenceUser user) |
void |
ConfluenceUserDao.remove(ConfluenceUser user)
Remove the supplied ConfluenceUser from persistence.
|
void |
ConfluenceUserDao.update(ConfluenceUser user)
Change a property of an existing ConfluenceUser.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceUser |
FindUserHelper.getUser(com.atlassian.user.User user) |
static ConfluenceUser |
FindUserHelper.getUserByUserKey(com.atlassian.sal.api.user.UserKey userKey)
Get a user by
UserKey |
static ConfluenceUser |
FindUserHelper.getUserByUsername(String username)
Get a user by username.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.cache.LoadingCache<com.atlassian.sal.api.user.UserKey,com.atlassian.fugue.Option<ConfluenceUser>> |
FindUserHelper.getUsersByKey()
Returns a lazily populated map of user key -> user pairs.
|
static com.google.common.cache.LoadingCache<String,com.atlassian.fugue.Option<ConfluenceUser>> |
FindUserHelper.getUsersByUsername()
Returns a lazily populated map of usename -> user pairs.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
HibernateConfluenceUserDao.findByKey(com.atlassian.sal.api.user.UserKey key) |
ConfluenceUser |
HibernateConfluenceUserDao.findByUsername(String username) |
ConfluenceUser |
HibernateConfluenceUserDao.rename(String oldUsername,
String newUsername,
boolean overrideExisting) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.atlassian.sal.api.user.UserKey,Optional<ConfluenceUser>> |
HibernateConfluenceUserDao.findByKeys(Set<com.atlassian.sal.api.user.UserKey> userkeys) |
Set<ConfluenceUser> |
HibernateConfluenceUserDao.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateConfluenceUserDao.create(ConfluenceUser user)
Persist a new ConfluenceUser.
|
boolean |
HibernateConfluenceUserDao.createIfMissing(ConfluenceUser user) |
List<PersonalInformation> |
HibernatePersonalInformationDao.getAllByUser(ConfluenceUser user) |
PersonalInformation |
HibernatePersonalInformationDao.getByUser(ConfluenceUser user)
Fetches a personal information object for the specified user.
|
void |
HibernateConfluenceUserDao.remove(ConfluenceUser user) |
void |
HibernateConfluenceUserDao.update(ConfluenceUser user) |
| Modifier and Type | Method and Description |
|---|---|
UserStatus |
UserStatusManager.saveUserStatus(ConfluenceUser user,
String statusText)
Deprecated.
Saves a new status.
|
UserStatus |
DefaultUserStatusManager.saveUserStatus(ConfluenceUser user,
String statusText)
Deprecated.
|
UserStatus |
UserStatusManager.saveUserStatus(ConfluenceUser user,
String statusText,
Space targetSpace)
Deprecated.
Saves a new status, targeted to a specific space.
|
UserStatus |
DefaultUserStatusManager.saveUserStatus(ConfluenceUser user,
String statusText,
Space targetSpace)
Deprecated.
|
| Constructor and Description |
|---|
UserStatus(ConfluenceUser user,
String status,
Space targetSpace)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ClearUserStatusAction.getUser()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConfluenceUser> |
PageChangesBean.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
static Label |
LabelUtil.addLabel(String labelReference,
LabelManager labelManager,
UserHistoryManager userHistoryManager,
Labelable object,
ConfluenceUser user)
Adds the label to the specified object.
|
static List<String> |
LabelUtil.getVisibleLabelNames(List<Label> labels,
ConfluenceUser viewingUser)
Get a list of the visible label names for this content.
|
static boolean |
LabelUtil.syncState(Collection<String> labelNames,
LabelManager labelManager,
UserHistoryManager userHistoryManager,
ConfluenceUser user,
Labelable dest) |
| Constructor and Description |
|---|
PageChangesBean(int numberOfChanges,
Iterable<ConfluenceUser> usersWhoMadeChanges) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<LongTaskStatus> |
DefaultLongRunningTaskManager.getAllTasks(ConfluenceUser asUser,
LimitedRequest request) |
| Constructor and Description |
|---|
ExperimentUserImpl(ConfluenceUser user,
PermissionManager permissionManager) |
| Constructor and Description |
|---|
UserAndGroupCleanupProcessor(ConfluenceUser currentUser,
boolean wipeUsersAndGroups,
PersonalInformationManager personalInformationManager,
ImportExportGroupIgnorer groupIgnorer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CleanUpManager.cleanUpInstance(com.atlassian.core.util.ProgressMeter progress,
ConfluenceUser currentUser,
boolean wipeUsersAndGroups,
Collection<String> spacesToImport) |
| Constructor and Description |
|---|
OnDemandImportLongRunningTask(org.springframework.beans.factory.config.AutowireCapableBeanFactory factory,
com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceIndexManager indexManager,
ImportExportManager importExportManager,
String filestoreId,
ConfluenceUser currentUser,
com.atlassian.sal.api.transaction.TransactionTemplate txTemplate,
ImportRecoveryManager recoveryManager,
CleanUpManager cleanUpManager,
I18NBean i18NBean,
MediaApiClientSupplier mediaApiClientSupplier,
MediaApiClientIdentitySupplier mediaApiClientIdentitySupplier,
SynchronyCredentialsPostImportTask synchronyCredentialsPostImportTask) |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceUser |
ConfluenceUserManager.resolve(String username) |
| Constructor and Description |
|---|
ConfluenceUserProfile(ConfluenceUser user,
ProfilePictureInfo profilePictureInfo) |
| Constructor and Description |
|---|
SpaceImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
String filestoreId,
ConfluenceUser currentUser,
I18NBean i18NBean,
MediaApiClientSupplier mediaApiClientSupplier,
MediaApiClientIdentitySupplier mediaApiClientIdentitySupplier,
com.atlassian.studio.common.appstatus.AppLinksMaintainer appLinksMaintainer,
com.atlassian.studio.common.appstatus.AppStatusService appStatusService,
com.atlassian.applinks.spi.link.MutatingEntityLinkService mutatingEntityLinkService,
com.atlassian.applinks.spi.util.TypeAccessor typeAccessor,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
SpaceManager spaceManager,
GroupMappingBuilder groupMappingBuilder,
String projectKey) |
Copyright © 2003–2016 Atlassian. All rights reserved.