|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageCaptchaService | |
---|---|
com.octo.captcha.module.web.image | |
com.octo.captcha.service.image | This package provides Image specialized captcha services implementations. |
com.octo.captcha.service.multitype |
Uses of ImageCaptchaService in com.octo.captcha.module.web.image |
---|
Methods in com.octo.captcha.module.web.image with parameters of type ImageCaptchaService | |
---|---|
static void |
ImageToJpegHelper.flushNewCaptchaToResponse(HttpServletRequest theRequest,
HttpServletResponse theResponse,
Log log,
ImageCaptchaService service,
java.lang.String id,
java.util.Locale locale)
retrieve a new ImageCaptcha using ImageCaptchaService and flush it to the response. |
Uses of ImageCaptchaService in com.octo.captcha.service.image |
---|
Classes in com.octo.captcha.service.image that implement ImageCaptchaService | |
---|---|
class |
AbstractManageableImageCaptchaService
Base implementation of the ImageCaptchaService. |
class |
DefaultManageableImageCaptchaService
Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a DefaultGimpyEngine It is initialized
with thoses default values : min guaranted delay : 180s max store size : 100000 captchas
max store size before garbage collection : 75000 |
Uses of ImageCaptchaService in com.octo.captcha.service.multitype |
---|
Subinterfaces of ImageCaptchaService 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 ImageCaptchaService | |
---|---|
class |
GenericManageableCaptchaService
Generic and new default captchaService implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |