Package ch.tocco.nice2.userbase.api.auth
Class RecaptchaVerificationService.VerificationResponse
java.lang.Object
ch.tocco.nice2.userbase.api.auth.RecaptchaVerificationService.VerificationResponse
- Enclosing interface:
RecaptchaVerificationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
boolean
Returns true if the ReCaptcha verification was successfulvoid
setErrorCodes
(String[] errorCodes) void
setHostname
(String hostname) void
setSuccess
(boolean success)
-
Constructor Details
-
VerificationResponse
public VerificationResponse()
-
-
Method Details
-
isSuccess
public boolean isSuccess()Returns true if the ReCaptcha verification was successful -
setSuccess
public void setSuccess(boolean success) -
getHostname
-
setHostname
-
getErrorCodes
-
setErrorCodes
-