Uses of Class
jetbrains.buildServer.serverSide.auth.AuthenticationFailedException
-
-
Uses of AuthenticationFailedException in jetbrains.buildServer.controllers.interceptors.auth
Methods in jetbrains.buildServer.controllers.interceptors.auth that throw AuthenticationFailedException Modifier and Type Method Description booleanHttpLoginSupport. login(ServerPrincipal principal)Tries to login the specified user. -
Uses of AuthenticationFailedException in jetbrains.buildServer.controllers.interceptors.auth.impl
Methods in jetbrains.buildServer.controllers.interceptors.auth.impl that throw AuthenticationFailedException Modifier and Type Method Description protected abstract TAuthorizationHeaderBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)protected BearerTokenCredentialsTokenBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header) -
Uses of AuthenticationFailedException in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Methods in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl that throw AuthenticationFailedException Modifier and Type Method Description booleanPresignedTokenHttpAuthenticationScheme. login(ServerPrincipal principal) -
Uses of AuthenticationFailedException in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that throw AuthenticationFailedException Modifier and Type Method Description SUserWebLoginModel. checkPassword(String username, String password)Attempts to authenticate using specified username and password and if authentication was successful returns corresponding User object.SUserWebLoginModelImpl. checkPassword(String username, String password)voidTwoFactorWebLoginModel. login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int password)Attempts to receive user from request and login him with TOTP password.voidTwoFactorWebLoginModelImpl. login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int password)UserWebLoginModel. login(String username, String password, javax.servlet.http.HttpServletRequest request)Authenticates user by specified username and passwordSUserWebLoginModelEx. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Authenticates the specified userUserWebLoginModelEx. login(UserCredentials userCredentials, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Authenticates user by specified credentialsUserWebLoginModelImpl. login(String username, String password, javax.servlet.http.HttpServletRequest request)SUserWebLoginModelImpl. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)UserWebLoginModelImpl. login(UserCredentials userCredentials, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)UserWebLoginModel. loginFromRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Verifies that authentication information provided with request is valid.UserWebLoginModelImpl. loginFromRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidTwoFactorWebLoginModel. loginWithRecoveryKey(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String key)Same asTwoFactorWebLoginModel.login(HttpServletRequest, HttpServletResponse, int), but using one-time recovery keyvoidTwoFactorWebLoginModelImpl. loginWithRecoveryKey(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String key) -
Uses of AuthenticationFailedException in jetbrains.buildServer.serverProxy
Methods in jetbrains.buildServer.serverProxy that throw AuthenticationFailedException Modifier and Type Method Description StringRemoteAuthenticationServer. authenticate(String username, String encryptedPassword)Authenticates user using specified credentials. -
Uses of AuthenticationFailedException in jetbrains.buildServer.serverSide.auth
Subclasses of AuthenticationFailedException in jetbrains.buildServer.serverSide.auth Modifier and Type Class Description classInvalidBearerTokenExceptionclassNotAuthenticatedBearerTokenExceptionMethods in jetbrains.buildServer.serverSide.auth that throw AuthenticationFailedException Modifier and Type Method Description AuthenticatedUserInfoServerLoginModel. checkCredentials(UserCredentials credentials)Verifies that user with specified credentials exists.AuthenticatedUserInfoServerLoginModel. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)Authenticates the specified user, i.e.: - grants this user a license - updates user last login timestamp - sets successfully authenticated user in the security contextAuthenticatedUserInfoServerLoginModel. login(UserCredentials credentials)Checks that user with specified credentials exists and attempts to login this user, i.e.: - grants this user a license - updates user last login timestamp - sets successfully authenticated user in the security context -
Uses of AuthenticationFailedException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw AuthenticationFailedException Modifier and Type Method Description StringXmlRpcAuthenticationServer. authenticate(String username, String encryptedPassword)AuthenticatedUserInfoServerLoginModelImpl. checkCredentials(UserCredentials credentials)AuthenticatedUserInfoServerLoginModelImpl. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)AuthenticatedUserInfoServerLoginModelImpl. login(UserCredentials credentials)
-