Uses of Interface
jetbrains.buildServer.serverSide.auth.TwoFactorPasswordManager
-
-
Uses of TwoFactorPasswordManager in jetbrains.buildServer.controllers
Constructors in jetbrains.buildServer.controllers with parameters of type TwoFactorPasswordManager Constructor Description XmlRpcHandlerRemoteAuthServer(ServerLoginModel serverLoginModel, XmlRpcSessionManager xmlRpcSessionManager, XmlRpcHandlerManager xmlRpcHandlerManager, TwoFactorPasswordManager twoFactorPasswordManager)
-
Uses of TwoFactorPasswordManager in jetbrains.buildServer.controllers.login
Constructors in jetbrains.buildServer.controllers.login with parameters of type TwoFactorPasswordManager Constructor Description TwoFactorWebLoginModelImpl(WebLoginModelEx webLoginModel, TwoFactorPasswordManager manager, LoginConfigurationEx loginConfiguration)
WebLoginModelImpl(BuildServerEx buildServer, ServerLoginModel serverLoginModel, RememberMe rememberMe, ServerResponsibility serverResponsibility, SessionModel sessionModel, RegistrationInvitations registrationInvitations, DomainIsolationProtection domainIsolationProtection, TwoFactorPasswordManager twoFactorManager, UsersLoadBalancer usersLoadBalancer, PasswordComplexityChecker checker)
-
Uses of TwoFactorPasswordManager in jetbrains.buildServer.controllers.profile.auth
Constructors in jetbrains.buildServer.controllers.profile.auth with parameters of type TwoFactorPasswordManager Constructor Description SecuritySettingsController(TwoFactorPasswordManager manager)
-
Uses of TwoFactorPasswordManager in jetbrains.buildServer.controllers.user
Constructors in jetbrains.buildServer.controllers.user with parameters of type TwoFactorPasswordManager Constructor Description MandatoryTwoFactorNotification(PagePlaces pagePlaces, SecurityContextEx securityContext, TwoFactorPasswordManager manager, WebControllerManager controllerManager)
TwoFactorStepController(TwoFactorWebLoginModel twoFactorLoginModel, TwoFactorPasswordManager manager, LoginConfigurationEx loginConfiguration)
-
Uses of TwoFactorPasswordManager in jetbrains.buildServer.serverSide.auth.impl
Classes in jetbrains.buildServer.serverSide.auth.impl that implement TwoFactorPasswordManager Modifier and Type Class Description class
SecureTwoFactorPasswordManager
class
TwoFactorPasswordManagerImpl
Constructors in jetbrains.buildServer.serverSide.auth.impl with parameters of type TwoFactorPasswordManager Constructor Description SecureTwoFactorPasswordManager(TwoFactorPasswordManager delegate, SecurityContextEx securityContext)
-
Uses of TwoFactorPasswordManager in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement TwoFactorPasswordManager Modifier and Type Class Description class
MockTwoFactorPasswordManager
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type TwoFactorPasswordManager Constructor Description XmlRpcAuthenticationServer(ServerLoginModel serverLoginModel, XmlRpcSessionManager sessionManager, TwoFactorPasswordManager twoFactorPasswordManager)
-