com.atlassian.jira.servlet
Class NoOpCaptchaServiceImpl

java.lang.Object
  extended by com.atlassian.jira.servlet.NoOpCaptchaServiceImpl
All Implemented Interfaces:
JiraCaptchaService

public class NoOpCaptchaServiceImpl
extends Object
implements JiraCaptchaService

Since:
v6.1

Constructor Summary
NoOpCaptchaServiceImpl()
           
 
Method Summary
 com.octo.captcha.service.image.ImageCaptchaService getImageCaptchaService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpCaptchaServiceImpl

public NoOpCaptchaServiceImpl()
Method Detail

getImageCaptchaService

public com.octo.captcha.service.image.ImageCaptchaService getImageCaptchaService()
Specified by:
getImageCaptchaService in interface JiraCaptchaService
Returns:
a NON NULL image based CAPTCHA Service


Copyright © 2002-2013 Atlassian. All Rights Reserved.