com.atlassian.confluence.security
Class ConfluenceImageCaptchaService

java.lang.Object
  extended bycom.octo.captcha.service.AbstractCaptchaService
      extended bycom.octo.captcha.service.AbstractManageableCaptchaService
          extended bycom.octo.captcha.service.image.AbstractManageableImageCaptchaService
              extended bycom.atlassian.confluence.security.ConfluenceImageCaptchaService
All Implemented Interfaces:
com.octo.captcha.service.AbstractManageableCaptchaServiceMBean, com.octo.captcha.service.CaptchaService, com.octo.captcha.service.image.ImageCaptchaService, com.octo.captcha.service.ManageableCaptchaService

public class ConfluenceImageCaptchaService
extends com.octo.captcha.service.image.AbstractManageableImageCaptchaService
implements com.octo.captcha.service.image.ImageCaptchaService

Created by IntelliJ IDEA. User: Tomd Date: 12/04/2006 Time: 09:44:52 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class com.octo.captcha.service.AbstractCaptchaService
engine, store
 
Constructor Summary
ConfluenceImageCaptchaService(com.octo.captcha.engine.CaptchaEngine engine, com.octo.captcha.service.captchastore.CaptchaStore store)
           
 
Methods inherited from class com.octo.captcha.service.image.AbstractManageableImageCaptchaService
getChallengeClone, getImageChallengeForID, getImageChallengeForID
 
Methods inherited from class com.octo.captcha.service.AbstractManageableCaptchaService
emptyCaptchaStore, garbageCollectCaptchaStore, generateAndStoreCaptcha, getCaptchaEngineClass, getCaptchaStoreMaxSize, getCaptchaStoreSize, getCaptchaStoreSizeBeforeGarbageCollection, getMinGuarantedStorageDelayInSeconds, getNumberOfCorrectResponses, getNumberOfGarbageCollectableCaptchas, getNumberOfGarbageCollectedCaptcha, getNumberOfGeneratedCaptchas, getNumberOfUncorrectResponses, setCaptchaEngineClass, setCaptchaStoreMaxSize, setCaptchaStoreSizeBeforeGarbageCollection, setMinGuarantedStorageDelayInSeconds, validateResponseForID
 
Methods inherited from class com.octo.captcha.service.AbstractCaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.octo.captcha.service.image.ImageCaptchaService
getImageChallengeForID, getImageChallengeForID
 
Methods inherited from interface com.octo.captcha.service.CaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForID
 

Constructor Detail

ConfluenceImageCaptchaService

public ConfluenceImageCaptchaService(com.octo.captcha.engine.CaptchaEngine engine,
                                     com.octo.captcha.service.captchastore.CaptchaStore store)


Confluence is developed by Atlassian.