org.acegisecurity.captcha
Class AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor

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

SinceNot specified.
Version$Id: Alway
AuthorMarc-Antoine Garrigue
Wiki javadoc Use textile entry format.
Add your comments here.
Field Summary
static String DEFAULT_KEYWORD
Keyword for this channelProcessor
Fields inherited from org.acegisecurity.captchaCaptchaChannelProcessorTemplate
Method Summary
void afterPropertiesSet()
Verify if thresold is > 0
DEFAULT_KEYWORD
public static String DEFAULT_KEYWORD
Keyword for this channelProcessor
Wiki javadoc Use textile entry format.
Add your comments here.
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
public AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor ( )
Constructor
Wiki javadoc Use textile entry format.
Add your comments here.
afterPropertiesSet
public void afterPropertiesSet ( )
throws
Verify if thresold is > 0
Overrides method in CaptchaChannelProcessorTemplate
Returns void No description provided.
Exceptions
Exception if false
Wiki javadoc Use textile entry format.
Add your comments here.