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 ReCaptchaConfigurationModelgetRecaptchaCloudConfiguration(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
-
-