Uses of Interface
com.atlassian.jira.user.util.UserManager

Packages that use UserManager
com.atlassian.jira   
com.atlassian.jira.association   
com.atlassian.jira.avatar   
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.bc.user.search   
com.atlassian.jira.dashboard   
com.atlassian.jira.issue   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.customfields.statistics   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.jelly.tag.issue   
com.atlassian.jira.jelly.tag.issue.enterprise   
com.atlassian.jira.jelly.tag.login   
com.atlassian.jira.mail   
com.atlassian.jira.project   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.builder   
com.atlassian.jira.security.type   
com.atlassian.jira.user.profile   
com.atlassian.jira.user.usermapper   
com.atlassian.jira.user.util   
com.atlassian.jira.web.action.admin.currentusers   
com.atlassian.jira.web.action.admin.user   
 

Uses of UserManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return UserManager
static UserManager ManagerFactory.getUserManager()
          Deprecated. 
 

Uses of UserManager in com.atlassian.jira.association
 

Constructors in com.atlassian.jira.association with parameters of type UserManager
UserAssociationStoreImpl(OfBizDelegator ofBizDelegator, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.avatar
 

Constructors in com.atlassian.jira.avatar with parameters of type UserManager
AvatarServiceImpl(UserManager userManager, AvatarManager avatarManager, UserPropertyManager userPropertyManager, VelocityRequestContextFactory velocityRequestContextFactory)
           
 

Uses of UserManager in com.atlassian.jira.bc.issue.watcher
 

Constructors in com.atlassian.jira.bc.issue.watcher with parameters of type UserManager
DefaultWatcherService(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18n, PermissionManager permissionManager, WatcherManager watcherManager, UserManager userManager)
          Creates a new DefaultWatcherService with the given dependencies.
 

Uses of UserManager in com.atlassian.jira.bc.user.search
 

Constructors in com.atlassian.jira.bc.user.search with parameters of type UserManager
DefaultUserPickerSearchService(UserManager userManager, ApplicationProperties applicationProperties, PermissionManager permissionManager)
          Constructs a DefaultUserPickerSearchService
 

Uses of UserManager in com.atlassian.jira.dashboard
 

Constructors in com.atlassian.jira.dashboard with parameters of type UserManager
JiraDirectoryPermissionService(PermissionManager permissionManager, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.issue
 

Constructors in com.atlassian.jira.issue with parameters of type UserManager
DefaultIssueFactory(IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, FieldManager fieldManager, AttachmentManager attachmentManager, ProjectFactory projectFactory, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager)
           
IssueImpl(org.ofbiz.core.entity.GenericValue genericValue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager)
          Load an issue backed by the database.
IssueImpl(Issue issue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager)
          Create an issue, cloning another issue's data.
 

Uses of UserManager in com.atlassian.jira.issue.customfields.searchers
 

Constructors in com.atlassian.jira.issue.customfields.searchers with parameters of type UserManager
UserPickerGroupSearcher(UserConverter userConverter, JiraAuthenticationContext jiraAuthenticationContext, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, UserPickerSearchService userPickerSearchService, FieldVisibilityManager fieldVisibilityManager, JqlOperandResolver jqlOperandResolver, UserResolver userResolver, UserManager userManager, CustomFieldInputHelper customFieldInputHelper)
           
UserPickerSearcher(UserResolver userResolver, JqlOperandResolver operandResolver, JiraAuthenticationContext context, UserConverter userConverter, UserPickerSearchService userPickerSearchService, CustomFieldInputHelper customFieldInputHelper, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.issue.customfields.statistics
 

Constructors in com.atlassian.jira.issue.customfields.statistics with parameters of type UserManager
UserPickerStatisticsMapper(CustomField customField, UserManager userManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of UserManager in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type UserManager
AssigneeSystemField(com.atlassian.velocity.VelocityManager velocityManager, PermissionSchemeManager permissionSchemeManager, PermissionManager permissionManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, AssigneeStatisticsMapper assigneeStatisticsMapper, AssigneeResolver assigneeResolver, PermissionContextFactory permissionContextFactory, AssigneeSearchHandlerFactory assigneeSearchHandlerFactory, UserManager userManager, UserHistoryManager userHistoryManager, VelocityRequestContextFactory velocityRequestContextFactory)
           
 

Uses of UserManager in com.atlassian.jira.issue.statistics
 

Constructors in com.atlassian.jira.issue.statistics with parameters of type UserManager
AssigneeStatisticsMapper(UserManager userManager, JiraAuthenticationContext authenticationContext)
           
CustomFieldUserStatisticsMapper(CustomField customField, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext, CustomFieldInputHelper customFieldInputHelper)
           
ReporterStatisticsMapper(UserManager userManager, JiraAuthenticationContext authenticationContext)
           
UserStatisticsMapper(String clauseName, String emptyIndexValue, String indexedField, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext)
           
UserStatisticsMapper(UserFieldSearchConstantsWithEmpty searchConstants, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext)
           
 

Uses of UserManager in com.atlassian.jira.jelly.tag.issue
 

Constructors in com.atlassian.jira.jelly.tag.issue with parameters of type UserManager
AbstractCreateIssue(VersionManager versionManager, UserManager userManager)
           
CreateIssue(VersionManager versionManager, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.jelly.tag.issue.enterprise
 

Constructors in com.atlassian.jira.jelly.tag.issue.enterprise with parameters of type UserManager
CreateIssue(VersionManager versionManager, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.jelly.tag.login
 

Constructors in com.atlassian.jira.jelly.tag.login with parameters of type UserManager
Login(JiraAuthenticationContext authenticationContext, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.mail
 

Constructors in com.atlassian.jira.mail with parameters of type UserManager
DefaultSubscriptionMailQueueItemFactory(MailingListCompiler mailingListCompiler, SearchService searchService, TemplateManager templateManager, UserManager userManager, GroupManager groupManager)
           
SubscriptionMailQueueItem(org.ofbiz.core.entity.GenericValue sub, MailingListCompiler mailingListCompiler, SearchService searchService, TemplateManager templateManager, UserManager userManager, GroupManager groupManager)
           
 

Uses of UserManager in com.atlassian.jira.project
 

Constructors in com.atlassian.jira.project with parameters of type UserManager
AbstractProjectManager(UserManager userManager)
           
CachingProjectManager(ProjectManager delegateProjectManager, ProjectComponentManager projectComponentManager, ProjectFactory projectFactory, com.atlassian.event.api.EventPublisher eventPublisher, UserManager userManager)
           
DefaultProjectManager(OfBizDelegator delegator, AssociationManager associationManager, ProjectFactory projectFactory, ProjectRoleManager projectRoleManager, IssueManager issueManager, ActionDispatcher actionDispatcher, AvatarManager avatarManager, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type UserManager
static List<WorklogBean> WorklogBean.asBeans(List<Worklog> worklogs, javax.ws.rs.core.UriInfo uriInfo, UserManager userManager)
           
static ComponentBean ComponentBean.fullComponent(ProjectComponent component, javax.ws.rs.core.UriInfo uriInfo, UserManager userManager)
           
protected static UserBean WorklogBean.getUserBean(javax.ws.rs.core.UriInfo uriInfo, String username, UserManager userManager)
          Returns a UserBean for the user with the given name.
static WorklogBean WorklogBean.getWorklog(Worklog log, javax.ws.rs.core.UriInfo uriInfo, UserManager userManager)
           
 UserBeanBuilder UserBeanBuilder.user(String username, UserManager userManager)
          Sets the user using a username and UserManager.
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type UserManager
AttachmentBeanBuilder(URI baseUri, UserManager userManager, ThumbnailManager thumbnailManager, Attachment attachment)
          Creates a new AttachmentBeanBuilder.
ComponentResource(ProjectComponentService projectComponentService, UserManager userManager, JiraAuthenticationContext authContext, ContextI18n i18n)
           
IssueResource(IssueService issueService, JiraAuthenticationContext authContext, CommentService commentService, FieldLayoutManager fieldLayoutManager, WorkflowManager workflowManager, FieldScreenRendererFactory fieldScreenRendererFactory, UserManager userManager, AttachmentManager attachmentManager, FieldManager fieldManager, ApplicationProperties applicationProperties, IssueLinkManager issueLinkManager, ResourceUriBuilder uriBuilder, RendererManager rendererManager, ProjectRoleManager projectRoleManager, IssueSecurityLevelManager issueSecurityLevelManager, WorklogService worklogService, ResolverManager resolverManager, CustomFieldOps customFieldOps, VoteService voteService, ContextI18n i18n, WatcherOps watcherOps, WatcherService watcherService, BeanBuilderFactory beanBuilderFactory, ContextUriInfo contextUriInfo, IssueManager issueManager, PermissionManager permissionManager)
           
WorklogResource(WorklogService worklogService, JiraAuthenticationContext authenticationContext, UserManager userManager, ContextI18n i18n)
           
 

Uses of UserManager in com.atlassian.jira.rest.v2.issue.builder
 

Constructors in com.atlassian.jira.rest.v2.issue.builder with parameters of type UserManager
BeanBuilderFactoryImpl(VelocityRequestContextFactory velocityRequestContextFactory, UserManager userManager, ThumbnailManager thumbnailManager)
          Creates a new BeanBuilderFactoryImpl.
 

Uses of UserManager in com.atlassian.jira.security.type
 

Constructors in com.atlassian.jira.security.type with parameters of type UserManager
SingleUser(JiraAuthenticationContext jiraAuthenticationContext, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.user.profile
 

Constructors in com.atlassian.jira.user.profile with parameters of type UserManager
DetailsUserProfileFragment(ApplicationProperties applicationProperties, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.velocity.VelocityManager velocityManager, EmailFormatter emailFormatter, GroupPermissionChecker groupPermissionChecker, PermissionManager permissionManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, AvatarManager avatarManager, UserManager userManager)
           
SummaryUserProfilePanel(EmailFormatter emailFormatter, JiraAuthenticationContext context, PermissionManager permissionManager, GroupPermissionChecker groupPermissionChecker, SearchService searchService, VelocityRequestContextFactory velocityRequestContextFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, com.atlassian.velocity.VelocityManager velocityManager, I18nHelper.BeanFactory i18nFactory, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ApplicationProperties applicationProperties1, FieldVisibilityManager fieldVisibiltyManager, UserPreferencesManager preferencesManager, LocaleManager localeManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager, AvatarManager avatarManager, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.user.usermapper
 

Constructors in com.atlassian.jira.user.usermapper with parameters of type UserManager
AbstractUserMapper(UserManager userManager)
           
PropertyFileUserMapper(UserManager userManager, Properties properties)
           
 

Uses of UserManager in com.atlassian.jira.user.util
 

Classes in com.atlassian.jira.user.util that implement UserManager
 class DefaultUserManager
           
 

Uses of UserManager in com.atlassian.jira.web.action.admin.currentusers
 

Constructors in com.atlassian.jira.web.action.admin.currentusers with parameters of type UserManager
CurrentUsersList(JiraUserSessionTracker jiraUserSessionTracker, UserManager userManager)
           
 

Uses of UserManager in com.atlassian.jira.web.action.admin.user
 

Fields in com.atlassian.jira.web.action.admin.user declared as UserManager
protected  UserManager ViewUser.userManager
           
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type UserManager
BulkEditUserGroups(GroupManager groupManager, MultiUserConverter multiUserConverter, ApplicationProperties applicationProperties, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, GroupService groupService, UserManager userManager)
           
DeleteUser(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, SearchRequestService searchRequestService, UserService userService, UserUtil userUtil, PortalPageService portalPageService, UserPropertyManager userPropertyManager, UserManager userManager)
           
DeleteUser(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, UserManager userManager)
           
DeleteUserProperty(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, UserManager userManager)
           
EditUser(com.atlassian.crowd.embedded.api.CrowdService crowdService, UserManager userManager)
           
EditUserGroups(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, GlobalPermissionGroupAssociationUtil globalPermissionGroupAssociationUtil, GroupService groupService, UserPropertyManager userPropertyManager, UserManager userManager)
           
EditUserProperties(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, UserManager userManager)
           
EditUserProperty(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, UserManager userManager)
           
ResetFailedLoginCount(UserManager userManager, LoginService loginService)
           
SetPassword(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserUtil userUtil, UserPropertyManager userPropertyManager, UserManager userManager)
           
UserBrowser(UserUtil userUtil, AvatarManager avatarManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserManager userManager)
           
UserProperty(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, UserManager userManager)
           
UserRememberMeCookies(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao, OutlookDateManager outlookDateManager, UserManager userManager)
           
ViewUser(com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserPropertyManager userPropertyManager, UserManager userManager)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.