Class CaptchaConfiguration


  • @Embeddable
    public class CaptchaConfiguration
    extends Object
    Contains the configurations for CAPTCHA
    • Constructor Detail

      • CaptchaConfiguration

        public CaptchaConfiguration()
    • Method Detail

      • getRecaptchaKey

        public String getRecaptchaKey()
      • getRecaptchaSecret

        public String getRecaptchaSecret()
      • getTextColor

        public String getTextColor()
      • getTextLength

        public Integer getTextLength()
      • isRecaptchaSecretSet

        public boolean isRecaptchaSecretSet()
      • isUseOnForgotPassword

        public boolean isUseOnForgotPassword()
      • isUseOnPublicRegistration

        public boolean isUseOnPublicRegistration()
      • setRecaptchaKey

        public void setRecaptchaKey​(String recaptchaKey)
      • setRecaptchaSecret

        public void setRecaptchaSecret​(String recaptchaSecret)
      • setTextColor

        public void setTextColor​(String textColor)
      • setTextLength

        public void setTextLength​(Integer textLength)
      • setUseOnForgotPassword

        public void setUseOnForgotPassword​(boolean useOnForgotPassword)
      • setUseOnPublicRegistration

        public void setUseOnPublicRegistration​(boolean useOnPublicRegistration)