Uses of Interface
jetbrains.buildServer.serverSide.auth.TokenAuthenticationModel
-
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.controllers.admin
Constructors in jetbrains.buildServer.controllers.admin with parameters of type TokenAuthenticationModel Constructor Description AuthAdminPage(BuildServerImpl server, PagePlaces pagePlaces, LoginConfigurationEx loginConfiguration, ServerPaths serverPaths, ServerSettingsImpl serverSettings, WebControllerManager webControllerManager, AuthorizationInterceptor interceptor, AuthConfigManager authConfigManager, SessionModel sessionModel, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.controllers.interceptors
Constructors in jetbrains.buildServer.controllers.interceptors with parameters of type TokenAuthenticationModel Constructor Description TokenValidationInterceptor(TokenAuthenticationModel tokenAuthenticationModel, LoginPageProvider loginPageProvider, WebLoginModel webLoginModel)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.controllers.interceptors.auth.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type TokenAuthenticationModel Constructor Description TokenBasedHttpAuthenticationScheme(LoginConfigurationEx loginConfigurationEx, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.controllers.profile.auth
Constructors in jetbrains.buildServer.controllers.profile.auth with parameters of type TokenAuthenticationModel Constructor Description EditAccessTokenController(SBuildServer server, UserModelEx userModel, AuthorizationInterceptor authInterceptor, TokenAuthenticationModel tokenAuthenticationModel, LoginConfiguration loginConfiguration, ProjectManager projectManager, SecurityContext securityContext, TimeService timeService)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.serverSide.auth.impl
Classes in jetbrains.buildServer.serverSide.auth.impl that implement TokenAuthenticationModel Modifier and Type Class Description class
SecureTokenAuthenticationModelImpl
class
TokenAuthenticationModelImpl
Constructors in jetbrains.buildServer.serverSide.auth.impl with parameters of type TokenAuthenticationModel Constructor Description SecureTokenAuthenticationModelImpl(SecurityContextEx securityContext, UserModelEx userModel, TokenAuthenticationModel delegate, AuditLogFactory auditLogFactory)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.serverSide.impl.audit.finders
Constructors in jetbrains.buildServer.serverSide.impl.audit.finders with parameters of type TokenAuthenticationModel Constructor Description AuthenticationTokenAuditFinder(ProjectFinder projectFinder, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.serverSide.impl.auth
Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type TokenAuthenticationModel Constructor Description TokenBasedLoginModuleDescriptor(LoginConfiguration loginConfiguration, TokenAuthenticationModel tokenAuthenticationModel)
-
Uses of TokenAuthenticationModel in jetbrains.buildServer.serverSide.oauth.server.pkce.controllers
Constructors in jetbrains.buildServer.serverSide.oauth.server.pkce.controllers with parameters of type TokenAuthenticationModel Constructor Description TokenControllerPkce(WebControllerManager webControllerManager, AuthorizationInterceptor authorizationInterceptor, MultiNodeTasks multiNodeTasks, SecurityContextEx securityContext, TokenAuthenticationModel tokenAuthenticationModel, ExecutorServices executorServices)
-