Package | Description |
---|---|
org.acegisecurity.captcha |
Captcha classes.
|
org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold;
Default keyword : REQUIRES_CAPTCHA_ABOVE_THRESOLD_REQUESTS |
class |
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS |
class |
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped
urls requests and is human;
Default keyword : REQUIRES_CAPTCHA_BELOW_AVERAGE_TIME_IN_MILLIS_REQUESTS Note : before first humanity check |
class |
CaptchaChannelProcessorTemplate
CaptchaChannel template : Ensures the user has enough human privileges by review of the
CaptchaSecurityContext and using an abstract routine CaptchaChannelProcessorTemplate.isContextValidConcerningHumanity(CaptchaSecurityContext) (implemented by sub classes) |
class |
TestOnceAfterMaxRequestsCaptchaChannelProcessor
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 |
Modifier and Type | Class and Description |
---|---|
class |
InsecureChannelProcessor
Ensures channel security is inactive by review of
HttpServletRequest.isSecure() responses. |
class |
SecureChannelProcessor
Ensures channel security is active by review of
HttpServletRequest.isSecure() responses. |
Copyright © 2015. All rights reserved.