Interface Captcha

    • Method Detail

      • getCloudServicePath

        default java.lang.String getCloudServicePath()
      • getSize

        java.lang.String getSize()
      • getProvider

        java.lang.String getProvider()
      • getCaptchaProperties

        java.util.Map<java.lang.String,​java.lang.Object> getCaptchaProperties()
                                                                             throws GuideException
        Throws:
        GuideException
      • getCaptchaDisplayMode

        default java.lang.String getCaptchaDisplayMode()
        Returns the display mode of the captcha component.
        Returns:
        the string value of the one of the Captcha.CaptchaDisplayMode enum
        Since:
        com.adobe.cq.forms.core.components.models.form 5.10.0
      • getCaptchaSiteKey

        default java.lang.String getCaptchaSiteKey()
        Returns the site key of the captcha component.
        Returns:
        the site key
        Since:
        com.adobe.cq.forms.core.components.models.form 5.10.0