Uses of Class
jetbrains.buildServer.serverSide.auth.BearerTokenCredentials
-
Packages that use BearerTokenCredentials Package Description jetbrains.buildServer.controllers.interceptors.auth.impl jetbrains.buildServer.serverSide.auth jetbrains.buildServer.serverSide.auth.impl -
-
Uses of BearerTokenCredentials in jetbrains.buildServer.controllers.interceptors.auth.impl
Methods in jetbrains.buildServer.controllers.interceptors.auth.impl that return BearerTokenCredentials Modifier and Type Method Description protected BearerTokenCredentialsTokenBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)Methods in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type BearerTokenCredentials Modifier and Type Method Description protected HttpAuthenticationResultTokenBasedHttpAuthenticationScheme. checkCredentials(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, BearerTokenCredentials credentials, Map<String,String> properties) -
Uses of BearerTokenCredentials in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return BearerTokenCredentials Modifier and Type Method Description BearerTokenCredentialsTokenAuthenticationModel. parseToken(String token)Parse token from raw string -
Uses of BearerTokenCredentials in jetbrains.buildServer.serverSide.auth.impl
Methods in jetbrains.buildServer.serverSide.auth.impl that return BearerTokenCredentials Modifier and Type Method Description BearerTokenCredentialsRandomSecureAuthenticationTokenCreator. parseToken(String token)BearerTokenCredentialsSecureTokenAuthenticationModelImpl. parseToken(String token)BearerTokenCredentialsTokenAuthenticationModelImpl. parseToken(String token)
-