Class CaptchaChallengeRequired
java.lang.Object
com.atlassian.jira.bc.security.login.DeniedReason
com.atlassian.jira.bc.security.login.CaptchaChallengeRequired
Denied reason indicating that a CAPTCHA challenge must be passed before authentication can be performed.
- Since:
- v4.3
-
Field Summary
Fields inherited from class com.atlassian.jira.bc.security.login.DeniedReason
X_DENIED_HEADER
-
Constructor Summary
ConstructorsConstructorDescriptionCaptchaChallengeRequired
(String loginURL) Creates a new CaptchaChallengeRequired denied reason, with the given CAPTCHA URL. -
Method Summary
Methods inherited from class com.atlassian.jira.bc.security.login.DeniedReason
asString, toString
-
Constructor Details
-
CaptchaChallengeRequired
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
-