Class DummyCaptchaProvider


  • public class DummyCaptchaProvider
    extends AbstractCaptchaProvider
    DummyCaptchaProvider is a concrete implementation of AbstractCaptchaProvider, serving as a fallback when CAPTCHA is disabled. Validation will always pass, in order to fulfill validation logic.
    See Also:
    AbstractCaptchaProvider, CaptchaBundle
    • Constructor Detail

      • DummyCaptchaProvider

        public DummyCaptchaProvider()