org.acegisecurity.captcha
Class AlwaysTestAfterMaxRequestsCaptchaChannelProcessor

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

public class AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
extends CaptchaChannelProcessorTemplate

return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold;
Default keyword : REQUIRES_CAPTCHA_ABOVE_THRESOLD_REQUESTS

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

Field Summary
static String DEFAULT_KEYWORD
          Keyword for this channelProcessor
 
Fields inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
logger
 
Constructor Summary
AlwaysTestAfterMaxRequestsCaptchaChannelProcessor()
          Constructor
 
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
Keyword for this channelProcessor

See Also:
Constant Field Values
Constructor Detail

AlwaysTestAfterMaxRequestsCaptchaChannelProcessor

public AlwaysTestAfterMaxRequestsCaptchaChannelProcessor()
Constructor



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