Uses of Class
jetbrains.buildServer.controllers.interceptors.auth.HttpAuthenticationProtocol
-
-
Uses of HttpAuthenticationProtocol in jetbrains.buildServer.controllers.interceptors.auth
Methods in jetbrains.buildServer.controllers.interceptors.auth that return types with arguments of type HttpAuthenticationProtocol Modifier and Type Method Description Set<HttpAuthenticationProtocol>
HttpAuthenticationProtocolsProvider. getAllowedProtocols(javax.servlet.http.HttpServletRequest request, Map<String,String> properties)
Returns all authentication protocols those are supported for the specified HTTP request.Set<HttpAuthenticationProtocol>
ProtocolBasedHttpAuthenticationSchemeAdapter. getAllowedProtocols(javax.servlet.http.HttpServletRequest request, Map<String,String> properties)
Set<HttpAuthenticationProtocol>
HttpAuthenticationProtocolsProvider. getForcedProtocols(javax.servlet.http.HttpServletRequest request, Map<String,String> properties)
Returns protocols which are used to force authentication when user is not authenticated.Set<HttpAuthenticationProtocol>
ProtocolBasedHttpAuthenticationSchemeAdapter. getForcedProtocols(javax.servlet.http.HttpServletRequest request, Map<String,String> properties)
-
Uses of HttpAuthenticationProtocol in jetbrains.buildServer.controllers.interceptors.auth.impl
Methods in jetbrains.buildServer.controllers.interceptors.auth.impl that return types with arguments of type HttpAuthenticationProtocol Modifier and Type Method Description Set<HttpAuthenticationProtocol>
AuthorizationHeaderBasedHttpAuthenticationScheme. getAllowedProtocols(javax.servlet.http.HttpServletRequest request, Map<String,String> properties)
Set<HttpAuthenticationProtocol>
AuthorizationHeaderBasedHttpAuthenticationScheme. getForcedProtocols(javax.servlet.http.HttpServletRequest request, Map<String,String> properties)
-
Uses of HttpAuthenticationProtocol in jetbrains.buildServer.controllers.interceptors.auth.util
Methods in jetbrains.buildServer.controllers.interceptors.auth.util that return HttpAuthenticationProtocol Modifier and Type Method Description HttpAuthenticationProtocol
AuthorizationHeader. getProtocol()
Methods in jetbrains.buildServer.controllers.interceptors.auth.util with parameters of type HttpAuthenticationProtocol Modifier and Type Method Description void
AuthorizationHeader. setAuthProtocol(HttpAuthenticationProtocol authProtocol)
Method parameters in jetbrains.buildServer.controllers.interceptors.auth.util with type arguments of type HttpAuthenticationProtocol Modifier and Type Method Description static HttpAuthenticationResult
HttpAuthUtil. sendUnauthorized(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String reason, Set<HttpAuthenticationProtocol> protocols)
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, Set<HttpAuthenticationProtocol> protocols)
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, Set<HttpAuthenticationProtocol> protocols, String loginPageUrl)
Sets status code "401", status message and needed headers in the responseConstructors in jetbrains.buildServer.controllers.interceptors.auth.util with parameters of type HttpAuthenticationProtocol Constructor Description AuthorizationHeader(HttpAuthenticationProtocol protocol, String data)
-