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.filter   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.security.acegi.acls   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.user   
com.atlassian.bamboo.user.authentication   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2   
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 HibernateAuthorManagerImpl.setBambooUserManager(BambooUserManager userManager)
           
 void AuthorImpl.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

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.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 GroupMapper.setBambooUserManager(BambooUserManager bambooUserManager)
           
 

Uses of BambooUserManager in com.atlassian.bamboo.notification
 

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

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.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.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
 

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)
           
 

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 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 Pty Ltd. All Rights Reserved.