Package com.atlassian.bitbucket.auth
package com.atlassian.bitbucket.auth
-
ClassDescriptionThe authentication details including the
user
and anyproperties
provided during authentication.A context for accessing the currently-authenticated user.Base type for all exceptions which are thrown while processing user authentication attempts.Indicates that authentication is required withapplicationName
and provides aURI
to authenticateA 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.Base specialisation forAuthenticationException
s which are thrown for CAPTCHA attempts.A 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.A specialization ofAuthenticationException
that should be thrown when an existing authentication has expired.A specialisation ofAuthenticationException
, thrown to indicate the user cannot be authenticated because their password has expired and must be changed.A specialisation ofAuthenticationException
, thrown to indicate the user cannot be authenticated because their account is no longer active.A specialisation ofCaptchaAuthenticationException
, thrown when the CAPTCHA response provided by the user does not match the image that was presented.A specialisation ofAuthenticationException
, thrown to indicate the password supplied during an authentication attempt does not match the password on record.A specialisation ofAuthenticationException
, thrown to indicate the user cannot be authenticated because they don't have permission to access the application.Controls whether remember-me authentication is disabled, always performed or only performed when a checkbox is checked on the login form.Provides remember-me authenticationA specialization ofAuthenticationException
that is thrown during authentication when an existing SSH key has expired.A specialization ofAuthenticationException
that is thrown during authentication when a key does not meet the requirements of the system.