Uses of Interface
jetbrains.buildServer.controllers.login.WebLoginModelEx
-
-
Uses of WebLoginModelEx in jetbrains.buildServer
Methods in jetbrains.buildServer that return WebLoginModelEx Modifier and Type Method Description protected WebLoginModelEx
BaseWebTestCase. getWebLoginModel()
-
Uses of WebLoginModelEx in jetbrains.buildServer.controllers.actions
Constructors in jetbrains.buildServer.controllers.actions with parameters of type WebLoginModelEx Constructor Description AjaxControllerActions(AjaxController controller, SBuildServer server, WebLoginModelEx loginModel, BuildAgentManagerEx agentManager, AddToQueueProcessor addToQueueProcessor, BuildPromotionManager buildPromotionManager, SystemProblemList problems, SystemProblemWebSpecificsManager specificsManager, RunBuildBeanFactory runBuildBeanFactory, AgentPoolManager agentPoolManager, CurrentProblemsManager currentProblemsManager, SystemProblemList systemProblemList, MergeManager mergeManager, FavoriteBuildsManager favoriteBuildsManager, TagsManager tagsManager, InternalErrorsHandler internalErrorsHandler, UserProjectVisibility projectVisibility, BranchBeanFactory branchBeanFactory, AuditLogFactory auditLogFactory)
-
Uses of WebLoginModelEx in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type WebLoginModelEx Constructor Description AuthenticationInterceptor(WebLoginModelEx loginModel, HttpAuthenticationManager authManager, AuthorizationPaths authorizationPaths, UsersLoadBalancer usersLoadBalancer)
-
Uses of WebLoginModelEx in jetbrains.buildServer.controllers.interceptors.auth.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type WebLoginModelEx Constructor Description HttpAuthenticationManagerImpl(ExtensionHolder extensionHolder, WebLoginModelEx webLoginModel, AuthModulesProvider authModulesProvider, SecurityContextEx securityContext)
-
Uses of WebLoginModelEx in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement WebLoginModelEx Modifier and Type Class Description class
WebLoginModelImpl
WebLoginModelEx implementation.Constructors in jetbrains.buildServer.controllers.login with parameters of type WebLoginModelEx Constructor Description LoginController(SBuildServer server, WebLoginModelEx loginModel, LoginConfiguration loginConfiguration, StartupContext startupContext, SetupAdminController setupAdminController, ServerResponsibility serverResponsibility, AuthorizationInterceptor authorizationInterceptor)
TwoFactorWebLoginModelImpl(WebLoginModelEx webLoginModel, TwoFactorPasswordManager manager, LoginConfigurationEx loginConfiguration)
-