|
|||||||||
| Home >> All >> org >> acegisecurity >> [ captcha overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.captcha
Interface CaptchaSecurityContext

- All Known Implementing Classes:
- CaptchaSecurityContextImpl
- public interface CaptchaSecurityContext
Interface that add humanity concerns to the SecurityContext
| Method Summary | |
int |
getHumanRestrictedResourcesRequestsCount()
DOCUMENT ME! |
long |
getLastPassedCaptchaDateInMillis()
DOCUMENT ME! |
void |
incrementHumanRestrictedRessoucesRequestsCount()
Method to increment the human Restricted Resrouces Requests Count; |
boolean |
isHuman()
DOCUMENT ME! |
void |
setHuman()
set human attribute, should called after captcha validation. |
| Method Detail |
setHuman
public void setHuman()
- set human attribute, should called after captcha validation.
isHuman
public boolean isHuman()
- DOCUMENT ME!
getHumanRestrictedResourcesRequestsCount
public int getHumanRestrictedResourcesRequestsCount()
- DOCUMENT ME!
getLastPassedCaptchaDateInMillis
public long getLastPassedCaptchaDateInMillis()
- DOCUMENT ME!
incrementHumanRestrictedRessoucesRequestsCount
public void incrementHumanRestrictedRessoucesRequestsCount()
- Method to increment the human Restricted Resrouces Requests Count;
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ captcha overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC