Uses of Class
com.atlassian.bitbucket.auth.AuthenticationException
Packages that use AuthenticationException
- 
Uses of AuthenticationException in com.atlassian.bitbucket.authSubclasses of AuthenticationException in com.atlassian.bitbucket.authModifier and TypeClassDescriptionclassA specialisation ofAuthenticationException, thrown when the underlying authentication subsystem fails during authentication or an operation to update or query the authentication subsystem fails for some reason.classBase specialisation forAuthenticationExceptions which are thrown for CAPTCHA attempts.classA specialisation ofCaptchaAuthenticationException, 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.classA specialization ofAuthenticationExceptionthat should be thrown when an existing authentication has expired.classA specialisation ofAuthenticationException, thrown to indicate the user cannot be authenticated because their password has expired and must be changed.classA specialisation ofAuthenticationException, thrown to indicate the user cannot be authenticated because their account is no longer active.classA specialisation ofCaptchaAuthenticationException, thrown when the CAPTCHA response provided by the user does not match the image that was presented.classA specialisation ofAuthenticationException, thrown to indicate the password supplied during an authentication attempt does not match the password on record.classA specialisation ofAuthenticationException, thrown to indicate the user cannot be authenticated because they don't have permission to access the application.classA specialization ofAuthenticationExceptionthat is thrown during authentication when an existing SSH key has expired.classA specialization ofAuthenticationExceptionthat is thrown during authentication when a key does not meet the requirements of the system.
- 
Uses of AuthenticationException in com.atlassian.bitbucket.event.authMethods in com.atlassian.bitbucket.event.auth that return AuthenticationExceptionConstructors in com.atlassian.bitbucket.event.auth with parameters of type AuthenticationExceptionModifierConstructorDescriptionAuthenticationFailureEvent(Object source, String username, String method, AuthenticationException exception)