Uses of Class
cloud.opencode.base.captcha.OpenCaptcha.Builder
Packages that use OpenCaptcha.Builder
Package
Description
OpenCode Base Captcha - Zero-dependency CAPTCHA generation library
OpenCode Base 验证码 - 零依赖验证码生成库
-
Uses of OpenCaptcha.Builder in cloud.opencode.base.captcha
Methods in cloud.opencode.base.captcha that return OpenCaptcha.BuilderModifier and TypeMethodDescriptionstatic OpenCaptcha.BuilderOpenCaptcha.builder()Creates a builder for OpenCaptcha.OpenCaptcha.Builder.config(CaptchaConfig config) Sets the configuration.OpenCaptcha.Builder.eventListener(CaptchaEventListener eventListener) Sets the event listener.OpenCaptcha.Builder.metrics(CaptchaMetrics metrics) Sets the metrics collector.OpenCaptcha.Builder.store(CaptchaStore store) Sets the CAPTCHA store.OpenCaptcha.Builder.type(CaptchaType type) Sets the CAPTCHA type.OpenCaptcha.Builder.validator(CaptchaValidator validator) Sets a custom validator.