Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.captcha
Class TestOnceAfterMaxRequestsCaptchaChannelProcessor  view TestOnceAfterMaxRequestsCaptchaChannelProcessor download TestOnceAfterMaxRequestsCaptchaChannelProcessor.java

java.lang.Object
  extended byorg.acegisecurity.captcha.CaptchaChannelProcessorTemplate
      extended byorg.acegisecurity.captcha.TestOnceAfterMaxRequestsCaptchaChannelProcessor
All Implemented Interfaces:
org.acegisecurity.securechannel.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,v 1.2 2005/11/17 00:55:49 benalex Exp $

Field Summary
static java.lang.String DEFAULT_KEYWORD
           
 
Fields inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
logger
 
Constructor Summary
TestOnceAfterMaxRequestsCaptchaChannelProcessor()
           
 
Method Summary
(package private)  boolean isContextValidConcerningHumanity(CaptchaSecurityContext context)
           
 
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 java.lang.String DEFAULT_KEYWORD
See Also:
Constant Field Values
Constructor Detail

TestOnceAfterMaxRequestsCaptchaChannelProcessor

public TestOnceAfterMaxRequestsCaptchaChannelProcessor()
Method Detail

isContextValidConcerningHumanity

boolean isContextValidConcerningHumanity(CaptchaSecurityContext context)
Specified by:
isContextValidConcerningHumanity in class CaptchaChannelProcessorTemplate