Package com.adobe.aemds.guide.service
Interface CloudConfigurationProvider
-
@ProviderType public interface CloudConfigurationProviderPublic Interface defining the reCAPTCHA cloud configuration provider for forms
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HCaptchaConfigurationgetHCaptchaCloudConfiguration(Resource resource)ReCaptchaConfigurationModelgetRecaptchaCloudConfiguration(Resource resource)TurnstileConfigurationgetTurnstileCloudConfiguration(Resource resource)
-
-
-
Method Detail
-
getRecaptchaCloudConfiguration
ReCaptchaConfigurationModel getRecaptchaCloudConfiguration(Resource resource) throws GuideException
- Parameters:
resource- of the recaptcha component for which the cloud configuration needs to be returned- Returns:
- recaptcha cloud configuration resource adapted to ReCaptchaConfigurationModel
- Throws:
GuideException
-
getHCaptchaCloudConfiguration
HCaptchaConfiguration getHCaptchaCloudConfiguration(Resource resource) throws GuideException
- Parameters:
resource- of the hcaptcha component for which the cloud configuration needs to be returned- Returns:
- hcaptcha cloud configuration resource adapted to HCaptchaConfiguration
- Throws:
GuideException
-
getTurnstileCloudConfiguration
TurnstileConfiguration getTurnstileCloudConfiguration(Resource resource) throws GuideException
- Parameters:
resource- of the turnstile component for which the cloud configuration needs to be returned- Returns:
- turnstile cloud configuration resource adapted to TurnstileConfiguration
- Throws:
GuideException
-
-