Class RecaptchaVerificationServiceImpl
java.lang.Object
ch.tocco.nice2.userbase.impl.auth.RecaptchaVerificationServiceImpl
- All Implemented Interfaces:
RecaptchaVerificationService
@Component
public class RecaptchaVerificationServiceImpl
extends Object
implements RecaptchaVerificationService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.userbase.api.auth.RecaptchaVerificationService
RecaptchaVerificationService.VerificationResponse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseexecuteRequest(jakarta.ws.rs.client.Client client, String token) voidsetDomains(String domains) voidVerify the given ReCaptcha response.
-
Constructor Details
-
RecaptchaVerificationServiceImpl
public RecaptchaVerificationServiceImpl(org.slf4j.Logger logger)
-
-
Method Details
-
setSecret
-
setDomains
-
verify
Description copied from interface:RecaptchaVerificationServiceVerify the given ReCaptcha response.- Specified by:
verifyin interfaceRecaptchaVerificationService
-
executeRequest
protected jakarta.ws.rs.core.Response executeRequest(jakarta.ws.rs.client.Client client, String token)
-