Uses of Interface
org.acegisecurity.securechannel.ChannelProcessor

Packages that use ChannelProcessor
org.acegisecurity.captcha Captcha classes. 
org.acegisecurity.securechannel Classes that ensure web requests are received over required transport channels. 
 

Uses of ChannelProcessor in org.acegisecurity.captcha
 

Classes in org.acegisecurity.captcha that implement ChannelProcessor
 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
 

Uses of ChannelProcessor in org.acegisecurity.securechannel
 

Classes in org.acegisecurity.securechannel that implement ChannelProcessor
 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 © 2004-2009 Interface21, Inc. All Rights Reserved.