Uses of Interface
jetbrains.buildServer.users.UserModelEx
-
-
Uses of UserModelEx in jetbrains
Methods in jetbrains that return UserModelEx Modifier and Type Method Description UserModelEx
BuildServerCreator. getUserModel()
-
Uses of UserModelEx in jetbrains.buildServer.auth.impl
Constructors in jetbrains.buildServer.auth.impl with parameters of type UserModelEx Constructor Description SecureSessionModelImpl(SessionModel delegate, SecurityContextEx securityContext, UserModelEx userModel, AuditLogFactory auditLogFactory)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type UserModelEx Constructor Description RolesHolderFinder(UserGroupManager groupManager, UserModelEx userModel)
ServerConfigForm(ServerSettings serverSettings, ServerPaths serverPaths, UserModelEx userModel, JdbcConnectionString connectionString, EncryptionManager encryptionManager)
ServerConfigGeneralController(SBuildServer server, PagePlaces pagePlaces, ServerPaths serverPaths, UserModelEx userModel, ServerSettingsImpl serverSettings, TeamCityDatabaseManager databaseManager, SQLRunnerEx sqlRunner, ServerInstallationsManager serverInstallationsManager, AdminActionsController actionsController, AuditLogFactory logFactory, EncryptionManager encryptionManager)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.admin.groups
Constructors in jetbrains.buildServer.controllers.admin.groups with parameters of type UserModelEx Constructor Description AttachUsersController(UserGroupManager groupManager, UserModelEx userModel, SecurityContext securityContext)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users with parameters of type UserModelEx Modifier and Type Method Description protected User
AdminSubmitCreateUserController. createUser(UserModelEx userModel, AdminCreateUserForm form, javax.servlet.http.HttpServletRequest request)
protected User
SubmitCreateAdminController. createUser(UserModelEx userModel, NewUserForm form, javax.servlet.http.HttpServletRequest request)
static AdminEditUserForm
AdminEditUserForm. newInstance(SUser editor, UserEx editee, Collection<UserProfilePluginInfo> notificatorPlugins, Collection<UserProfilePluginInfo> userAuthSettingsPlugins, VcsManager vcsManager, RolesManager rolesManager, ProjectManager projectManager, SecurityContextEx securityContext, UserModelEx userModel, NotificationRulesManager rulesManager, UserGroupManager groupManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings)
Constructors in jetbrains.buildServer.controllers.admin.users with parameters of type UserModelEx Constructor Description UsersListHelper(UserModelEx userModel, RolesManager rolesManager, ProjectManager projectManager, SecurityContextEx securityContext, LoginConfiguration loginConfiguration, UserGroupManager groupManager, ServerSettings serverSettings)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.builds
Constructors in jetbrains.buildServer.controllers.builds with parameters of type UserModelEx Constructor Description FavoriteBuildsPageController(UserModelEx userModel, FavoriteBuildsManager provider)
FavoriteBuildsPageProxyController(UserModelEx userModel, FavoriteBuildsPageController fbController)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.changes
Constructors in jetbrains.buildServer.controllers.changes with parameters of type UserModelEx Constructor Description PublishBinaryChangesController(SBuildServer server, UserModelEx userModel, SecurityContextEx securityContext)
PublishChangesController(SBuildServer server, UserModelEx userModel, SecurityContextEx securityContext)
PublishDiffChangesController(SBuildServer server, UserModelEx userModel, SecurityContextEx securityContext)
PublishMultipartBinaryChangesController(SBuildServer server, UserModelEx userModel, SecurityContextEx securityContext)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.emailVerification
Constructors in jetbrains.buildServer.controllers.emailVerification with parameters of type UserModelEx Constructor Description EmailVerificationController(UserEmailVerifier emailVerifier, ServerSettings serverSettings, WebControllerManager webControllerManager, UserModelEx userModel, SecurityContextEx securityContext)
EmailVerificationSuggestion(PagePlaces pagePlaces, ServerSettings serverSettings, UserModelEx userModel, WebControllerManager controllerManager)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type UserModelEx Constructor Description FirstLoginInterceptor(UserModelEx userModel, SynchronizerManagerImpl synchronizerManager, ServerSettings serverSettings, UserEmailVerifier userEmailVerifier, SecurityContextEx securityContext)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.investigate
Constructors in jetbrains.buildServer.controllers.investigate with parameters of type UserModelEx Constructor Description InvestigationsController(STestManager testManager, InvestigationTestRunsHolder testRunsHolder, UserModelEx userModel, ResponsibilityFacadeEx responsibilityFacade, BuildProblemManager problemManager, ProjectManager projectManager)
UserInvestigationsCounterProvider(ResponsibilityFacadeEx responsibilityFacade, UserModelEx userModel, EventDispatcher<BuildServerListener> myEvents, TopicsRegistry topicsRegistry, InvestigationsController investigationsController)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.profile
Fields in jetbrains.buildServer.controllers.profile declared as UserModelEx Modifier and Type Field Description protected UserModelEx
AbstractUpdateUserController. myUserModel
Methods in jetbrains.buildServer.controllers.profile that return UserModelEx Modifier and Type Method Description protected UserModelEx
AbstractUpdateUserController. getUserModel()
Constructors in jetbrains.buildServer.controllers.profile with parameters of type UserModelEx Constructor Description ProfileNotificationRulesTab(PagePlaces pagePlaces, UserModelEx userModel)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.profile.auth
Constructors in jetbrains.buildServer.controllers.profile.auth with parameters of type UserModelEx Constructor Description EditAccessTokenController(SBuildServer server, UserModelEx userModel, AuthorizationInterceptor authInterceptor, TokenAuthenticationModel tokenAuthenticationModel, LoginConfiguration loginConfiguration, ProjectManager projectManager, SecurityContext securityContext, TimeService timeService)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.profile.vcs
Constructors in jetbrains.buildServer.controllers.profile.vcs with parameters of type UserModelEx Constructor Description EditVcsSettingsController(SBuildServer server, UserModelEx userModel, AuthorizationInterceptor authInterceptor)
-
Uses of UserModelEx in jetbrains.buildServer.controllers.user
Methods in jetbrains.buildServer.controllers.user that return UserModelEx Modifier and Type Method Description protected UserModelEx
AbstractSubmitCreateUserController. getUserModel()
Methods in jetbrains.buildServer.controllers.user with parameters of type UserModelEx Modifier and Type Method Description protected abstract User
AbstractSubmitCreateUserController. createUser(UserModelEx userModel, T form, javax.servlet.http.HttpServletRequest request)
protected User
SubmitRegisterUserController. createUser(UserModelEx userModel, NewUserForm form, javax.servlet.http.HttpServletRequest request)
-
Uses of UserModelEx in jetbrains.buildServer.notification
Fields in jetbrains.buildServer.notification declared as UserModelEx Modifier and Type Field Description protected UserModelEx
AdministratorEmailsSender. myUsers
Constructors in jetbrains.buildServer.notification with parameters of type UserModelEx Constructor Description AdministratorEmailsSender(RolesManager roles, UserModelEx users, NotificatorRegistry notificatorRegistry)
NotificationProcessor(EventDispatcher<BuildServerListener> events, BuildsManager buildsManager, ProjectManager projectManager, UserModelEx userModel, NotificatorRegistry notificatorRegistry, NotificationRulesManager notificationRulesManager, TestHistory testsHistory, ExecutorServices serverExecutorServices, TestName2Index testName2Index, SQLRunnerEx sqlRunner, BuildProblemManager problemManager, FavoriteBuildsManager favoriteBuildsManager, BranchSpecs branchSpecs, SwitchableExternalActivityRegistry externalActivityRegistry, ServerResponsibility serverResponsibility, NotificationsAssociatedUserProvider notificationsAssociatedUserProvider, ApprovableBuildManager approvableBuildManager)
Used in tests -
Uses of UserModelEx in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl with parameters of type UserModelEx Modifier and Type Method Description void
NotificationRulesManagerImpl. setUserModel(UserModelEx userModel)
Constructors in jetbrains.buildServer.notification.impl with parameters of type UserModelEx Constructor Description UserNotificationRulesManager(ProjectManager projectManager, SecurityContextEx securityContext, NotificationRuleFactory rulesFactory, SQLRunnerEx sqlRunner, NumericIdSequences idSequences, UserModelEx userModel, NotificationRuleIdProvider ruleIdProvider, EventDispatcher<ProjectsImportListener> projectImportListenerEventDispatcher, ServerResponsibility serverResponsibility, MultiNodesEvents multiNodesEvents)
UserRulesAwareNotificationListener(BuildsManager buildsManager, UserModelEx userModel, ProjectManager projectManager, NotificationRulesManager notificationRulesManager, TestHistory testsHistory, Notificator notificator, BuildProblemManager problemManager, FavoriteBuildsManager favoriteBuildManager, BranchSpecs branchSpecs, NotificationsAssociatedUserProvider notificationsAssociatedUserProvider, ApprovableBuildManager approvableBuildManager)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return UserModelEx Modifier and Type Method Description UserModelEx
BuildServerEx. getUserModelEx()
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.auth.impl
Constructors in jetbrains.buildServer.serverSide.auth.impl with parameters of type UserModelEx Constructor Description SecureTokenAuthenticationModelImpl(SecurityContextEx securityContext, UserModelEx userModel, TokenAuthenticationModel delegate, AuditLogFactory auditLogFactory)
TokenAuthenticationModelImpl(UserModelEx userModelEx, AuthenticationTokenCreator authenticationTokenCreator, AuthenticationTokenStorage authenticationTokenStorage, MultiNodesEvents multiNodesEvents, ServerResponsibility responsibility, ScheduledExecutorService executorService, TimeService timeService, AuditLogFactory auditLogFactory, EventDispatcher<BuildServerListener> dispatcher)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return UserModelEx Modifier and Type Method Description protected UserModelEx
BaseServerTestCase. getUserModelEx()
UserModelEx
BuildServerImpl. getUserModelEx()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type UserModelEx Modifier and Type Method Description void
CopyProjectHelper. setUserModel(UserModelEx userModel)
void
BuildServerImpl. setUserModelEx(UserModelEx userModel)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type UserModelEx Constructor Description LicenseAgreementImpl(SQLRunnerEx sqlRunner, UserModelEx userModel)
RecentlyUsedBuildTypes(UserModelEx userModel, ProjectManager projectManager, UserProjectVisibility userProjectVisibility)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type UserModelEx Modifier and Type Method Description void
AuditLogProviderImpl. setUserModel(UserModelEx userModel)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type UserModelEx Constructor Description LoginConfigurationImpl(UserModelEx userModel, CriticalErrors criticalErrors, ConfigHistoryManager configHistoryManager, AuditLogFactory auditLogFactory, ServerPaths serverPaths, SecurityContextEx securityContext)
ServerLoginModelImpl(LoginConfiguration loginConfiguration, UserModelEx userModelEx, SecurityContextEx securityContext, ServerResponsibility serverResponsibility, EventDispatcher<UserAuthListener> userAuthDispatcher, SpecialUsersLoginModuleDescriptor specialUsersLoginModuleDescriptor, ExecutorServices executorServices)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.impl.persisting.settings
Constructors in jetbrains.buildServer.serverSide.impl.persisting.settings with parameters of type UserModelEx Constructor Description SettingsSerializer(PersisterOptions options, ServerPaths serverPaths, PersistTasksStorage tasksStorage, FileWatcherFactory fileWatcherFactory, GlobalConfigsChangesCommitter globalConfigsChangesCommitter, UserModelEx userModel)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal with parameters of type UserModelEx Modifier and Type Method Description void
PersonalBuildManagerImpl. setUserModel(UserModelEx userModel)
-
Uses of UserModelEx in jetbrains.buildServer.serverSide.impl.tracker
Constructors in jetbrains.buildServer.serverSide.impl.tracker with parameters of type UserModelEx Constructor Description EventTrackerImpl(EventDispatcher<BuildServerListener> serverDispatcher, EventDispatcher<BuildTypeBranchesListener> branchesDispatcher, AgentPoolManager agentPoolManager, ProjectManagerEx projectManager, UserModelEx userModel, NotificationRulesManager rulesManager, SecurityContext securityContext, BuildHistory buildHistory, ExecutorServices executorServices, EventDispatcher<VersionedSettingsStatusEventListener> versionedSettingsStatusDispatcher)
-
Uses of UserModelEx in jetbrains.buildServer.status
Constructors in jetbrains.buildServer.status with parameters of type UserModelEx Constructor Description CommittedBuildsHolderImpl(ProjectManager projectManager, BuildsManager buildsManager, EventDispatcher<BuildServerListener> eventDispatcher, UserModelEx userModel, SecurityContextEx securityContext, UserChangesFilter userChangesFilter)
-
Uses of UserModelEx in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement UserModelEx Modifier and Type Class Description class
SecuredUserModel
Created by Evgeniy.Koshkin.class
UserModelImpl
Methods in jetbrains.buildServer.users.impl that return UserModelEx Modifier and Type Method Description UserModelEx
SecuredUserModel. getDelegate()
-
Uses of UserModelEx in jetbrains.buildServer.web.impl
Constructors in jetbrains.buildServer.web.impl with parameters of type UserModelEx Constructor Description RestApiFacade(UrlMapping urlMapping, FakeHttpRequestsFactory fakeHttpRequestsFactory, UserModelEx userModel, SecurityContextEx securityContext)
-