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
-
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
executeRequest
(jakarta.ws.rs.client.Client client, String token) void
setDomains
(String domains) void
Verify the given ReCaptcha response.
-
Constructor Details
-
RecaptchaVerificationServiceImpl
public RecaptchaVerificationServiceImpl(org.slf4j.Logger logger)
-
-
Method Details
-
setSecret
-
setDomains
-
verify
Description copied from interface:RecaptchaVerificationService
Verify the given ReCaptcha response.- Specified by:
verify
in interfaceRecaptchaVerificationService
-
executeRequest
protected jakarta.ws.rs.core.Response executeRequest(jakarta.ws.rs.client.Client client, String token)
-