Package | Description |
---|---|
org.acegisecurity.captcha |
Captcha classes.
|
Modifier and Type | Class and Description |
---|---|
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_BELOW_AVERAGE_TIME_IN_MILLIS_REQUESTS 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 © 2019. All rights reserved.