Uses of Class
jetbrains.buildServer.controllers.interceptors.auth.HttpAuthenticationSchemeAdapter
-
-
Uses of HttpAuthenticationSchemeAdapter in jetbrains.buildServer.controllers.interceptors.auth
Subclasses of HttpAuthenticationSchemeAdapter in jetbrains.buildServer.controllers.interceptors.auth Modifier and Type Class Description classProtocolBasedHttpAuthenticationSchemeAdapterAdapter forProtocolBasedHttpAuthenticationSchemeAdapter. -
Uses of HttpAuthenticationSchemeAdapter in jetbrains.buildServer.controllers.interceptors.auth.impl
Subclasses of HttpAuthenticationSchemeAdapter in jetbrains.buildServer.controllers.interceptors.auth.impl 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.classGuestHttpAuthenticationSchemeclassTokenBasedHttpAuthenticationScheme -
Uses of HttpAuthenticationSchemeAdapter in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Subclasses of HttpAuthenticationSchemeAdapter in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl Modifier and Type Class Description classPresignedTokenHttpAuthenticationScheme
-