Class CaptchaSettings

java.lang.Object
org.dspace.eperson.CaptchaSettings

public class CaptchaSettings extends Object
This model class represent reCaptcha Google credentials
Author:
Mohamed Eskander (mohamed.eskander at 4science dot it)
  • Constructor Details

    • CaptchaSettings

      public CaptchaSettings()
  • Method Details

    • getSite

      public String getSite()
    • setSite

      public void setSite(String site)
    • getSecret

      public String getSecret()
    • setSecret

      public void setSecret(String secret)
    • getThreshold

      public float getThreshold()
    • setThreshold

      public void setThreshold(float threshold)
    • getSiteVerify

      public String getSiteVerify()
    • setSiteVerify

      public void setSiteVerify(String siteVerify)
    • getCaptchaVersion

      public String getCaptchaVersion()
    • setCaptchaVersion

      public void setCaptchaVersion(String captchaVersion)