org.acegisecurity.captcha
Class AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
java.lang.Object
org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
- All Implemented Interfaces:
- ChannelProcessor, InitializingBean
public class AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
- extends CaptchaChannelProcessorTemplate
return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
- Version:
- $Id: AlwaysTestAfterTimeInMillisCaptchaChannelProcessor.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Marc-Antoine Garrigue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_KEYWORD
public static final String DEFAULT_KEYWORD
- Keyword for this channelProcessor
- See Also:
- Constant Field Values
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
public AlwaysTestAfterTimeInMillisCaptchaChannelProcessor()
- Constructor
Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.