Package org.dspace.eperson
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 Summary
Constructors Constructor Description CaptchaSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaptchaVersion()StringgetSecret()StringgetSite()StringgetSiteVerify()floatgetThreshold()voidsetCaptchaVersion(String captchaVersion)voidsetSecret(String secret)voidsetSite(String site)voidsetSiteVerify(String siteVerify)voidsetThreshold(float threshold)
-
-
-
Method Detail
-
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)
-
-