|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acegisecurity.captcha.CaptchaChannelProcessorTemplate
org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
public class AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_KEYWORD
Keyword for this channelProcessor |
Fields inherited from class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate |
---|
logger |
Constructor Summary | |
---|---|
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor()
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 |
---|
public static final java.lang.String DEFAULT_KEYWORD
Constructor Detail |
---|
public AlwaysTestAfterTimeInMillisCaptchaChannelProcessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |