org.acegisecurity.captcha
Class TestOnceAfterMaxRequestsCaptchaChannelProcessor

java.lang.Object
  extended by org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
      extended by org.acegisecurity.captcha.TestOnceAfterMaxRequestsCaptchaChannelProcessor
All Implemented Interfaces:
ChannelProcessor, org.springframework.beans.factory.InitializingBean

public class TestOnceAfterMaxRequestsCaptchaChannelProcessor
extends CaptchaChannelProcessorTemplate

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

Version:
$Id: TestOnceAfterMaxRequestsCaptchaChannelProcessor.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Marc-Antoine Garrigue

Field Summary
static String DEFAULT_KEYWORD
           
 
Fields inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
logger
 
Constructor Summary
TestOnceAfterMaxRequestsCaptchaChannelProcessor()
           
 
Method Summary
 
Methods inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
afterPropertiesSet, 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

DEFAULT_KEYWORD

public static final String DEFAULT_KEYWORD
See Also:
Constant Field Values
Constructor Detail

TestOnceAfterMaxRequestsCaptchaChannelProcessor

public TestOnceAfterMaxRequestsCaptchaChannelProcessor()


Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.