Package sk.iway.iwcm.system.captcha
Class GoogleRecaptchaResponse
java.lang.Object
sk.iway.iwcm.system.captcha.GoogleRecaptchaResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetScore()booleanvoidvoidsetChallengeDate(String challengeDate) voidsetErrorCodes(List<String> errorCodes) voidsetHostname(String hostname) voidsetScore(double score) voidsetSuccess(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
-