Uses of Interface
com.atlassian.bamboo.user.BambooUserManager
Packages that use BambooUserManager
Package
Description
-
Uses of BambooUserManager in com.atlassian.bamboo.accesstoken
Fields in com.atlassian.bamboo.accesstoken declared as BambooUserManagerModifier and TypeFieldDescriptionprotected BambooUserManager
AbstractAccessTokenNotification.bambooUserManager
Constructors in com.atlassian.bamboo.accesstoken with parameters of type BambooUserManagerModifierConstructorDescriptionDefaultAccessTokenService
(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 BambooUserManagerModifierConstructorDescriptionMauServiceImpl
(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 -
Uses of BambooUserManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type BambooUserManagerModifierConstructorDescriptionprotected
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 BambooUserManagerModifierConstructorDescriptionBrokenBuildResource
(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 BambooUserManagerModifier and TypeMethodDescriptionvoid
CommentImpl.setBambooUserManager
(BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.config
Constructors in com.atlassian.bamboo.config with parameters of type BambooUserManagerModifierConstructorDescriptionUserPreferencesDataProvider
(BambooAuthenticationContext bambooAuthenticationContext, BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository with parameters of type BambooUserManagerModifier and TypeMethodDescriptionboolean
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 BambooUserManagerModifierConstructorDescriptionDefaultEnvironmentPermissionsService
(TransactionAndHibernateTemplate hibernateTemplate, HibernateMutableAclService aclService, BambooAclHelper aclHelper, CachedEnvironmentService cachedEnvironmentService, 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 BambooUserManagerModifierConstructorDescriptionDeploymentVersionServiceImpl
(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull InternalResultsSummaryAccessor internalResultsSummaryAccessor, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @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 BambooUserManagerModifierConstructorDescriptionFeatureDiscoveryServiceImpl
(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 BambooUserManagerModifier and TypeMethodDescriptionvoid
SeraphLoginFilter.setBambooUserManager
(BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type BambooUserManagerModifierConstructorDescriptionGrpcServer
(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, ClusterMessageReceiver clusterMessageReceiver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of BambooUserManager in com.atlassian.bamboo.grpc.receiver
Constructors in com.atlassian.bamboo.grpc.receiver with parameters of type BambooUserManagerModifierConstructorDescriptionBambooCrossNodesEventsReceiverService
(ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, DeadLetterQueue deadLetterQueue, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher, ClusterMessageReceiver clusterMessageReceiver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of BambooUserManager in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type BambooUserManagerModifier and TypeMethodDescriptionvoid
NotificationFactoryImpl.setBambooUserManager
(BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.notification.recipients
Methods in com.atlassian.bamboo.notification.recipients with parameters of type BambooUserManagerModifier and TypeMethodDescriptionvoid
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 BambooUserManagerModifierConstructorDescriptionDefaultPlanPermissionsService
(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 BambooUserManagerModifierConstructorDescriptionVersionCreatedIssuePublisher
(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 BambooUserManagerModifierConstructorDescriptionDarkFeatureResource
(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 BambooUserManagerModifierConstructorDescriptionUserSessionResource
(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 BambooUserManagerModifierConstructorDescriptionPlanResource
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type BambooUserManagerModifierConstructorDescriptionDeploymentQueueResource
(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, CachedEnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, RestAuthenticationContext restAuthenticationContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type BambooUserManagerModifierConstructorDescriptionDeploymentProjectResource
(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, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ResultsSummaryManager resultsSummaryManager, RssPermissionManager rssPermissionManager, DeploymentProjectDeletionService deploymentProjectDeletionService, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.preference
Constructors in com.atlassian.bamboo.plugins.rest.preference with parameters of type BambooUserManagerModifierConstructorDescriptionPreferenceResource
(BambooUserManager bambooUserManager, RestAuthenticationContext restAuthenticationContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type BambooUserManagerModifierConstructorDescriptionDependencyResource
(BambooUserManager bambooUserManager, PlanRestService planRestService, RestAuthenticationContext restAuthenticationContext) GadgetUserResource
(BambooUserManager bambooUserManager, RestAuthenticationContext restAuthenticationContext) 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, RestAuthenticationContext restAuthenticationContext) QueueResource
(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, RestAuthenticationContext restAuthenticationContext) QuickFilterResource
(BambooUserManager bambooUserManager, QuickFilterManager quickFilterManager, com.atlassian.struts.TextProvider textProvider, UserActiveQuickFilterService userActiveQuickFilterService, RestAuthenticationContext restAuthenticationContext) SearchResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, CachedDeploymentProjectService cachedDeploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestAuthenticationContext restAuthenticationContext) UserProfileAvatarResource
(BambooUserManager userManager, AvatarService avatarService, HigherOrderAvatarProvider higherOrderAvatarProvider, RestAuthenticationContext restAuthenticationContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type BambooUserManagerModifierConstructorDescriptionPlanRestServiceImpl
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.rest.user
Constructors in com.atlassian.bamboo.plugins.rest.user with parameters of type BambooUserManagerModifierConstructorDescriptionGroupAdminResource
(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 BambooUserManagerModifierConstructorDescriptionRepositoryResource
(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, com.atlassian.sal.api.web.context.HttpContext httpContext) -
Uses of BambooUserManager in com.atlassian.bamboo.plugins.testutils.builds
Constructors in com.atlassian.bamboo.plugins.testutils.builds with parameters of type BambooUserManagerModifierConstructorDescriptionPlansGroupExecutionManager
(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
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource with parameters of type BambooUserManagerModifierConstructorDescriptionCaptchaResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BambooUserManager bambooUserManager) -
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 BambooUserManagerModifierConstructorDescriptionGlobalPermissionResource
(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 BambooUserManagerModifierConstructorDescriptionPlanResource
(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, RestAuthenticationContext restAuthenticationContext) -
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 BambooUserManagerModifierConstructorDescriptionRepositoryResource
(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RestAuthenticationContext restAuthenticationContext) -
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 BambooUserManagerModifierConstructorDescriptionUserResource
(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 BambooUserManagerModifierConstructorDescriptionDefaultProjectPermissionsService
(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 BambooUserManagerModifierConstructorDescriptionDefaultRepositoryPermissionsService
(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 BambooUserManagerModifierConstructorDescriptionDefaultSessionManager
(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 BambooUserManagerModifier and TypeMethodDescriptionvoid
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 BambooUserManagerModifierConstructorDescriptionDefaultGlobalPermissionsService
(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 BambooUserManagerModifier and TypeMethodDescriptionvoid
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 -
Uses of BambooUserManager in com.atlassian.bamboo.session
Constructors in com.atlassian.bamboo.session with parameters of type BambooUserManagerModifierConstructorDescriptionUserSessionListener
(org.springframework.security.core.session.SessionRegistry sessionRegistry, com.atlassian.seraph.spi.rememberme.RememberMeTokenDao rememberMeTokenDao, CrossNodesRemoteBroadcaster crossNodesRemoteBroadcaster, BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BambooUserManagerModifier and TypeFieldDescriptionstatic final Supplier<BambooUserManager>
ComponentAccessor.BAMBOO_USER_MANAGER
Deprecated. -
Uses of BambooUserManager in com.atlassian.bamboo.user
Classes in com.atlassian.bamboo.user that implement BambooUserManagerConstructors in com.atlassian.bamboo.user with parameters of type BambooUserManagerModifierConstructorDescriptionDefaultAuthenticationContext
(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 BambooUserManagerModifierConstructorDescriptionCrowdDeletedEntityCleanupServiceImpl
(BambooUserManager bambooUserManager, CrowdDeletedEntityDao crowdDeletedEntityDao) -
Uses of BambooUserManager in com.atlassian.bamboo.user.rename
Constructors in com.atlassian.bamboo.user.rename with parameters of type BambooUserManagerModifierConstructorDescriptionUserRenameServiceImpl
(@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 BambooUserManagerModifier and TypeMethodDescriptionvoid
ManualTriggerReasonRenderer.setBambooUserManager
(BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as BambooUserManagerModifier and TypeFieldDescriptionprotected BambooUserManager
BambooActionSupport.bambooUserManager
Methods in com.atlassian.bamboo.ww2 that return BambooUserManagerMethods in com.atlassian.bamboo.ww2 with parameters of type BambooUserManagerModifier and TypeMethodDescriptionvoid
BambooActionSupport.setBambooUserManager
(BambooUserManager bambooUserManager) Constructors in com.atlassian.bamboo.ww2 with parameters of type BambooUserManagerModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, 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, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, 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 BambooUserManagerModifierConstructorDescriptionUIConfigSupportImpl
(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, BambooPermissionManager bambooPermissionManager) -
Uses of BambooUserManager in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors that return BambooUserManagerMethods in com.atlassian.bamboo.ww2.interceptors with parameters of type BambooUserManagerModifier and TypeMethodDescriptionvoid
RemoteApiLoginInterceptor.setBambooUserManager
(BambooUserManager bambooUserManager) -
Uses of BambooUserManager in com.atlassian.bamboo.ww2.validators
Methods in com.atlassian.bamboo.ww2.validators with parameters of type BambooUserManagerModifier and TypeMethodDescriptionvoid
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 BambooUserManagerModifierConstructorDescriptionBambooSalUserManager
(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 BambooUserManagerModifierConstructorDescriptionJobDeletionTest
(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)