|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.octo.captcha.service.AbstractCaptchaService
com.octo.captcha.service.AbstractManageableCaptchaService
com.octo.captcha.service.multitype.GenericManageableCaptchaService
fr.paris.lutece.plugins.captcha.modules.jcaptcha.service.SimpleBufferedManageableCaptchaService
public class SimpleBufferedManageableCaptchaService
Field Summary |
---|
Fields inherited from class com.octo.captcha.service.AbstractCaptchaService |
---|
engine, logger, store |
Constructor Summary | |
---|---|
SimpleBufferedManageableCaptchaService(com.octo.captcha.engine.CaptchaEngine engine,
com.octo.captcha.engine.bufferedengine.SimpleBufferedEngineContainer container,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize)
|
Method Summary | |
---|---|
protected com.octo.captcha.Captcha |
generateAndStoreCaptcha(Locale locale,
String strID)
|
com.octo.captcha.engine.bufferedengine.SimpleBufferedEngineContainer |
getContainer()
|
void |
setContainer(com.octo.captcha.engine.bufferedengine.SimpleBufferedEngineContainer container)
|
Methods inherited from class com.octo.captcha.service.multitype.GenericManageableCaptchaService |
---|
getChallengeClone, getImageChallengeForID, getImageChallengeForID, getSoundChallengeForID, getSoundChallengeForID, getTextChallengeForID, getTextChallengeForID |
Methods inherited from class com.octo.captcha.service.AbstractManageableCaptchaService |
---|
emptyCaptchaStore, garbageCollectCaptchaStore, garbageCollectCaptchaStore, getCaptchaEngineClass, getCaptchaStoreMaxSize, getCaptchaStoreSize, getCaptchaStoreSizeBeforeGarbageCollection, getEngine, getMinGuarantedStorageDelayInSeconds, getNumberOfCorrectResponses, getNumberOfGarbageCollectableCaptchas, getNumberOfGarbageCollectedCaptcha, getNumberOfGeneratedCaptchas, getNumberOfUncorrectResponses, isCaptchaStoreFull, isCaptchaStoreQuotaReached, setCaptchaEngine, 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.CaptchaService |
---|
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForID |
Constructor Detail |
---|
public SimpleBufferedManageableCaptchaService(com.octo.captcha.engine.CaptchaEngine engine, com.octo.captcha.engine.bufferedengine.SimpleBufferedEngineContainer container, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize)
engine
- the enginecontainer
- the containerminGuarantedStorageDelayInSeconds
- the min Guaranted Storage Delay In SecondsmaxCaptchaStoreSize
- the max Captcha Store SizeMethod Detail |
---|
protected com.octo.captcha.Captcha generateAndStoreCaptcha(Locale locale, String strID)
generateAndStoreCaptcha
in class com.octo.captcha.service.AbstractManageableCaptchaService
locale
- the localestrID
- the ID
public com.octo.captcha.engine.bufferedengine.SimpleBufferedEngineContainer getContainer()
public void setContainer(com.octo.captcha.engine.bufferedengine.SimpleBufferedEngineContainer container)
container
- the container
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |