Uses of Interface
jetbrains.buildServer.serverSide.auth.AuthenticationTokenStorage
-
Packages that use AuthenticationTokenStorage Package Description jetbrains.buildServer.serverSide.auth.impl jetbrains.buildServer.users.impl -
-
Uses of AuthenticationTokenStorage in jetbrains.buildServer.serverSide.auth.impl
Classes in jetbrains.buildServer.serverSide.auth.impl that implement AuthenticationTokenStorage Modifier and Type Class Description classAbstractAuthenticationTokenStorageclassPersistentAuthenticationTokenStorageConstructors in jetbrains.buildServer.serverSide.auth.impl with parameters of type AuthenticationTokenStorage Constructor Description TokenAuthenticationModelImpl(UserModelEx userModelEx, AuthenticationTokenCreator authenticationTokenCreator, AuthenticationTokenStorage authenticationTokenStorage, MultiNodesEvents multiNodesEvents, ServerResponsibility responsibility, ScheduledExecutorService executorService, TimeService timeService, AuditLogFactory auditLogFactory, EventDispatcher<BuildServerListener> dispatcher) -
Uses of AuthenticationTokenStorage in jetbrains.buildServer.users.impl
Constructors in jetbrains.buildServer.users.impl with parameters of type AuthenticationTokenStorage Constructor Description UserModelImpl(SecurityContextEx securityContext, EventDispatcher<BuildServerListener> serverDispatcher, EventDispatcher<UserModelListener> userModelDispatcher, EventDispatcher<ProjectsImportListener> projectImportListenerEventDispatcher, EventDispatcher<UserModelListenerEx> userModelDispatcherEx, SQLRunnerEx sqlRunner, NumericIdSequences idSequences, UserDataLoader userDataLoader, MultiNodesEvents multiNodesEvents, ExecutorServices executorServices, ServerResponsibility serverResponsibility, AuthenticationTokenStorage authenticationTokenStorage, UserAttributeStorage userAttributeStorage, PasswordComplexityChecker passwordComplexityChecker)
-