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

Quick Search    Search Deep
A B C D E F G H I K L O P R S T U V

A

AlwaysTestAfterMaxRequestsCaptchaChannelProcessor - class org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor.
return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold;
Default keyword : REQUIRES_CAPTCHA_ABOVE_THRESOLD_REQUESTS
AlwaysTestAfterMaxRequestsCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
Constructor
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor - class org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor.
return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
Constructor
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor - class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor.
return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped urls requests and is human;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
Note : before first humanity check
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
Constructor
afterPropertiesSet() - Method in class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
Verify if thresold is > 0
afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
Verify if entryPoint and keyword are ok
afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 

B

buildInternalRedirect(StringBuffer, HttpServletRequest) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 

C

CaptchaChannelProcessorTemplate - class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate.
CaptchaChannel template : Ensures the user has enough human privileges by review of the CaptchaSecurityContext and using an abstract routine CaptchaChannelProcessorTemplate.isContextValidConcerningHumanity(CaptchaSecurityContext) 55 (implemented by sub classes)
CaptchaChannelProcessorTemplate() - Constructor for class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
CaptchaEntryPoint - class org.acegisecurity.captcha.CaptchaEntryPoint.
The captcha entry point : redirect to the captcha test page.
CaptchaEntryPoint() - Constructor for class org.acegisecurity.captcha.CaptchaEntryPoint
 
CaptchaSecurityContext - interface org.acegisecurity.captcha.CaptchaSecurityContext.
Interface that add humanity concerns to the SecurityContext
CaptchaSecurityContextImpl - class org.acegisecurity.captcha.CaptchaSecurityContextImpl.
Default CaptchaSecurityContext implementation
CaptchaSecurityContextImpl() - Constructor for class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 
CaptchaServiceProxy - interface org.acegisecurity.captcha.CaptchaServiceProxy.
Provide a common interface for captcha validation.
CaptchaValidationProcessingFilter - class org.acegisecurity.captcha.CaptchaValidationProcessingFilter.
Filter for web integration of the CaptchaServiceProxy.
CaptchaValidationProcessingFilter() - Constructor for class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
captchaFormUrl - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
captchaService - Variable in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
captchaValidationParameter - Variable in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
commence(ServletRequest, ServletResponse) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 

D

DEFAULT_KEYWORD - Static variable in class org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
Keyword for this channelProcessor
DEFAULT_KEYWORD - Static variable in class org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
Keyword for this channelProcessor
DEFAULT_KEYWORD - Static variable in class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
Keyword for this channelProcessor
DEFAULT_KEYWORD - Static variable in class org.acegisecurity.captcha.TestOnceAfterMaxRequestsCaptchaChannelProcessor
 
decide(FilterInvocation, ConfigAttributeDefinition) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
destroy() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
Does nothing.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 

E

entryPoint - Variable in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 

F

forceHttps - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 

G

getCaptchaFormUrl() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
DOCUMENT ME!
getCaptchaService() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
getCaptchaValidationParameter() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
getEntryPoint() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
getForceHttps() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getHumanRestrictedResourcesRequestsCount() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
DOCUMENT ME!
getHumanRestrictedResourcesRequestsCount() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 
getKeyword() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
getLastPassedCaptchaDateInMillis() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
DOCUMENT ME!
getLastPassedCaptchaDateInMillis() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 
getOriginalRequestMethodParameterName() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getOriginalRequestParametersNameValueSeparator() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getOriginalRequestParametersParameterName() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getOriginalRequestParametersSeparator() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getOriginalRequestUrlParameterName() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getPortMapper() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getPortResolver() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
getThresold() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
getUrlEncodingCharset() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 

H

human - Variable in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 
humanRestrictedResourcesRequestsCount - Variable in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 

I

includeOriginalParameters - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
includeOriginalRequest - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
includeOriginalRequest(StringBuffer, HttpServletRequest) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
incrementHumanRestrictedRessoucesRequestsCount() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
Method to increment the human Restricted Resrouces Requests Count;
incrementHumanRestrictedRessoucesRequestsCount() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
Method to increment the human Restricted Resrouces Requests Count;
init(FilterConfig) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
Does nothing.
isContextValidConcerningHumanity(CaptchaSecurityContext) - Method in class org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
Verify wheter the context is valid concerning humanity
isContextValidConcerningHumanity(CaptchaSecurityContext) - Method in class org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
Verify wheter the context is valid concerning humanity
isContextValidConcerningHumanity(CaptchaSecurityContext) - Method in class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
Verify wheter the context is valid concerning humanity
isContextValidConcerningHumanity(CaptchaSecurityContext) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
isContextValidConcerningHumanity(CaptchaSecurityContext) - Method in class org.acegisecurity.captcha.TestOnceAfterMaxRequestsCaptchaChannelProcessor
 
isHuman() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
DOCUMENT ME!
isHuman() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 
isIncludeOriginalParameters() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
isIncludeOriginalRequest() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
isOutsideWebApp - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
isOutsideWebApp() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 

K

keyword - Variable in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 

L

lastPassedCaptchaDate - Variable in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
 
logger - Variable in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
logger - Static variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
logger - Static variable in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 

O

org.acegisecurity.captcha - package org.acegisecurity.captcha
Provides core Acegi Security System for Spring interfaces and classes.
originalRequestMethodParameterName - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
originalRequestParametersNameValueSeparator - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
originalRequestParametersParameterName - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
originalRequestParametersSeparator - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
originalRequestUrlParameterName - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 

P

portMapper - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 
portResolver - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 

R

redirectToEntryPoint(FilterInvocation) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 

S

setCaptchaFormUrl(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
The URL where the CaptchaProcessingFilter login page can be found.
setCaptchaService(CaptchaServiceProxy) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
setCaptchaValidationParameter(String) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
setEntryPoint(ChannelEntryPoint) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
setForceHttps(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
Set to true to force captcha form access to be via https.
setHuman() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
set human attribute, should called after captcha validation.
setHuman() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
reset the lastPassedCaptchaDate and count.
setIncludeOriginalParameters(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setIncludeOriginalRequest(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
If set to true, the original request url will be appended to the redirect url using the CaptchaEntryPoint.getOriginalRequestUrlParameterName() 55 .
setKeyword(String) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
setOriginalRequestMethodParameterName(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setOriginalRequestParametersNameValueSeparator(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setOriginalRequestParametersParameterName(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setOriginalRequestParametersSeparator(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setOriginalRequestUrlParameterName(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setOutsideWebApp(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
if set to true, the CaptchaEntryPoint.commence(ServletRequest, ServletResponse) 55 method uses the CaptchaEntryPoint.getCaptchaFormUrl() 55 as a complete URL, else it as a 'inside WebApp' path.
setPortMapper(PortMapper) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setPortResolver(PortResolver) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
setThresold(int) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 
setUrlEncodingCharset(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
supports(ConfigAttribute) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 

T

TestOnceAfterMaxRequestsCaptchaChannelProcessor - class org.acegisecurity.captcha.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
TestOnceAfterMaxRequestsCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.TestOnceAfterMaxRequestsCaptchaChannelProcessor
 
thresold - Variable in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
 

U

urlEncodingCharset - Variable in class org.acegisecurity.captcha.CaptchaEntryPoint
 

V

validateReponseForId(String, Object) - Method in interface org.acegisecurity.captcha.CaptchaServiceProxy
DOCUMENT ME!

A B C D E F G H I K L O P R S T U V