Uses of Interface
com.atlassian.bamboo.user.BambooUserManager

Packages that use BambooUserManager
com.atlassian.bamboo.applinks   
com.atlassian.bamboo.author   
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.brokenbuildtracker.ui   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.notification.recipients   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.security   
com.atlassian.bamboo.security.acegi.acls   
com.atlassian.bamboo.security.trustedapplications   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.user   
com.atlassian.bamboo.user.authentication   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.setup   
com.atlassian.bamboo.ww2.interceptors   
com.atlassian.bamboo.ww2.validators   
com.atlassian.bamboo.xmpp   
 

Uses of BambooUserManager in com.atlassian.bamboo.applinks
 

Constructors in com.atlassian.bamboo.applinks with parameters of type BambooUserManager
ImpersonationServiceImpl(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.author
 

Methods in com.atlassian.bamboo.author with parameters of type BambooUserManager
 void AuthorImpl.setBambooUserManager(BambooUserManager bambooUserManager)
          Deprecated.  
 

Constructors in com.atlassian.bamboo.author with parameters of type BambooUserManager
HibernateAuthorManagerImpl(AuthorDao authorDao, BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type BambooUserManager
 void ResponsibilitiesUpdatedNotificationListener.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type BambooUserManager
AbstractTrackingNotification(TemplateRenderer templateRenderer, PlanManager planManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
           
NotificationPanelContextProvider(TrackingEntryManager trackingEntryManager, BambooUserManager bambooUserManager)
           
UserResponsibilityAddedNotification(TemplateRenderer templateRenderer, PlanManager planManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
           
UserResponsibilityRemovedNotification(TemplateRenderer templateRenderer, PlanManager planManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.brokenbuildtracker.ui
 

Methods in com.atlassian.bamboo.brokenbuildtracker.ui with parameters of type BambooUserManager
 void BrokenBuildConfiguration.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.comment
 

Methods in com.atlassian.bamboo.comment with parameters of type BambooUserManager
 void CommentImpl.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type BambooUserManager
 void BambooContainer.setBambooUserManager(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
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentVersionDao deploymentVersionDao, ResultsSummaryManager resultsSummaryManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, com.opensymphony.xwork.TextProvider textProvider, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, VersionNamingService versionNamingService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, GravatarService gravatarService, BambooUserManager bambooUserService, VariableDefinitionManager variableDefinitionManager, VariableDefinitionFactory variableDefinitionFactory)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.filter
 

Methods in com.atlassian.bamboo.filter with parameters of type BambooUserManager
 void SeraphLoginFilter.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type BambooUserManager
GroupMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooUserManager bambooUserManager)
          Deprecated.  
UserMapper(net.sf.hibernate.SessionFactory sessionFactory, BambooUserManager bambooUserManager)
          Deprecated.  
 

Uses of BambooUserManager in com.atlassian.bamboo.notification
 

Methods in com.atlassian.bamboo.notification with parameters of type BambooUserManager
 void NotificationManagerImpl.setBambooUserManager(BambooUserManager bambooUserManager)
           
 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
 void UserRecipientImpl.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void GroupRecipient.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type BambooUserManager
static com.google.common.base.Predicate<ImmutablePlan> PlanPredicates.isMyBranch(BambooUserManager bambooUserManager, com.atlassian.user.User user)
          Get a predicate that returns true for branches that "belong" to a user.
 

Uses of BambooUserManager in com.atlassian.bamboo.rest
 

Constructors in com.atlassian.bamboo.rest with parameters of type BambooUserManager
DefaultSessionManager(BambooUserManager bambooUserManager)
          Default constructor that uses the default user timeout
DefaultSessionManager(long sessionTimeout, BambooUserManager bambooUserManager)
          Custom constructor to control the length of the timeout
 

Uses of BambooUserManager in com.atlassian.bamboo.security
 

Methods in com.atlassian.bamboo.security with parameters of type BambooUserManager
 void BambooPermissionManagerImpl.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void BambooCachingPermissionManagerFacade.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

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

Methods in com.atlassian.bamboo.security.acegi.acls that return BambooUserManager
 BambooUserManager GroupAwareSidRetrievalStrategyImpl.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.security.acegi.acls with parameters of type BambooUserManager
 void GroupAwareSidRetrievalStrategyImpl.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.security.trustedapplications
 

Constructors in com.atlassian.bamboo.security.trustedapplications with parameters of type BambooUserManager
BambooUserResolver(BambooUserManager userManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type BambooUserManager
static com.google.common.base.Supplier<BambooUserManager> ComponentAccessor.BAMBOO_USER_MANAGER
           
 

Uses of BambooUserManager in com.atlassian.bamboo.user
 

Classes in com.atlassian.bamboo.user that implement BambooUserManager
 class BambooUserManagerImpl
           
 

Methods in com.atlassian.bamboo.user that return BambooUserManager
 BambooUserManager DefaultBambooUser.getBambooUserManager()
           
 

Constructors in com.atlassian.bamboo.user with parameters of type BambooUserManager
DefaultAuthenticationContext(BambooUserManager bambooUserManager, I18nBeanFactory i18nBeanFactory)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.user.authentication
 

Methods in com.atlassian.bamboo.user.authentication that return BambooUserManager
 BambooUserManager BambooAuthenticator.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.user.authentication with parameters of type BambooUserManager
 void BambooAuthenticator.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.v2.build.trigger
 

Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type BambooUserManager
 void ManualTriggerReasonRenderer.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as BambooUserManager
protected  BambooUserManager BambooActionSupport.bambooUserManager
           
 

Methods in com.atlassian.bamboo.ww2 that return BambooUserManager
 BambooUserManager BambooActionSupport.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type BambooUserManager
 void BambooActionSupport.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type BambooUserManager
FreemarkerContext(BambooLicenseManager bambooLicenseManager, AdministrationConfigurationManager administrationConfigurationManager, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerLifecycleProvider serverLifecycleProvider, PlanManager planManager, BootstrapManager bootstrapManager, FeatureManager featureManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2.actions.setup
 

Methods in com.atlassian.bamboo.ww2.actions.setup that return BambooUserManager
 BambooUserManager SetupUtilityBean.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type BambooUserManager
 void SetupUtilityBean.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2.interceptors
 

Methods in com.atlassian.bamboo.ww2.interceptors that return BambooUserManager
 BambooUserManager RemoteApiLoginInterceptor.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type BambooUserManager
 void RemoteApiLoginInterceptor.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2.validators
 

Constructors in com.atlassian.bamboo.ww2.validators with parameters of type BambooUserManager
UniqueGroupNameFieldValidator(BambooUserManager bambooUserManager)
           
UniqueUsernameFieldValidator(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.xmpp
 

Constructors in com.atlassian.bamboo.xmpp with parameters of type BambooUserManager
BambooSmackMessageListener(BambooUserManager bambooUserManager)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.