Uses of Interface
jetbrains.buildServer.controllers.interceptors.auth.HttpAuthenticationProtocolsProvider
-
-
Uses of HttpAuthenticationProtocolsProvider in jetbrains.buildServer.controllers.interceptors.auth
Subinterfaces of HttpAuthenticationProtocolsProvider 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 HttpAuthenticationProtocolsProvider Modifier and Type Class Description class
ProtocolBasedHttpAuthenticationSchemeAdapter
Adapter forProtocolBasedHttpAuthenticationSchemeAdapter
. -
Uses of HttpAuthenticationProtocolsProvider in jetbrains.buildServer.controllers.interceptors.auth.impl
Classes in jetbrains.buildServer.controllers.interceptors.auth.impl that implement HttpAuthenticationProtocolsProvider Modifier and Type Class Description class
AgentHttpAuthenticationScheme
class
AuthorizationHeaderBasedHttpAuthenticationScheme<T extends SimpleCredentials>
class
BasicHttpAuthenticationScheme
class
BasicProtocolBasedHttpAuthenticationScheme
class
TokenBasedHttpAuthenticationScheme
-
Uses of HttpAuthenticationProtocolsProvider in jetbrains.buildServer.controllers.interceptors.auth.util
Methods in jetbrains.buildServer.controllers.interceptors.auth.util with parameters of type HttpAuthenticationProtocolsProvider Modifier and Type Method Description static HttpAuthenticationResult
HttpAuthUtil. sendUnauthorized(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String reason, HttpAuthenticationProtocolsProvider protocolsProvider, Map<String,String> properties)
Sets status code "401", status message and needed headers in the responsestatic HttpAuthenticationResult
HttpAuthUtil. sendUnauthorized(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Throwable e, HttpAuthenticationProtocolsProvider protocolsProvider, Map<String,String> properties)
Sets status code "401", status message and needed headers in the response
-