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

Quick Search    Search Deep

org.acegisecurity.captcha
Interface CaptchaSecurityContext  view CaptchaSecurityContext download CaptchaSecurityContext.java

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;