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 boolean
HttpLoginSupport. 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 T
AuthorizationHeaderBasedHttpAuthenticationScheme. extractCredentials(AuthorizationHeader header)
protected BearerTokenCredentials
TokenBasedHttpAuthenticationScheme. 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 boolean
PresignedTokenHttpAuthenticationScheme. 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 SUser
WebLoginModel. checkPassword(String username, String password)
Attempts to authenticate using specified username and password and if authentication was successful returns corresponding User object.SUser
WebLoginModelImpl. checkPassword(String username, String password)
void
TwoFactorWebLoginModel. 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.void
TwoFactorWebLoginModelImpl. login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int password)
User
WebLoginModel. login(String username, String password, javax.servlet.http.HttpServletRequest request)
Authenticates user by specified username and passwordSUser
WebLoginModelEx. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Authenticates the specified userUser
WebLoginModelEx. login(UserCredentials userCredentials, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Authenticates user by specified credentialsUser
WebLoginModelImpl. login(String username, String password, javax.servlet.http.HttpServletRequest request)
SUser
WebLoginModelImpl. login(ServerPrincipal principal, boolean forceRememberMe, AuthModule<? extends AuthModuleType> authModule, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
User
WebLoginModelImpl. login(UserCredentials userCredentials, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
User
WebLoginModel. loginFromRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Verifies that authentication information provided with request is valid.User
WebLoginModelImpl. loginFromRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
TwoFactorWebLoginModel. loginWithRecoveryKey(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String key)
Same asTwoFactorWebLoginModel.login(HttpServletRequest, HttpServletResponse, int)
, but using one-time recovery keyvoid
TwoFactorWebLoginModelImpl. 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 String
RemoteAuthenticationServer. 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 class
InvalidBearerTokenException
class
NotAuthenticatedBearerTokenException
Methods in jetbrains.buildServer.serverSide.auth that throw AuthenticationFailedException Modifier and Type Method Description AuthenticatedUserInfo
ServerLoginModel. checkCredentials(UserCredentials credentials)
Verifies that user with specified credentials exists.AuthenticatedUserInfo
ServerLoginModel. 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 contextAuthenticatedUserInfo
ServerLoginModel. 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 String
XmlRpcAuthenticationServer. authenticate(String username, String encryptedPassword)
AuthenticatedUserInfo
ServerLoginModelImpl. checkCredentials(UserCredentials credentials)
AuthenticatedUserInfo
ServerLoginModelImpl. login(ServerPrincipal principal, AuthModule<? extends AuthModuleType> authModule)
AuthenticatedUserInfo
ServerLoginModelImpl. login(UserCredentials credentials)
-