org.acegisecurity.captcha
Class AlwaysTestAfterMaxRequestsCaptchaChannelProcessor

java.lang.Object
org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
- All Implemented Interfaces:
- org.acegisecurity.securechannel.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,v 1.2 2005/11/17 00:55:49 benalex Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_KEYWORD
public static final java.lang.String DEFAULT_KEYWORD
- Keyword for this channelProcessor
- See Also:
- Constant Field Values
AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
public AlwaysTestAfterMaxRequestsCaptchaChannelProcessor()
- Constructor
isContextValidConcerningHumanity
boolean isContextValidConcerningHumanity(CaptchaSecurityContext context)
- Verify wheter the context is valid concerning humanity
- Specified by:
isContextValidConcerningHumanity in class CaptchaChannelProcessorTemplate