Uses of Class
org.acegisecurity.captcha.CaptchaChannelProcessorTemplate

Packages that use CaptchaChannelProcessorTemplate
org.acegisecurity.captcha Captcha classes. 
 

Uses of CaptchaChannelProcessorTemplate in org.acegisecurity.captcha
 

Subclasses of CaptchaChannelProcessorTemplate in org.acegisecurity.captcha
 class AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
           return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold;
Default keyword : REQUIRES_CAPTCHA_ABOVE_THRESOLD_REQUESTS
 class AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
           return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
 class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
           return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped urls requests and is human;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
Note : before first humanity check
 class TestOnceAfterMaxRequestsCaptchaChannelProcessor
           return false if ny CaptchaChannelProcessorTemplate mapped urls has been requested more than thresold and humanity is false;
Default keyword : REQUIRES_CAPTCHA_ONCE_ABOVE_THRESOLD_REQUESTS
 



Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.