| org.acegisecurity.captcha.CaptchaSecurityContext
All known Subclasses: org.acegisecurity.captcha.CaptchaSecurityContextImpl,
CaptchaSecurityContext | public interface CaptchaSecurityContext extends SecurityContext(Code) | | Interface that add humanity concerns to the SecurityContext
author: marc antoine garrigue |
getHumanRestrictedResourcesRequestsCount | int getHumanRestrictedResourcesRequestsCount()(Code) | | DOCUMENT ME!
number of human restricted resources requests since the last passed captcha. |
getLastPassedCaptchaDateInMillis | long getLastPassedCaptchaDateInMillis()(Code) | | DOCUMENT ME!
the date of the last passed Captcha in millis, 0 if the user never passed captcha. |
incrementHumanRestrictedRessoucesRequestsCount | void incrementHumanRestrictedRessoucesRequestsCount()(Code) | | Method to increment the human Restricted Resrouces Requests Count;
|
isHuman | boolean isHuman()(Code) | | DOCUMENT ME!
true if the current user has already passed a captcha. |
setHuman | void setHuman()(Code) | | set human attribute, should called after captcha validation.
|
|
|