Modifier and Type | Method and Description |
---|---|
Person |
PersonFactory.forUser(ConfluenceUser user)
Construct the person object for a particular user.
|
User |
PersonFactory.fromUser(ConfluenceUser user)
Constructs a User object for a particular user.
|
Constructor and Description |
---|
SpaceRemovalLongRunningTask(java.lang.String spaceKey,
SpaceManager spaceManager,
ConfluenceUser user,
I18NBean i18n) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfluenceUser> |
UserMentionsExtractor.extractMentionedUsers(javax.xml.stream.XMLEventReader reader)
Given a stream of storage format extracts all user links that are considered a 'mention'.
|
java.util.List<ConfluenceUser> |
DefaultUserMentionsExtractor.extractMentionedUsers(javax.xml.stream.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 |
ConfluenceEntityObject.getCreator() |
ConfluenceUser |
VersionHistorySummary.getLastModifier() |
ConfluenceUser |
ConfluenceEntityObject.getLastModifier() |
ConfluenceUser |
ConfluenceActionSupport.getUserByName(java.lang.String username)
Returns user by name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractLabelableEntityObject.isFavourite(ConfluenceUser 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,
java.util.Date lastModifiedDate,
java.lang.String versionComment) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentPermission> |
ContentPermissionDao.getUserPermissions(ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentPermission> |
ContentPermissionHibernateDao.getUserPermissions(ConfluenceUser user) |
Constructor and Description |
---|
RunAsUserCommand(ConfluenceUser userToRunAs,
ServiceCommand delegate) |
Constructor and Description |
---|
BlogPostMovedEvent(java.lang.Object src,
ConfluenceUser user,
BlogPost blogPost,
Space originalSpace,
Space currentSpace) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
FollowEvent.getFolloweeUser() |
ConfluenceUser |
FollowEvent.getFollowerUser() |
Constructor and Description |
---|
FollowEvent(java.lang.Object src,
ConfluenceUser followee,
ConfluenceUser follower) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
ForgotPasswordEvent.getUser() |
Constructor and Description |
---|
ForgotPasswordEvent(ConfluenceUser user,
java.lang.String resetPasswordLink,
java.lang.String changePasswordRequestLink) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
Connection.getFolloweeUser() |
ConfluenceUser |
Connection.getFollowerUser() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ConfluenceUser> |
FollowManager.getFollowing(ConfluenceUser user)
Deprecated.
since 5.6. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
|
java.util.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) |
java.util.Set<ConfluenceUser> |
FollowManager.getFollowing(ConfluenceUser user)
Deprecated.
since 5.6. Use the new paged alternatives in FollowManagerInternal, or consider using the new NetworkService.
|
java.util.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 |
---|---|
ConfluenceUser |
SpaceGroupPermission.getUserSubject() |
Modifier and Type | Method and Description |
---|---|
void |
SpaceGroupPermission.setUserSubject(ConfluenceUser userSubject) |
Constructor and Description |
---|
SpaceGroupPermission(SpaceGroup spaceGroup,
java.lang.String permType,
ConfluenceUser user,
java.lang.String group) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
DefaultImportContext.getCurrentUser()
Deprecated.
Since 5.4. Use
DefaultImportContext.getUser() . |
ConfluenceUser |
ImportContext.getUser() |
ConfluenceUser |
DefaultImportContext.getUser() |
Constructor and Description |
---|
DefaultImportContext(java.lang.String workingFile,
ConfluenceUser importer) |
DefaultImportContext(java.net.URL workingURL,
ConfluenceUser importer) |
Constructor and Description |
---|
ExportSpaceLongRunningTask(ConfluenceUser remoteUser,
java.lang.String contextPath,
ExportContext exportContext,
java.util.Set<java.lang.Long> contentToBeExported,
java.util.Set<java.lang.Long> contentToBeExcluded,
GateKeeper gateKeeper,
ImportExportManager importExportManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
java.lang.String spaceKey,
java.lang.String type,
java.lang.String contentOption) |
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 |
---|---|
ConfluenceUser |
Label.getOwnerUser() |
ConfluenceUser |
Labelling.getOwningUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
PermittedLabelView.isFavourite(ConfluenceUser user) |
boolean |
Labelable.isFavourite(ConfluenceUser user)
Is this object marked as somebody's favourite?
|
Constructor and Description |
---|
Label(java.lang.String name,
Namespace namespace,
ConfluenceUser owner) |
Label(java.lang.String name,
java.lang.String namespace,
ConfluenceUser owner) |
Labelling(Label label,
EditableLabelable labelable,
ConfluenceUser user) |
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,
java.util.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 |
---|---|
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 |
---|---|
java.util.List<Space> |
AvailableSpaces.getAvailableSpaces(Space currentSpace,
ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
Draft |
DraftDao.getDraft(java.lang.String pageId,
ConfluenceUser owner,
java.lang.String type,
java.lang.String spaceKey)
Finds and returns a draft object with all the specified properties or null if none is found.
|
Draft |
SessionDraftDao.getDraft(java.lang.String pageId,
ConfluenceUser owner,
java.lang.String type,
java.lang.String spaceKey) |
Modifier and Type | Method and Description |
---|---|
Draft |
HibernateDraftDao.getDraft(java.lang.String pageId,
ConfluenceUser creator,
java.lang.String draftType,
java.lang.String spaceKey) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
DefaultWebInterfaceContext.getCurrentUser() |
ConfluenceUser |
WebInterfaceContext.getCurrentUser() |
ConfluenceUser |
DefaultWebInterfaceContext.getTargetedUser() |
ConfluenceUser |
WebInterfaceContext.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 |
---|---|
protected ConfluenceUser |
BaseHttpRetrievalMacro.getRemoteUser() |
Modifier and Type | Method and Description |
---|---|
protected ConfluenceUser |
TokenAuthenticationInvocationHandler.getAuthenticatedUser(java.lang.String token)
Determines which user is performing the request.
|
ConfluenceUser |
TokenAuthenticationManager.makeAnonymousConfluenceUser()
Returns the anonymous user
|
ConfluenceUser |
TokenAuthenticationManager.makeNonAnonymousConfluenceUserFromToken(java.lang.String token)
Retrieves the user for a particular token
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
TokenAuthenticationInvocationHandler.invokeAuthenticatedMethod(ConfluenceUser user,
java.lang.reflect.Method method,
java.lang.Object[] args)
Sets the authenticated user to the provided user before calling the method and restores
the original user afterwards.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
NetworkFeedAction.getUser() |
Modifier and Type | Method and Description |
---|---|
java.util.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 java.lang.String |
ContentPermissionSearchUtils.getEncodedUserKey(ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
SearchQueryParameters.getContributor() |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Set<ConfluenceUser> followingUsers,
java.util.Set<java.lang.String> labels,
java.util.Set<java.lang.String> spaceKeys,
java.util.EnumSet<ContentTypeEnum> contentTypes) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
SearchResult.getCreatorUser()
Gets the person who created the entity represented by the search result.
|
ConfluenceUser |
SearchResult.getLastModifierUser()
Gets the last person to modify the entity represented by the search result.
|
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
AbstractLuceneSearchResult.getCreatorUser() |
ConfluenceUser |
AbstractLuceneSearchResult.getLastModifierUser() |
protected ConfluenceUser |
AbstractLuceneSearchResult.getUserResult(java.lang.String fieldName)
Attempts to resolve the contents of the given field as a
ConfluenceUser . |
Constructor and Description |
---|
AbstractLuceneSearchResult(com.google.common.base.Function<java.lang.String,ConfluenceUser> userLookup) |
LuceneSearchResult(org.apache.lucene.document.Document document,
com.google.common.base.Function<java.lang.String,ConfluenceUser> userLookup)
Constructor to create a search result directly from a Lucene hit
|
LuceneSearchResult(java.util.Map<java.lang.String,java.lang.String> results,
com.google.common.base.Function<java.lang.String,ConfluenceUser> userLookup)
Helper constructor for use in tests.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConfluenceUser> |
LastModifierUserSearchFilter.getLastModifiers() |
Constructor and Description |
---|
LastModifierUserSearchFilter(java.util.Collection<ConfluenceUser> lastModifiers)
Creates an OR filter over the
DocumentFieldName.LAST_MODIFIER_NAME field. |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
ContentPermission.getUserSubject()
When
ContentPermission.isUserPermission() is true, returns the user who is explicitly permitted by this permission. |
ConfluenceUser |
SpacePermission.getUserSubject() |
Modifier and Type | Method and Description |
---|---|
static ContentPermission |
ContentPermission.createUserPermission(java.lang.String type,
ConfluenceUser user) |
static SpacePermission |
SpacePermission.createUserSpacePermission(java.lang.String type,
Space space,
ConfluenceUser subject) |
protected java.util.List<SpacePermission> |
DefaultSpacePermissionManager.getAllPermissionsForUser(ConfluenceUser user) |
void |
ReadOnlySpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) |
void |
DefaultSpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) |
void |
SpacePermissionCoordinator.removeAllUserPermissions(ConfluenceUser user)
Removes all the
SpacePermission 's for the specified user. |
void |
SpacePermissionCheckDispatcherCoordinator.removeAllUserPermissions(ConfluenceUser user) |
void |
SpacePermissionManager.removeAllUserPermissions(ConfluenceUser user) |
void |
ReadOnlySpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
java.lang.String permissionType) |
void |
DefaultSpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
java.lang.String permissionType) |
void |
SpacePermissionCoordinator.removeGlobalPermissionForUser(ConfluenceUser user,
java.lang.String permissionType)
Removes the specified Global Permissions of type 'permissionType' from the user
|
void |
SpacePermissionCheckDispatcherCoordinator.removeGlobalPermissionForUser(ConfluenceUser user,
java.lang.String permissionType) |
void |
SpacePermissionManager.removeGlobalPermissionForUser(ConfluenceUser user,
java.lang.String permissionType)
Removes global permission of specified type that is directly associated with a user
|
void |
ContentPermission.setSubject(ConfluenceUser subject) |
void |
SpacePermission.setUserSubject(ConfluenceUser user) |
Constructor and Description |
---|
ContentPermission(java.lang.String type,
java.lang.String groupName,
ConfluenceUser user) |
SpacePermission(java.lang.String type,
Space space,
java.lang.String group,
ConfluenceUser subject) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
DefaultPermissionsAdministrator.UserPermissionRow.getUser() |
Modifier and Type | Method and Description |
---|---|
boolean |
EditGlobalPermissionsAdministrator.canSetPermissionOnUser(java.lang.String permission,
ConfluenceUser user)
Returns whether the remote user can set the required permission for the user (used by velocity)
|
SpacePermission |
EditPermissionsAdministrator.createUserGuardPermission(java.lang.String guardPermission,
ConfluenceUser user)
Creates the relevant guard permission for the user
|
SpacePermission |
EditGlobalPermissionsAdministrator.createUserGuardPermission(java.lang.String guardPermission,
ConfluenceUser user)
Creates the relevant guard permission for the user
|
SpacePermission |
EditSpacePermissionsAdministrator.createUserGuardPermission(java.lang.String guardPermission,
ConfluenceUser user) |
Constructor and Description |
---|
DefaultPermissionsAdministrator.UserPermissionRow(ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
java.util.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 |
---|---|
java.util.List<SpacePermission> |
HibernateSpacePermissionDao.findPermissionsForUser(ConfluenceUser user) |
Constructor and Description |
---|
UserLoginInfo(ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
static ConfluenceUser |
ConfluenceAuthenticatorUtils.refreshPrincipalObtainedFromSession(UserAccessor userAccessor,
java.security.Principal principal) |
Constructor and Description |
---|
ConfluenceUserPrincipal(ConfluenceUser user) |
Modifier and Type | Method and Description |
---|---|
void |
DarkFeaturesManager.disableUserFeature(ConfluenceUser user,
java.lang.String featureKey)
Disable the specified feature for the specified User
|
void |
DefaultDarkFeaturesManager.disableUserFeature(ConfluenceUser user,
java.lang.String featureKey) |
void |
DarkFeaturesManager.enableUserFeature(ConfluenceUser user,
java.lang.String featureKey)
Enable the specified feature for the specified User
|
void |
DefaultDarkFeaturesManager.enableUserFeature(ConfluenceUser user,
java.lang.String featureKey) |
DarkFeatures |
DarkFeaturesManager.getDarkFeatures(ConfluenceUser user) |
DarkFeatures |
DefaultDarkFeaturesManager.getDarkFeatures(ConfluenceUser user) |
static boolean |
DarkFeatures.isDarkFeatureEnabled(ConfluenceUser user,
java.lang.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 |
---|---|
Space |
SpaceManager.getPersonalSpace(ConfluenceUser user)
Get the personal space of the given user.
|
Space |
DefaultSpaceManager.getPersonalSpace(ConfluenceUser user) |
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() |
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 |
PersonalInformation.getUser() |
protected ConfluenceUser |
ConfluenceAuthenticator.getUser(java.lang.String uid) |
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(java.lang.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(java.lang.String name) |
ConfluenceUser |
UserAccessor.renameUser(ConfluenceUser user,
java.lang.String newUsername)
Updates the username of the given user.
|
ConfluenceUser |
DefaultUserAccessor.renameUser(ConfluenceUser user,
java.lang.String newUsername) |
Modifier and Type | Method and Description |
---|---|
java.lang.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).
|
java.lang.Iterable<ConfluenceUser> |
DefaultUserAccessor.getMembers(com.atlassian.user.Group group) |
Modifier and Type | Method and Description |
---|---|
com.opensymphony.module.propertyset.PropertySet |
UserAccessor.getPropertySet(ConfluenceUser user) |
com.opensymphony.module.propertyset.PropertySet |
DefaultUserAccessor.getPropertySet(ConfluenceUser user) |
void |
DefaultPersonalInformationManager.removePersonalInformation(ConfluenceUser user) |
void |
PersonalInformationManager.removePersonalInformation(ConfluenceUser user) |
ConfluenceUser |
UserAccessor.renameUser(ConfluenceUser user,
java.lang.String newUsername)
Updates the username of the given user.
|
ConfluenceUser |
DefaultUserAccessor.renameUser(ConfluenceUser user,
java.lang.String newUsername) |
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) |
Constructor and Description |
---|
PersonalInformation(ConfluenceUser user,
java.lang.String personalInformation) |
Modifier and Type | Field and Description |
---|---|
ConfluenceUser |
AbstractUsersAction.user |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
ViewFollowingAction.getUser() |
ConfluenceUser |
AbstractUsersAction.getUser() |
ConfluenceUser |
ViewFollowersAction.getUser() |
ConfluenceUser |
AbstractUserProfileAction.getUser() |
ConfluenceUser |
ForgotUserPasswordAction.getUser() |
Modifier and Type | Method and Description |
---|---|
NotificationContext |
WelcomeEmailBuilder.buildContextFrom(ConfluenceUser user,
NotificationData notificationData)
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(java.lang.String username)
Find the ConfluenceUser with the given user name.
|
ConfluenceUser |
ConfluenceUserDao.rename(java.lang.String oldUsername,
java.lang.String newUsername,
boolean overrideExisting)
Renames a user
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ConfluenceUser> |
ConfluenceUserDao.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceUserDao.create(ConfluenceUser user)
Create a new ConfluenceUser.
|
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(java.lang.String username)
Get a user by username.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.cache.Cache<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.Cache<java.lang.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(java.lang.String username) |
ConfluenceUser |
HibernateConfluenceUserDao.rename(java.lang.String oldUsername,
java.lang.String newUsername,
boolean overrideExisting) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ConfluenceUser> |
HibernateConfluenceUserDao.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateConfluenceUserDao.create(ConfluenceUser user)
Persist a new ConfluenceUser.
|
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 |
DefaultUserStatusManager.saveUserStatus(ConfluenceUser user,
java.lang.String statusText) |
UserStatus |
UserStatusManager.saveUserStatus(ConfluenceUser user,
java.lang.String statusText)
Saves a new status.
|
UserStatus |
DefaultUserStatusManager.saveUserStatus(ConfluenceUser user,
java.lang.String statusText,
Space targetSpace) |
UserStatus |
UserStatusManager.saveUserStatus(ConfluenceUser user,
java.lang.String statusText,
Space targetSpace)
Saves a new status, targeted to a specific space.
|
Constructor and Description |
---|
UserStatus(ConfluenceUser user,
java.lang.String status,
Space targetSpace) |
Modifier and Type | Method and Description |
---|---|
ConfluenceUser |
ClearUserStatusAction.getUser() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ConfluenceUser> |
PageChangesBean.getUsers() |
Constructor and Description |
---|
PageChangesBean(int numberOfChanges,
java.lang.Iterable<ConfluenceUser> usersWhoMadeChanges) |
Modifier and Type | Method and Description |
---|---|
PageResponse<LongTaskStatus> |
DefaultLongRunningTaskManager.getAllTasks(ConfluenceUser asUser,
LimitedRequest request) |
Copyright © 2003-2014 Atlassian. All Rights Reserved.