Uses of Class
jetbrains.buildServer.controllers.interceptors.auth.util.AuthorizationHeader
-
Packages that use AuthorizationHeader Package Description jetbrains.buildServer.controllers.interceptors.auth.impl jetbrains.buildServer.controllers.interceptors.auth.util -
-
Uses of AuthorizationHeader in jetbrains.buildServer.controllers.interceptors.auth.impl
Methods in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type AuthorizationHeader Modifier and Type Method Description protected abstract T
AuthorizationHeaderBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)
protected SimpleCredentials
BasicProtocolBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)
protected BearerTokenCredentials
TokenBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)
protected abstract boolean
AuthorizationHeaderBasedHttpAuthenticationScheme. isProtocolSupported(AuthorizationHeader authorizationHeader)
protected boolean
BasicProtocolBasedHttpAuthenticationScheme. isProtocolSupported(AuthorizationHeader authorizationHeader)
protected boolean
TokenBasedHttpAuthenticationScheme. isProtocolSupported(AuthorizationHeader authorizationHeader)
-
Uses of AuthorizationHeader in jetbrains.buildServer.controllers.interceptors.auth.util
Methods in jetbrains.buildServer.controllers.interceptors.auth.util that return AuthorizationHeader Modifier and Type Method Description static AuthorizationHeader
AuthorizationHeader. getFrom(javax.servlet.http.HttpServletRequest request)
-