Class CaptchaChallengeRequired

java.lang.Object
com.atlassian.jira.bc.security.login.DeniedReason
com.atlassian.jira.bc.security.login.CaptchaChallengeRequired

@Immutable public class CaptchaChallengeRequired extends DeniedReason
Denied reason indicating that a CAPTCHA challenge must be passed before authentication can be performed.
Since:
v4.3
  • Constructor Details

    • CaptchaChallengeRequired

      public CaptchaChallengeRequired(String loginURL)
      Creates a new CaptchaChallengeRequired denied reason, with the given CAPTCHA URL.
      Parameters:
      loginURL - the URL that the user must visit to pass the captcha challenge