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 interface
ProtocolBasedHttpAuthenticationScheme
Represents 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 class
HttpAuthenticationSchemeAdapter
Adapter forHttpAuthenticationScheme
.class
ProtocolBasedHttpAuthenticationSchemeAdapter
Adapter 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 class
AgentHttpAuthenticationScheme
class
AuthorizationHeaderBasedHttpAuthenticationScheme<T extends SimpleCredentials>
class
BasicHttpAuthenticationScheme
class
BasicProtocolBasedHttpAuthenticationScheme
class
ForbiddingDomainsAuthenticationScheme
If 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.class
GuestHttpAuthenticationScheme
class
TokenBasedHttpAuthenticationScheme
Methods 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 class
PresignedTokenHttpAuthenticationScheme
-
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth
Classes in jetbrains.buildServer.serverSide.oauth that implement HttpAuthenticationScheme Modifier and Type Class Description class
BaseOAuthAuthentication
-
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.azuredevops
Classes in jetbrains.buildServer.serverSide.oauth.azuredevops that implement HttpAuthenticationScheme Modifier and Type Class Description class
AzureDevOpsAuthentication
-
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.bitbucket
Classes in jetbrains.buildServer.serverSide.oauth.bitbucket that implement HttpAuthenticationScheme Modifier and Type Class Description class
BitBucketAuthentication
-
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.github
Classes in jetbrains.buildServer.serverSide.oauth.github that implement HttpAuthenticationScheme Modifier and Type Class Description class
GitHubAuthentication.BaseGitHubAuthentication
class
GitHubAuthentication.GitHubComAuth
class
GitHubAuthentication.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 class
GitLabAuthentication.BaseGitLabAuthentication
class
GitLabAuthentication.GitLabCeOrEeAuth
class
GitLabAuthentication.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 class
GoogleAuthentication
-
Uses of HttpAuthenticationScheme in jetbrains.buildServer.serverSide.oauth.space
Classes in jetbrains.buildServer.serverSide.oauth.space that implement HttpAuthenticationScheme Modifier and Type Class Description class
SpaceAuthentication
-