Uses of Interface
jetbrains.buildServer.serverSide.auth.TwoFactorPasswordGenerator
-
Packages that use TwoFactorPasswordGenerator Package Description jetbrains.buildServer.serverSide.auth.impl jetbrains.buildServer.serverSide.impl.auth -
-
Uses of TwoFactorPasswordGenerator in jetbrains.buildServer.serverSide.auth.impl
Classes in jetbrains.buildServer.serverSide.auth.impl that implement TwoFactorPasswordGenerator Modifier and Type Class Description class
TwoFactorPasswordGeneratorImpl
Constructors in jetbrains.buildServer.serverSide.auth.impl with parameters of type TwoFactorPasswordGenerator 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 TwoFactorPasswordGenerator in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement TwoFactorPasswordGenerator Modifier and Type Class Description class
MockTwoFactorPasswordGenerator
-