|
||||||||||
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 | |
---|---|
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. |
Methods inherited from class org.acegisecurity.context.SecurityContextImpl |
---|
getAuthentication, 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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |