Uses of Enum Class
com.oorian.recaptcha.ReCaptchaVersion
-
Uses of ReCaptchaVersion in com.oorian.recaptcha
Methods in com.oorian.recaptcha that return ReCaptchaVersionModifier and TypeMethodDescriptionstatic ReCaptchaVersionReCaptchaVersion.get(int id) Returns the ReCaptchaVersion for the given ID, orV3if not found.static ReCaptchaVersionReCaptchaConfig.getVersion()Returns the configured reCAPTCHA version.static ReCaptchaVersionReturns the enum constant of this class with the specified name.static ReCaptchaVersion[]ReCaptchaVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.oorian.recaptcha with parameters of type ReCaptchaVersionModifier and TypeMethodDescriptionstatic voidReCaptchaConfig.setVersion(ReCaptchaVersion version) Sets the reCAPTCHA version to use.