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 class
ProtocolBasedHttpAuthenticationSchemeAdapter
Adapter 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 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
-
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 class
PresignedTokenHttpAuthenticationScheme
-