java.lang.Object
tr.com.havelsan.javarch.oauth.captcha.verification.provider.configuration.properties.HvlOAuthCaptchaVerificationProperties

@ConfigurationProperties(prefix="hvl.oauth.captcha.recaptcha") public class HvlOAuthCaptchaVerificationProperties extends Object
The type HvlOAuthCaptchaVerificationProperties.
  • Constructor Details

    • HvlOAuthCaptchaVerificationProperties

      public HvlOAuthCaptchaVerificationProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • getUrl

      public String getUrl()
      Gets url.
      Returns:
      the url
    • setUrl

      public void setUrl(String url)
      Sets url.
      Parameters:
      url - the url
    • getSecret

      public String getSecret()
      Gets secret.
      Returns:
      the secret
    • setSecret

      public void setSecret(String secret)
      Sets secret.
      Parameters:
      secret - the secret