|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoundCaptchaService | |
---|---|
com.octo.captcha.module.web.sound | |
com.octo.captcha.service.multitype | |
com.octo.captcha.service.sound |
Uses of SoundCaptchaService in com.octo.captcha.module.web.sound |
---|
Methods in com.octo.captcha.module.web.sound with parameters of type SoundCaptchaService | |
---|---|
static void |
SoundToWavHelper.flushNewCaptchaToResponse(HttpServletRequest theRequest,
HttpServletResponse theResponse,
Log log,
SoundCaptchaService service,
java.lang.String id,
java.util.Locale locale)
retrieve a new SoundCaptcha using SoundCaptchaService and flush it to the response. |
Uses of SoundCaptchaService in com.octo.captcha.service.multitype |
---|
Subinterfaces of SoundCaptchaService in com.octo.captcha.service.multitype | |
---|---|
interface |
MultiTypeCaptchaService
This class is designed to provide multiTypes captcha. |
Classes in com.octo.captcha.service.multitype that implement SoundCaptchaService | |
---|---|
class |
GenericManageableCaptchaService
Generic and new default captchaService implementation. |
Uses of SoundCaptchaService in com.octo.captcha.service.sound |
---|
Classes in com.octo.captcha.service.sound that implement SoundCaptchaService | |
---|---|
class |
AbstractManageableSoundCaptchaService
Base implementation of the SoundCaptchaService. |
class |
DefaultManageableSoundCaptchaService
Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a SpellerSoundCaptchaEngine It is initialized
with thoses default values : min guaranted delay : 180s max store size : 100000 captchas
max store size before garbage collection : 75000 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |