com.atlassian.jira.servlet
Class JiraCaptchaServiceImpl

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

public final class JiraCaptchaServiceImpl
extends Object
implements JiraCaptchaService


Constructor Summary
JiraCaptchaServiceImpl()
           
 
Method Summary
 com.octo.captcha.service.image.ImageCaptchaService getImageCaptchaService()
           
static com.octo.captcha.service.image.ImageCaptchaService getInstance()
           
 void onGeneralConfigurationChange(GeneralConfigurationUpdatedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraCaptchaServiceImpl

public JiraCaptchaServiceImpl()
Method Detail

getInstance

public static com.octo.captcha.service.image.ImageCaptchaService getInstance()

getImageCaptchaService

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

onGeneralConfigurationChange

@EventListener
public void onGeneralConfigurationChange(GeneralConfigurationUpdatedEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.