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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAuthentication, setAuthentication
public boolean equals(Object obj)
equals
in class SecurityContextImpl
public int getHumanRestrictedResourcesRequestsCount()
CaptchaSecurityContext
getHumanRestrictedResourcesRequestsCount
in interface CaptchaSecurityContext
public long getLastPassedCaptchaDateInMillis()
CaptchaSecurityContext
getLastPassedCaptchaDateInMillis
in interface CaptchaSecurityContext
public int hashCode()
hashCode
in class SecurityContextImpl
public void incrementHumanRestrictedRessoucesRequestsCount()
incrementHumanRestrictedRessoucesRequestsCount
in interface CaptchaSecurityContext
public boolean isHuman()
CaptchaSecurityContext
isHuman
in interface CaptchaSecurityContext
public void setHuman()
setHuman
in interface CaptchaSecurityContext
Copyright © 2014. All rights reserved.