public interface CaptchaSecurityContext extends SecurityContext
Modifier and Type | Method and Description |
---|---|
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.
|
getAuthentication, setAuthentication
int getHumanRestrictedResourcesRequestsCount()
long getLastPassedCaptchaDateInMillis()
void incrementHumanRestrictedRessoucesRequestsCount()
boolean isHuman()
void setHuman()
Copyright © 2017. All rights reserved.