Package sk.iway.iwcm.system.captcha
Class GoogleRecaptchaResponse
java.lang.Object
sk.iway.iwcm.system.captcha.GoogleRecaptchaResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getScore()
boolean
void
void
setChallengeDate
(String challengeDate) void
setErrorCodes
(List<String> errorCodes) void
setHostname
(String hostname) void
setScore
(double score) void
setSuccess
(boolean success)
-
Constructor Details
-
GoogleRecaptchaResponse
public GoogleRecaptchaResponse()
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
setSuccess
public void setSuccess(boolean success) -
getChallengeDate
-
setChallengeDate
-
getHostname
-
setHostname
-
getScore
public double getScore() -
setScore
public void setScore(double score) -
getAction
-
setAction
-
getErrorCodes
-
setErrorCodes
-