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.configuration   
com.atlassian.bamboo.container   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.security   
com.atlassian.bamboo.security.acegi.acls   
com.atlassian.bamboo.upgrade.tasks   
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.interceptors   
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.configuration
 

Fields in com.atlassian.bamboo.configuration declared as BambooUserManager
protected  BambooUserManager AbstractPermissionAction.bambooUserManager
           
 

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

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

Uses of BambooUserManager in com.atlassian.bamboo.notification
 

Constructors in com.atlassian.bamboo.notification with parameters of type BambooUserManager
NotificationListener(BambooUserManager bambooUserManager, net.sf.hibernate.SessionFactory sessionFactory, com.atlassian.event.EventManager eventManager, BambooSmackClient bambooSmackClient, LabelManager labelManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.rest
 

Methods in com.atlassian.bamboo.rest that return BambooUserManager
 BambooUserManager ExecuteBuild.getBambooUserManager()
           
 

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

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 ForgotPassword.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ChangePassword.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.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type BambooUserManager
 void UpgradeTask405.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void UpgradeTask301.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

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()
           
 

Methods in com.atlassian.bamboo.user with parameters of type BambooUserManager
 void DefaultAuthenticationContext.setBambooUserManager(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 that return BambooUserManager
 BambooUserManager BrowseGroupsAction.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.group with parameters of type BambooUserManager
 void BrowseGroupsAction.setBambooUserManager(BambooUserManager 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 that return BambooUserManager
 BambooUserManager SearchUserAction.getBambooUserManager()
           
 BambooUserManager ConfigureUser.getBambooUserManager()
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin.user with parameters of type BambooUserManager
 void ConfigureProfile.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void SearchUserAction.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ViewAdministrators.setBambooUserManager(BambooUserManager bambooUserManager)
           
 void ConfigureUser.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 ConfigureBuildNotification.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.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
 

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

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

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



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.