public class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor extends CaptchaChannelProcessorTemplate
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
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_KEYWORD
Keyword for this channelProcessor
|
logger| Constructor and Description |
|---|
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Verify if thresold is > 0
|
decide, getEntryPoint, getKeyword, getThresold, setEntryPoint, setKeyword, setThresold, supportspublic static final String DEFAULT_KEYWORD
public AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class CaptchaChannelProcessorTemplateException - if falseCopyright © 2021. All rights reserved.