Uses of Interface
cloud.opencode.base.captcha.validator.CaptchaValidator
Packages that use CaptchaValidator
-
Uses of CaptchaValidator in cloud.opencode.base.captcha.validator
Classes in cloud.opencode.base.captcha.validator that implement CaptchaValidatorModifier and TypeClassDescriptionfinal classBehavior Captcha Validator - Validation with behavior analysis 行为验证码验证器 - 带行为分析的验证final classSimple Captcha Validator - Basic CAPTCHA validation 简单验证码验证器 - 基础验证码验证final classTime-Based Captcha Validator - Validation with timing checks 基于时间的验证码验证器 - 带时间检查的验证Methods in cloud.opencode.base.captcha.validator that return CaptchaValidatorModifier and TypeMethodDescriptionstatic CaptchaValidatorCaptchaValidator.simple(CaptchaStore store) Creates a simple validator.static CaptchaValidatorCaptchaValidator.timeBased(CaptchaStore store) Creates a time-based validator with behavior checking.