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 TAuthorizationHeaderBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)protected SimpleCredentialsBasicProtocolBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)protected BearerTokenCredentialsTokenBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)protected abstract booleanAuthorizationHeaderBasedHttpAuthenticationScheme. isProtocolSupported(AuthorizationHeader authorizationHeader)protected booleanBasicProtocolBasedHttpAuthenticationScheme. isProtocolSupported(AuthorizationHeader authorizationHeader)protected booleanTokenBasedHttpAuthenticationScheme. 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 AuthorizationHeaderAuthorizationHeader. getFrom(javax.servlet.http.HttpServletRequest request)
-