Uses of Interface
com.atlassian.jira.security.roles.RoleActorFactory

Packages that use RoleActorFactory
com.atlassian.jira.bc.projectroles   
com.atlassian.jira.mock   
com.atlassian.jira.scheme.mapper   
com.atlassian.jira.security.roles   
com.atlassian.jira.security.roles.actor   
com.atlassian.jira.web.action.admin.roles   
 

Uses of RoleActorFactory in com.atlassian.jira.bc.projectroles
 

Constructors in com.atlassian.jira.bc.projectroles with parameters of type RoleActorFactory
DefaultProjectRoleService(ProjectRoleManager projectRoleManager, PermissionManager permissionManager, JiraAuthenticationContext jiraAuthenticationContext, RoleActorFactory roleActorFactory, NotificationSchemeManager notificationSchemeManager, PermissionSchemeManager permissionSchemeManager, WorkflowManager workflowManager, ProjectManager projectManager, SchemeFactory schemeFactory, IssueSecurityLevelManager issueSecurityLevelManager, SharePermissionDeleteUtils sharePermissionDeleteUtils, IssueSecuritySchemeManager issueSecuritySchemeManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of RoleActorFactory in com.atlassian.jira.mock
 

Classes in com.atlassian.jira.mock that implement RoleActorFactory
static class MockProjectRoleManager.MockRoleActorFactory
           
 

Uses of RoleActorFactory in com.atlassian.jira.scheme.mapper
 

Constructors in com.atlassian.jira.scheme.mapper with parameters of type RoleActorFactory
SchemeGroupsToRolesTransformerImpl(SchemeManagerFactory schemeManagerFactory, ProjectRoleManager projectRoleManager, RoleActorFactory roleActorFactory, IssueSecurityLevelManager issueSecurityLevelManager, GroupManager groupManager)
           
 

Uses of RoleActorFactory in com.atlassian.jira.security.roles
 

Classes in com.atlassian.jira.security.roles that implement RoleActorFactory
 class PluginDelegatingRoleActorFactory
          Creator of RoleActor objects that have been registered dynamically.
 

Constructors in com.atlassian.jira.security.roles with parameters of type RoleActorFactory
CachingProjectRoleAndActorStore(ProjectRoleAndActorStore delegate, RoleActorFactory roleActorFactory, com.atlassian.cache.CacheManager cacheManager)
           
OfBizProjectRoleAndActorStore(OfBizDelegator genericDelegator, RoleActorFactory roleActorFactory, GroupManager groupManager)
           
 

Uses of RoleActorFactory in com.atlassian.jira.security.roles.actor
 

Classes in com.atlassian.jira.security.roles.actor that implement RoleActorFactory
 class GroupRoleActorFactory
           
 class UserRoleActorFactory
          Responsible for construction of UserRoleActor instances.
 

Uses of RoleActorFactory in com.atlassian.jira.web.action.admin.roles
 

Fields in com.atlassian.jira.web.action.admin.roles declared as RoleActorFactory
protected  RoleActorFactory AbstractRoleActorAction.roleActorFactory
           
 

Constructors in com.atlassian.jira.web.action.admin.roles with parameters of type RoleActorFactory
AbstractRoleActorAction(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, RoleActorFactory roleActorFactory)
           
GroupRoleActorAction(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, RoleActorFactory roleActorFactory, GroupManager groupManager)
           
UserRoleActorAction(ProjectRoleService projectRoleService, ProjectManager projectManager, ProjectFactory projectFactory, RoleActorFactory roleActorFactory, VelocityTemplatingEngine templatingEngine, UserPickerSearchService searchService)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.