Uses of Class
cloud.opencode.base.captcha.security.BehaviorAnalyzer
Packages that use BehaviorAnalyzer
Package
Description
CAPTCHA Security
验证码安全
CAPTCHA Validators
验证码验证器
-
Uses of BehaviorAnalyzer in cloud.opencode.base.captcha.security
Methods in cloud.opencode.base.captcha.security that return BehaviorAnalyzerConstructors in cloud.opencode.base.captcha.security with parameters of type BehaviorAnalyzerModifierConstructorDescriptionAntiBotStrategy(BehaviorAnalyzer analyzer) Creates a new strategy with the given analyzer. -
Uses of BehaviorAnalyzer in cloud.opencode.base.captcha.validator
Methods in cloud.opencode.base.captcha.validator that return BehaviorAnalyzerModifier and TypeMethodDescriptionBehaviorCaptchaValidator.getAnalyzer()Gets the behavior analyzer.Constructors in cloud.opencode.base.captcha.validator with parameters of type BehaviorAnalyzerModifierConstructorDescriptionBehaviorCaptchaValidator(CaptchaStore store, BehaviorAnalyzer analyzer) Creates a new behavior validator with custom analyzer.