|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acegisecurity.captcha.CaptchaChannelProcessorTemplate
org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
public 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
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_KEYWORD
Keyword for this channelProcessor |
Fields inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate |
---|
logger |
Constructor Summary | |
---|---|
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor()
Constructor |
Method Summary | |
---|---|
void |
afterPropertiesSet()
Verify if thresold is > 0 |
Methods inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate |
---|
decide, getEntryPoint, getKeyword, getThresold, setEntryPoint, setKeyword, setThresold, supports |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_KEYWORD
Constructor Detail |
---|
public AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor()
Method Detail |
---|
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class CaptchaChannelProcessorTemplate
java.lang.Exception
- if false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |