public class CaptchaSecurityContextImpl extends SecurityContextImpl implements CaptchaSecurityContext
| Constructor and Description |
|---|
CaptchaSecurityContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getHumanRestrictedResourcesRequestsCount()
DOCUMENT ME!
|
long |
getLastPassedCaptchaDateInMillis()
DOCUMENT ME!
|
int |
hashCode() |
void |
incrementHumanRestrictedRessoucesRequestsCount()
Method to increment the human Restricted Resrouces Requests Count;
|
boolean |
isHuman()
DOCUMENT ME!
|
void |
setHuman()
Reset the lastPassedCaptchaDate and count.
|
getAuthentication, setAuthentication, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAuthentication, setAuthenticationpublic boolean equals(Object obj)
equals in class SecurityContextImplpublic int getHumanRestrictedResourcesRequestsCount()
CaptchaSecurityContextgetHumanRestrictedResourcesRequestsCount in interface CaptchaSecurityContextpublic long getLastPassedCaptchaDateInMillis()
CaptchaSecurityContextgetLastPassedCaptchaDateInMillis in interface CaptchaSecurityContextpublic int hashCode()
hashCode in class SecurityContextImplpublic void incrementHumanRestrictedRessoucesRequestsCount()
incrementHumanRestrictedRessoucesRequestsCount in interface CaptchaSecurityContextpublic boolean isHuman()
CaptchaSecurityContextisHuman in interface CaptchaSecurityContextpublic void setHuman()
setHuman in interface CaptchaSecurityContextCopyright © 2016. All rights reserved.