Uses of Interface
com.atlassian.bamboo.security.acegi.acls.HibernateMutableAclService

Packages that use HibernateMutableAclService
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.security.acegi.acls   
com.atlassian.bamboo.user   
 

Uses of HibernateMutableAclService in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type HibernateMutableAclService
BuildCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, PlanValidationService planValidationService, AuditLogService auditLogService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager)
           
ChainCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager)
           
JobCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

Uses of HibernateMutableAclService in com.atlassian.bamboo.configuration
 

Fields in com.atlassian.bamboo.configuration declared as HibernateMutableAclService
protected  HibernateMutableAclService AbstractPermissionAction.aclService
           
 

Methods in com.atlassian.bamboo.configuration with parameters of type HibernateMutableAclService
 void ConfigureSecurity.setAclService(HibernateMutableAclService aclService)
           
 void AbstractPermissionAction.setAclService(HibernateMutableAclService aclService)
           
 

Uses of HibernateMutableAclService in com.atlassian.bamboo.security.acegi.acls
 

Classes in com.atlassian.bamboo.security.acegi.acls that implement HibernateMutableAclService
 class HibernateMutableAclServiceImpl
           
 

Uses of HibernateMutableAclService in com.atlassian.bamboo.user
 

Methods in com.atlassian.bamboo.user with parameters of type HibernateMutableAclService
 void BambooUserManagerImpl.setAclService(HibernateMutableAclService aclService)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.