@Immutable public class

CaptchaChallengeRequired

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

Class Overview

Denied reason indicating that a CAPTCHA challenge must be passed before authentication can be performed.

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.bc.security.login.DeniedReason
Public Constructors
CaptchaChallengeRequired(String loginURL)
Creates a new CaptchaChallengeRequired denied reason, with the given CAPTCHA URL.
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.security.login.DeniedReason
From class java.lang.Object

Public Constructors

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