com.atlassian.jira.bc.security.login
Class CaptchaChallengeRequired
java.lang.Object
   com.atlassian.jira.bc.security.login.DeniedReason
com.atlassian.jira.bc.security.login.DeniedReason
       com.atlassian.jira.bc.security.login.CaptchaChallengeRequired
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
 
 
 
 
 
 
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
 
Copyright © 2002-2014 Atlassian. All Rights Reserved.