Package | Description |
---|---|
com.atlassian.bitbucket.auth | |
com.atlassian.bitbucket.event.auth |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationSystemException
A specialisation of
AuthenticationException , thrown when the underlying authentication subsystem fails
during authentication or an operation to update or query the authentication subsystem fails for some reason. |
class |
CaptchaAuthenticationException
Base specialisation for
AuthenticationException s which are thrown for CAPTCHA attempts. |
class |
CaptchaRequiredAuthenticationException
A specialisation of
CaptchaAuthenticationException , thrown to indicate the user has entered their password
incorrectly too many times in succession and is required to solve a CAPTCHA before they will be allowed to login
again. |
class |
ExpiredAuthenticationException
A specialization of
AuthenticationException that should be thrown when an existing authentication has
expired. |
class |
ExpiredPasswordAuthenticationException
A specialisation of
AuthenticationException , thrown to indicate the user cannot be authenticated because
their password has expired and must be changed. |
class |
InactiveUserAuthenticationException
A specialisation of
AuthenticationException , thrown to indicate the user cannot be authenticated because
their account is no longer active. |
class |
IncorrectCaptchaAuthenticationException
A specialisation of
CaptchaAuthenticationException , thrown when the CAPTCHA response provided by the user
does not match the image that was presented. |
class |
IncorrectPasswordAuthenticationException
A specialisation of
AuthenticationException , thrown to indicate the password supplied during an
authentication attempt does not match the password on record. |
class |
NoAccessAuthenticationException
A specialisation of
AuthenticationException , thrown to indicate the user cannot be authenticated because
they don't have permission to access the application. |
Modifier and Type | Method and Description |
---|---|
AuthenticationException |
AuthenticationFailureEvent.getException() |
Constructor and Description |
---|
AuthenticationFailureEvent(Object source,
String username,
String method,
AuthenticationException exception) |
Copyright © 2022 Atlassian. All rights reserved.