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 BearerTokenCredentials
TokenBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)
Methods in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type BearerTokenCredentials Modifier and Type Method Description protected HttpAuthenticationResult
TokenBasedHttpAuthenticationScheme. 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 BearerTokenCredentials
TokenAuthenticationModel. 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 BearerTokenCredentials
RandomSecureAuthenticationTokenCreator. parseToken(String token)
BearerTokenCredentials
SecureTokenAuthenticationModelImpl. parseToken(String token)
BearerTokenCredentials
TokenAuthenticationModelImpl. parseToken(String token)
-