|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acegisecurity.context.SecurityContextImpl
org.acegisecurity.captcha.CaptchaSecurityContextImpl
public class CaptchaSecurityContextImpl
Default CaptchaSecurityContext implementation
| Constructor Summary | |
|---|---|
CaptchaSecurityContextImpl()
|
|
| 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()
reset the lastPassedCaptchaDate and count. |
| Methods inherited from class org.acegisecurity.context.SecurityContextImpl |
|---|
equals, getAuthentication, hashCode, setAuthentication, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.acegisecurity.context.SecurityContext |
|---|
getAuthentication, setAuthentication |
| Constructor Detail |
|---|
public CaptchaSecurityContextImpl()
| Method Detail |
|---|
public void setHuman()
setHuman in interface CaptchaSecurityContextpublic boolean isHuman()
CaptchaSecurityContext
isHuman in interface CaptchaSecurityContextpublic int getHumanRestrictedResourcesRequestsCount()
CaptchaSecurityContext
getHumanRestrictedResourcesRequestsCount in interface CaptchaSecurityContextpublic long getLastPassedCaptchaDateInMillis()
CaptchaSecurityContext
getLastPassedCaptchaDateInMillis in interface CaptchaSecurityContextpublic void incrementHumanRestrictedRessoucesRequestsCount()
incrementHumanRestrictedRessoucesRequestsCount in interface CaptchaSecurityContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||