Uses of Interface
jetbrains.buildServer.controllers.interceptors.auth.HttpAuthenticationScheme
-
-
Uses of HttpAuthenticationScheme in jetbrains.buildServer.controllers.interceptors.auth
Subinterfaces of HttpAuthenticationScheme in jetbrains.buildServer.controllers.interceptors.auth Modifier and Type Interface Description interfaceProtocolBasedHttpAuthenticationSchemeRepresents the interface of HTTP authentication scheme which can provide supported authentication protocols.Classes in jetbrains.buildServer.controllers.interceptors.auth that implement HttpAuthenticationScheme Modifier and Type Class Description classHttpAuthenticationSchemeAdapterAdapter forHttpAuthenticationScheme.classProtocolBasedHttpAuthenticationSchemeAdapterAdapter forProtocolBasedHttpAuthenticationSchemeAdapter.Methods in jetbrains.buildServer.controllers.interceptors.auth that return types with arguments of type HttpAuthenticationScheme Modifier and Type Method Description List<AuthModule<HttpAuthenticationScheme>>AuthModulesProvider. getAvailableAuthModules()Returns all available authentication modules. -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.controllers.interceptors.auth.impl
Classes in jetbrains.buildServer.controllers.interceptors.auth.impl that implement HttpAuthenticationScheme Modifier and Type Class Description classAgentHttpAuthenticationSchemeclassAuthorizationHeaderBasedHttpAuthenticationScheme<T extends SimpleCredentials>classBasicHttpAuthenticationSchemeclassBasicProtocolBasedHttpAuthenticationSchemeclassForbiddingDomainsAuthenticationSchemeIf the request comes from the forbidden origin {@see jetbrains.buildServer.web.AdditionalDomain#isLoginForbidden}, stops the authentication right away and returns the unauthenticated result thus preventing other authentication schemes from being applied.classGuestHttpAuthenticationSchemeclassTokenBasedHttpAuthenticationSchemeMethods in jetbrains.buildServer.controllers.interceptors.auth.impl that return types with arguments of type HttpAuthenticationScheme Modifier and Type Method Description List<AuthModule<HttpAuthenticationScheme>>MainServerAuthModulesProviderImpl. getAvailableAuthModules()Constructor parameters in jetbrains.buildServer.controllers.interceptors.auth.impl with type arguments of type HttpAuthenticationScheme Constructor Description MainServerAuthModulesProviderImpl(LoginConfiguration loginConfiguration, List<HttpAuthenticationScheme> predefinedAuthSchemes) -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Classes in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl that implement HttpAuthenticationScheme Modifier and Type Class Description classPresignedTokenHttpAuthenticationScheme -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth
Classes in jetbrains.buildServer.serverSide.oauth that implement HttpAuthenticationScheme Modifier and Type Class Description classBaseOAuthAuthentication -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.azuredevops
Classes in jetbrains.buildServer.serverSide.oauth.azuredevops that implement HttpAuthenticationScheme Modifier and Type Class Description classAzureDevOpsAuthentication -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.bitbucket
Classes in jetbrains.buildServer.serverSide.oauth.bitbucket that implement HttpAuthenticationScheme Modifier and Type Class Description classBitBucketAuthentication -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.github
Classes in jetbrains.buildServer.serverSide.oauth.github that implement HttpAuthenticationScheme Modifier and Type Class Description classGitHubAuthentication.BaseGitHubAuthenticationclassGitHubAuthentication.GitHubComAuthclassGitHubAuthentication.GitHubEnterpriseAuth -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.gitlab
Classes in jetbrains.buildServer.serverSide.oauth.gitlab that implement HttpAuthenticationScheme Modifier and Type Class Description classGitLabAuthentication.BaseGitLabAuthenticationclassGitLabAuthentication.GitLabCeOrEeAuthclassGitLabAuthentication.GitLabComAuth -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.google
Classes in jetbrains.buildServer.serverSide.oauth.google that implement HttpAuthenticationScheme Modifier and Type Class Description classGoogleAuthentication -
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.space
Classes in jetbrains.buildServer.serverSide.oauth.space that implement HttpAuthenticationScheme Modifier and Type Class Description classSpaceAuthentication
-