com.atlassian.jira.bc.security.login
Class CaptchaChallengeRequired

java.lang.Object
  extended by com.atlassian.jira.bc.security.login.DeniedReason
      extended by 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

Field Summary
 
Fields inherited from class com.atlassian.jira.bc.security.login.DeniedReason
X_DENIED_HEADER
 
Constructor Summary
CaptchaChallengeRequired(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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-2012 Atlassian. All Rights Reserved.