Package com.atlassian.bitbucket.auth
Class CaptchaRequiredAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.auth.AuthenticationException
com.atlassian.bitbucket.auth.CaptchaAuthenticationException
com.atlassian.bitbucket.auth.CaptchaRequiredAuthenticationException
- All Implemented Interfaces:
Serializable
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. This exception is also thrown if a CAPTCHA is required but was not provided.
To prevent brute force attempts to guess a user's password, the system can be configured to require a CAPTCHA after a set number of failed authentication attempts. Administrators can set the number of failed attempts allowed before a user's account will be locked.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CaptchaRequiredAuthenticationException
-