Uses of Interface
com.atlassian.jira.user.UserKeyService

Packages that use UserKeyService
com.atlassian.jira.bc.user.search   
com.atlassian.jira.component   
com.atlassian.jira.config   
com.atlassian.jira.issue.fields.layout.column   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.oauth.serviceprovider   
com.atlassian.jira.plugin.userformat   
com.atlassian.jira.plugin.workflow   
com.atlassian.jira.security.auth.rememberme   
com.atlassian.jira.user   
com.atlassian.jira.web.action.admin.permission   
com.atlassian.jira.web.action.project   
 

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

Constructors in com.atlassian.jira.bc.user.search with parameters of type UserKeyService
DefaultAssigneeService(PermissionContextFactory permissionContextFactory, PermissionSchemeManager permissionSchemeManager, UserHistoryManager userHistoryManager, FeatureManager featureManager, JiraAuthenticationContext authenticationContext, UserKeyService userKeyService)
           
 

Uses of UserKeyService in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return UserKeyService
static UserKeyService ComponentAccessor.getUserKeyService()
           
 

Uses of UserKeyService in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type UserKeyService
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory, UserKeyService userKeyService, UserFormatManager userFormatManager, I18nHelper.BeanFactory i18nFactory, OutlookDateManager outlookDateManager, VelocityRequestContextFactory velocityRequestContextFactory, PermissionManager permissionManager, TaskManager taskManager)
           
 

Uses of UserKeyService in com.atlassian.jira.issue.fields.layout.column
 

Constructors in com.atlassian.jira.issue.fields.layout.column with parameters of type UserKeyService
AbstractColumnLayoutManager(FieldManager fieldManager, OfBizDelegator ofBizDelegator, UserKeyService userKeyService)
           
DefaultColumnLayoutManager(FieldManager fieldManager, OfBizDelegator ofBizDelegator, UserKeyService userKeyService)
           
 

Uses of UserKeyService in com.atlassian.jira.jql.resolver
 

Constructors in com.atlassian.jira.jql.resolver with parameters of type UserKeyService
UserResolverImpl(UserKeyService userKeyService, UserManager userManager)
           
 

Uses of UserKeyService in com.atlassian.jira.oauth.serviceprovider
 

Constructors in com.atlassian.jira.oauth.serviceprovider with parameters of type UserKeyService
OfBizServiceProviderTokenStore(OfBizDelegator delegator, UserUtil userUtil, com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore consumerStore, com.atlassian.event.api.EventPublisher eventPublisher, JiraPropertySetFactory propertySetFactory, UserKeyService userKeyService)
           
OfBizServiceProviderTokenStore(OfBizDelegator delegator, UserUtil userUtil, com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore consumerStore, JiraPropertySetFactory propertySetFactory, com.atlassian.event.api.EventPublisher eventPublisher, UserKeyService userKeyService, com.atlassian.oauth.serviceprovider.Clock clock)
           
 

Uses of UserKeyService in com.atlassian.jira.plugin.userformat
 

Constructors in com.atlassian.jira.plugin.userformat with parameters of type UserKeyService
DefaultUserFormats(UserFormatTypeConfiguration userFormatTypeConfiguration, UserFormatModuleDescriptors userFormatModuleDescriptors, UserKeyService userKeyService)
           
FullProfileUserFormat(EmailFormatter emailFormatter, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext, GroupPermissionChecker groupPermissionChecker, WebFragmentWebComponent webFragmentWebComponent, UserManager userManager, UserKeyService userKeyService, UserFormatModuleDescriptor moduleDescriptor, UserPropertyManager userPropertyManager, GroupManager groupManager)
           
ProfileLinkUserFormat(AvatarService avatarService, I18nHelper i18nHelper, JiraAuthenticationContext jiraAuthenticationContext, UserFormatModuleDescriptor moduleDescriptor, UserKeyService userKeyService, UserUtil userUtil)
           
UserFormatterImpl(UserFormat userFormat, UserKeyService userKeyService)
           
 

Uses of UserKeyService in com.atlassian.jira.plugin.workflow
 

Constructors in com.atlassian.jira.plugin.workflow with parameters of type UserKeyService
UpdateIssueFieldFunctionPluginFactory(FieldManager fieldManager, UserKeyService userKeyService)
           
 

Uses of UserKeyService in com.atlassian.jira.security.auth.rememberme
 

Constructors in com.atlassian.jira.security.auth.rememberme with parameters of type UserKeyService
JiraRememberMeTokenDao(OfBizDelegator delegator, com.atlassian.seraph.spi.rememberme.RememberMeConfiguration rememberMeConfiguration, com.atlassian.core.util.Clock clock, UserKeyService userKeyService)
           
 

Uses of UserKeyService in com.atlassian.jira.user
 

Classes in com.atlassian.jira.user that implement UserKeyService
 class MockUserKeyService
           
 class UserKeyServiceImpl
           
 

Uses of UserKeyService in com.atlassian.jira.web.action.admin.permission
 

Constructors in com.atlassian.jira.web.action.admin.permission with parameters of type UserKeyService
AddPermission(SchemePermissions schemePermissions, PermissionSchemeManager permissionSchemeManager, PermissionTypeManager permissionTypeManager, UserKeyService userKeyService)
           
 

Uses of UserKeyService in com.atlassian.jira.web.action.project
 

Constructors in com.atlassian.jira.web.action.project with parameters of type UserKeyService
EditProject(ProjectService projectService, AvatarManager avatarManager, UserManager userManager, UserKeyService userKeyService)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.