Uses of Interface
jetbrains.buildServer.serverSide.impl.auth.LoginConfigurationEx
-
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type LoginConfigurationEx Constructor Description AuthAdminBean(LoginConfigurationEx loginConfiguration, ServerSettings serverSettings)
AuthAdminPage(BuildServerImpl server, PagePlaces pagePlaces, LoginConfigurationEx loginConfiguration, ServerPaths serverPaths, ServerSettingsImpl serverSettings, WebControllerManager webControllerManager, AuthorizationInterceptor interceptor, AuthConfigManager authConfigManager, SessionModel sessionModel, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.admin.users
Constructors in jetbrains.buildServer.controllers.admin.users with parameters of type LoginConfigurationEx Constructor Description AdminEditUserController(WebControllerManager webControllerManager, BuildServerImpl server, PluginProperties pluginRegistry, UserAuthSettingsPluginsRegistry userAuthSettingsPluginsRegistry, VcsManager vcsManager, RolesManager rolesManager, ProjectManager projectManager, AuthorizationInterceptor authInterceptor, SecurityContextEx securityContext, RolesActionHelper userRolesHelper, NotificationRulesManager rulesManager, UserGroupManager groupManager, NotificatorRegistry notificatorRegistry, ServerSettings serverSettings, EmailVerificationController emailVerificationController, PagePlaces pagePlaces, SessionModel sessionModel, LoginConfigurationEx loginConfigurationEx, ProfileController profileController)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.healthStatus.reports
Constructors in jetbrains.buildServer.controllers.healthStatus.reports with parameters of type LoginConfigurationEx Constructor Description BuiltInAuthModuleHealthPageExtension(PagePlaces pagePlaces, AdminActionsController actionsController, LoginConfigurationEx loginConfiguration, AuthConfigManager authConfigManager, GlobalHealthItemsTracker healthItemsExpirationTracker)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type LoginConfigurationEx Constructor Description InsecurePasswordResetInterceptor(AuthorizationPaths authorizationPaths, LoginConfigurationEx loginConfiguration, PasswordComplexityPolicy passwordComplexityPolicy)
TwoFactorAuthenticationInterceptor(TwoFactorWebLoginModel twoFactorLoginModel, AuthorizationPaths authorizationPaths, SecurityContextEx securityContext, LoginConfigurationEx loginConfiguration)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.interceptors.auth.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type LoginConfigurationEx Constructor Description TokenBasedHttpAuthenticationScheme(LoginConfigurationEx loginConfigurationEx, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.login
Constructors in jetbrains.buildServer.controllers.login with parameters of type LoginConfigurationEx Constructor Description TwoFactorWebLoginModelImpl(WebLoginModelEx webLoginModel, TwoFactorPasswordManager manager, LoginConfigurationEx loginConfiguration)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.profile.auth
Constructors in jetbrains.buildServer.controllers.profile.auth with parameters of type LoginConfigurationEx Constructor Description AccessTokensTab(PagePlaces pagePlaces, LoginConfigurationEx loginConfigurationEx)
SecuritySettingsTab(PagePlaces pagePlaces, LoginConfigurationEx loginConfiguration)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.controllers.user
Constructors in jetbrains.buildServer.controllers.user with parameters of type LoginConfigurationEx Constructor Description TwoFactorStepController(TwoFactorWebLoginModel twoFactorLoginModel, TwoFactorPasswordManager manager, LoginConfigurationEx loginConfiguration)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.resetPassword
Constructors in jetbrains.buildServer.resetPassword with parameters of type LoginConfigurationEx Constructor Description ResetPasswordSettings(LoginConfigurationEx loginConfiguration, ServerResponsibility serverResponsibility)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.serverSide.auth.impl
Constructors in jetbrains.buildServer.serverSide.auth.impl with parameters of type LoginConfigurationEx Constructor Description TwoFactorPasswordManagerImpl(TimeService timeService, TwoFactorPasswordGenerator twoFactorPasswordGenerator, SecurityContextEx securityContext, EncryptionManager encryptionManager, ExecutorServices executorServices, AuditLogFactory auditLogFactory, LoginConfigurationEx loginConfiguration, UserModel userModel, ServerResponsibility serverResponsibility, UserGroupManager userGroupManager)
-
Uses of LoginConfigurationEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement LoginConfigurationEx Modifier and Type Class Description class
LoginConfigurationImpl
class
SecuredLoginConfiguration
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type LoginConfigurationEx Constructor Description AuthConfigManager(ServerPaths serverPaths, ConfigurationErrors configErrors, FileWatcherFactory fileWatcherFactory, EventDispatcher<BuildServerListener> dispatcher, LoginConfigurationEx loginConfUpdate, ServerResponsibility serverResponsibility, SettingsPersister settingsPersister)
SecuredLoginConfiguration(LoginConfigurationEx delegate, SecurityContextEx securityContext)
-