Uses of Interface
com.atlassian.bamboo.user.BambooUserManager
-
-
Uses of BambooUserManager in com.atlassian.bamboo.accesstoken
Fields in com.atlassian.bamboo.accesstoken declared as BambooUserManager Modifier and Type Field Description protected BambooUserManager
AbstractAccessTokenNotification. bambooUserManager
Constructors in com.atlassian.bamboo.accesstoken with parameters of type BambooUserManager Constructor Description DefaultAccessTokenService(AccessTokenDao accessTokenDao, AccessTokenGenerator accessTokenGenerator, BambooAuthenticationContext bambooAuthenticationContext, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, AuditLogService auditLogService, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of BambooUserManager in com.atlassian.bamboo.analytics
Constructors in com.atlassian.bamboo.analytics with parameters of type BambooUserManager Constructor Description MauServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, AuthorDao authorDao)
-
Uses of BambooUserManager in com.atlassian.bamboo.applinks
Constructors in com.atlassian.bamboo.applinks with parameters of type BambooUserManager Constructor Description ImpersonationServiceImpl(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type BambooUserManager Constructor Description AbstractTrackingNotification(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer)
NotificationPanelContextProvider(BambooUserManager bambooUserManager, TrackingEntryManager trackingEntryManager)
UserResponsibilityAddedNotification(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer)
UserResponsibilityRemovedNotification(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer)
-
Uses of BambooUserManager in com.atlassian.bamboo.brokenbuildtracker.rest
Constructors in com.atlassian.bamboo.brokenbuildtracker.rest with parameters of type BambooUserManager Constructor Description BrokenBuildResource(TrackingEntryManager trackingEntryManager, BambooPermissionManager bambooPermissionManager, ResultsSummaryManager resultsSummaryManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginatedDataCollector paginatedDataCollector, LinkService linkService)
-
Uses of BambooUserManager in com.atlassian.bamboo.comment
Methods in com.atlassian.bamboo.comment with parameters of type BambooUserManager Modifier and Type Method Description void
CommentImpl. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.config
Constructors in com.atlassian.bamboo.config with parameters of type BambooUserManager Constructor Description UserPreferencesDataProvider(BambooAuthenticationContext bambooAuthenticationContext, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository with parameters of type BambooUserManager Modifier and Type Method Description boolean
EditRepository. isShowOnboardingDialog(@NotNull BambooUserManager bambooUserManager, @Nullable com.atlassian.user.User user)
boolean
EditRepositoryImpl. isShowOnboardingDialog(@NotNull BambooUserManager bambooUserManager, @Nullable com.atlassian.user.User user)
-
Uses of BambooUserManager in com.atlassian.bamboo.deployments.environments
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type BambooUserManager Constructor Description DefaultEnvironmentPermissionsService(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type BambooUserManager Constructor Description DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService)
-
Uses of BambooUserManager in com.atlassian.bamboo.feature.discovery
Constructors in com.atlassian.bamboo.feature.discovery with parameters of type BambooUserManager Constructor Description FeatureDiscoveryServiceImpl(BambooAuthenticationContext bambooAuthenticationContext, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, DocumentationLinkProvider documentationLinkProvider, com.atlassian.sal.api.message.I18nResolver i18nResolver)
-
Uses of BambooUserManager in com.atlassian.bamboo.filter
Methods in com.atlassian.bamboo.filter with parameters of type BambooUserManager Modifier and Type Method Description void
SeraphLoginFilter. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type BambooUserManager Constructor Description CrossNodesEventsReceiverService(ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, PluginClusterAwareService pluginClusterAwareService, DeadLetterQueue deadLetterQueue, GrpcBackedCacheManager grpcBackedCacheManager, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher)
GrpcServer(ClusterNodeProperties clusterNodeProperties, ImmutablePlanCacheService immutablePlanCacheService, PluginClusterAwareService pluginClusterAwareService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, GrpcBackedCacheManager grpcBackedCacheManager, BambooClusterSettings bambooClusterSettings, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, GrpcChannelService grpcChannelService, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of BambooUserManager in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type BambooUserManager Modifier and Type Method Description void
NotificationFactoryImpl. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type BambooUserManager Modifier and Type Method Description void
GroupRecipient. setBambooUserManager(BambooUserManager bambooUserManager)
void
UserRecipientImpl. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type BambooUserManager Constructor Description DefaultPlanPermissionsService(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, PlanManager planManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type BambooUserManager Constructor Description VersionCreatedIssuePublisher(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager userManager, GravatarService gravatarService)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.admin.darkfeature
Constructors in com.atlassian.bamboo.plugins.rest.admin.darkfeature with parameters of type BambooUserManager Constructor Description DarkFeatureResource(BambooUserManager bambooUserManager, com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, DarkFeatureService darkFeatureService)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.admin.session
Constructors in com.atlassian.bamboo.plugins.rest.admin.session with parameters of type BambooUserManager Constructor Description UserSessionResource(UserSessionService userSessionService, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type BambooUserManager Constructor Description PlanResource(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type BambooUserManager Constructor Description DeploymentQueueResource(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type BambooUserManager Constructor Description DeploymentProjectResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, InternalEnvironmentService internalEnvironmentService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ResultsSummaryManager resultsSummaryManager, RssPermissionManager rssPermissionManager, DeploymentProjectDeletionService deploymentProjectDeletionService, SpecsExporter specsExporter)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.preference
Constructors in com.atlassian.bamboo.plugins.rest.preference with parameters of type BambooUserManager Constructor Description PreferenceResource(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BambooUserManager Constructor Description DependencyResource(BambooUserManager bambooUserManager, PlanRestService planRestService)
GadgetUserResource(BambooUserManager bambooUserManager)
ProjectResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction)
QueueResource(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager)
QuickFilterResource(BambooUserManager bambooUserManager, QuickFilterManager quickFilterManager, com.atlassian.struts.TextProvider textProvider, UserActiveQuickFilterService userActiveQuickFilterService)
SearchResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver)
UserProfileAvatarResource(BambooUserManager userManager, AvatarService avatarService, HigherOrderAvatarProvider higherOrderAvatarProvider)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BambooUserManager Constructor Description PlanRestServiceImpl(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager)
RestUserAccessTokenService(AccessTokenService accessTokenService, BambooUserManager bambooUserManager, PaginationService paginationService, com.atlassian.struts.TextProvider textProvider)
ResultServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.user
Constructors in com.atlassian.bamboo.plugins.rest.user with parameters of type BambooUserManager Constructor Description GroupAdminResource(BambooPermissionManager bambooPermissionManager, BambooUserManager userManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, com.atlassian.struts.TextProvider textProvider, PaginationService paginationService)
UserAdminResource(BambooAuthenticationContext bambooAuthenticationContext, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, com.atlassian.crowd.embedded.api.CrowdService crowdService, PaginationService paginationService, RestUserAccessTokenService restUserAccessTokenService, com.atlassian.struts.TextProvider textProvider, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserRenameService userRenameService, ExtendedAuthorManager extendedAuthorManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.stash.rest.resource
Constructors in com.atlassian.bamboo.plugins.stash.rest.resource with parameters of type BambooUserManager Constructor Description RepositoryResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CustomVariableContext customVariableContext, VcsRepositoryConfigurationService repositoryConfigurationService, VcsRepositoryManager vcsRepositoryManager, VcsBambooSpecsConfigurator vcsBambooSpecsConfigurator, VcsConfigurationHelper vcsConfigurationHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.testutils.builds
Constructors in com.atlassian.bamboo.plugins.testutils.builds with parameters of type BambooUserManager Constructor Description PlansGroupExecutionManager(com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ProjectManager projectManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.testutils.rest.resource.administration
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.administration with parameters of type BambooUserManager Constructor Description GlobalPermissionResource(BambooPermissionManager bambooPermissionManager, HibernateMutableAclService aclService, com.atlassian.sal.api.message.I18nResolver i18nResolver, BambooUserManager userManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, GlobalPermissionsService globalPermissionsService)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type BambooUserManager Constructor Description PlanResource(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type BambooUserManager Constructor Description RepositoryResource(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.plugins.testutils.rest.resource.user
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.user with parameters of type BambooUserManager Constructor Description UserResource(BambooUserManager userManager, HibernateMutableAclService aclService, ExtendedAuthorManager extendedAuthorManager, RecoveryAdminListener recoveryAdminListener)
-
Uses of BambooUserManager in com.atlassian.bamboo.project
Constructors in com.atlassian.bamboo.project with parameters of type BambooUserManager Constructor Description DefaultProjectPermissionsService(HibernateMutableAclService aclService, TransactionAndHibernateTemplate hibernateTemplate, BambooAclHelper aclHelper, ProjectManager projectManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, FeatureManager featureManager)
DefaultProjectPlanPermissionsService(HibernateMutableAclService aclService, TransactionAndHibernateTemplate hibernateTemplate, BambooAclHelper aclHelper, ProjectManager projectManage, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.repository
Constructors in com.atlassian.bamboo.repository with parameters of type BambooUserManager Constructor Description DefaultRepositoryPermissionsService(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.rest
Constructors in com.atlassian.bamboo.rest with parameters of type BambooUserManager Constructor Description DefaultSessionManager(BambooUserManager bambooUserManager)
Default constructor that uses the default user timeoutDefaultSessionManager(BambooUserManager bambooUserManager, int sessionTimeout, TimeUnit timeUnit)
-
Uses of BambooUserManager in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type BambooUserManager Modifier and Type Method Description void
BambooCachingPermissionManagerFacadeImpl. setBambooUserManager(BambooUserManager bambooUserManager)
static com.atlassian.user.Group
PermissionsServiceUtils. validateGroup(String groupName, BambooUserManager bambooUserManager)
static com.atlassian.user.User
PermissionsServiceUtils. validateUser(String username, BambooUserManager bambooUserManager)
Constructors in com.atlassian.bamboo.security with parameters of type BambooUserManager Constructor Description DefaultGlobalPermissionsService(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, BambooAclUpdateHelper aclUpdateHelper, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BambooUserManager bambooUserManager, BambooPermissionManager bambooPermissionManager, AuditLogService auditLogService)
-
Uses of BambooUserManager in com.atlassian.bamboo.security.acegi.acls
Methods in com.atlassian.bamboo.security.acegi.acls with parameters of type BambooUserManager Modifier and Type Method Description void
BambooAclUpdateHelper. updateGroupPermissions(@Nullable String groupName, @NotNull List<org.acegisecurity.acls.Permission> permissions, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull HibernateMutableAclService aclService, @NotNull BambooUserManager userManager, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver)
void
BambooAclUpdateHelper. updateGroupPermissions(@Nullable String groupName, @NotNull List<org.acegisecurity.acls.Permission> permissions, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull HibernateMutableAclService aclService, @NotNull BambooUserManager userManager, @NotNull com.atlassian.struts.TextProvider textProvider)
void
BambooAclUpdateHelper. updateUserPermissions(@Nullable String userName, @NotNull List<org.acegisecurity.acls.Permission> permissions, @NotNull BambooUserManager bambooUserManager, @NotNull BambooPermissionManager bambooPermissionManager, @NotNull HibernateMutableAclService aclService, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver)
Update global permissions of the given user. -
Uses of BambooUserManager in com.atlassian.bamboo.security.trustedapplications
Constructors in com.atlassian.bamboo.security.trustedapplications with parameters of type BambooUserManager Constructor Description BambooUserResolver(BambooUserManager userManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BambooUserManager Modifier and Type Field Description static Supplier<BambooUserManager>
ComponentAccessor. BAMBOO_USER_MANAGER
Deprecated. -
Uses of BambooUserManager in com.atlassian.bamboo.user
Classes in com.atlassian.bamboo.user that implement BambooUserManager Modifier and Type Class Description class
BambooUserManagerImpl
Constructors in com.atlassian.bamboo.user with parameters of type BambooUserManager Constructor Description DefaultAuthenticationContext(BambooUserManager bambooUserManager, I18nBeanFactory i18nBeanFactory)
Deprecated.since 6.6 use autowiring instead. -
Uses of BambooUserManager in com.atlassian.bamboo.user.cleanup
Constructors in com.atlassian.bamboo.user.cleanup with parameters of type BambooUserManager Constructor Description CrowdDeletedEntityCleanupServiceImpl(BambooUserManager bambooUserManager, CrowdDeletedEntityDao crowdDeletedEntityDao)
-
Uses of BambooUserManager in com.atlassian.bamboo.user.rename
Constructors in com.atlassian.bamboo.user.rename with parameters of type BambooUserManager Constructor Description UserRenameServiceImpl(@NotNull BambooUserManager bambooUserManager, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull ScopedExclusionService scopedExclusionService, @NotNull HibernateMutableAclService hibernateMutableAclService)
-
Uses of BambooUserManager in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type BambooUserManager Modifier and Type Method Description void
ManualTriggerReasonRenderer. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as BambooUserManager Modifier and Type Field Description protected BambooUserManager
BambooActionSupport. bambooUserManager
Methods in com.atlassian.bamboo.ww2 that return BambooUserManager Modifier and Type Method Description BambooUserManager
BambooActionSupport. getBambooUserManager()
Methods in com.atlassian.bamboo.ww2 with parameters of type BambooUserManager Modifier and Type Method Description void
BambooActionSupport. setBambooUserManager(BambooUserManager bambooUserManager)
Constructors in com.atlassian.bamboo.ww2 with parameters of type BambooUserManager Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-
Uses of BambooUserManager in com.atlassian.bamboo.ww2.actions.build.admin.create
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type BambooUserManager Constructor Description UIConfigSupportImpl(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, RepositoryManager repositoryManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, WebRepositoryViewerManager webRepositoryViewerManager, BambooPermissionManager bambooPermissionManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors that return BambooUserManager Modifier and Type Method Description BambooUserManager
RemoteApiLoginInterceptor. getBambooUserManager()
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type BambooUserManager Modifier and Type Method Description void
RemoteApiLoginInterceptor. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.bamboo.ww2.validators
Methods in com.atlassian.bamboo.ww2.validators with parameters of type BambooUserManager Modifier and Type Method Description void
UniqueGroupNameFieldValidator. setBambooUserManager(BambooUserManager bambooUserManager)
void
UniqueUsernameFieldValidator. setBambooUserManager(BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in com.atlassian.sal.bamboo.user
Constructors in com.atlassian.sal.bamboo.user with parameters of type BambooUserManager Constructor Description BambooSalUserManager(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager)
-
Uses of BambooUserManager in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type BambooUserManager Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-