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

Packages that use BambooUserManager
com.atlassian.bamboo.author   
com.atlassian.bamboo.autofavourite   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.container   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.security   
com.atlassian.bamboo.user   
com.atlassian.bamboo.user.authentication   
com.atlassian.bamboo.ww2.actions.admin.group   
com.atlassian.bamboo.ww2.actions.admin.user   
com.atlassian.bamboo.ww2.actions.admin.user.signup   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.setup   
com.atlassian.bamboo.ww2.validators   
com.atlassian.bamboo.xmpp   
 

Uses of BambooUserManager in com.atlassian.bamboo.author
 

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

Uses of BambooUserManager in com.atlassian.bamboo.autofavourite
 

Methods in com.atlassian.bamboo.autofavourite with parameters of type BambooUserManager
 void AutoFavouriteBuildCompleteAction.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.migration
 

Methods in com.atlassian.bamboo.migration with parameters of type BambooUserManager
 void GroupMapper.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ProjectMapper.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void UserMapper.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

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 that return BambooUserManager
 BambooUserManager ChangePassword.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.security with parameters of type BambooUserManager
 void DefaultPermissionManager.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void GlobalPermissionDelegate.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ChangePassword.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ForgotPassword.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.user
 

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

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

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

Constructors in com.atlassian.bamboo.user with parameters of type BambooUserManager
AcegiBambooUser(User user, BambooUserManager bambooUserManager)
           
DefaultBambooUser(User user, BambooUserManager bambooUserManager)
           
 

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.ww2.actions.admin.group
 

Methods in com.atlassian.bamboo.ww2.actions.admin.group with parameters of type BambooUserManager
 void ConfigureGroup.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2.actions.admin.user
 

Methods in com.atlassian.bamboo.ww2.actions.admin.user with parameters of type BambooUserManager
 void ConfigureProfile.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ConfigureUser.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ViewAdministrators.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2.actions.admin.user.signup
 

Methods in com.atlassian.bamboo.ww2.actions.admin.user.signup with parameters of type BambooUserManager
 void SignupUser.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type BambooUserManager
 void ConfigureBuildPostAction.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type BambooUserManager
 void SetupPathsAction.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
 

Methods in com.atlassian.bamboo.xmpp that return BambooUserManager
 BambooUserManager XmppBuildNotifier.getBambooUserManager()
           
 

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

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



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.