Uses of Enum Class
cloud.opencode.base.captcha.support.CaptchaStrength
Packages that use CaptchaStrength
Package
Description
CAPTCHA Security
验证码安全
CAPTCHA Support Utilities
验证码支持工具
-
Uses of CaptchaStrength in cloud.opencode.base.captcha.security
Methods in cloud.opencode.base.captcha.security that return CaptchaStrengthModifier and TypeMethodDescriptionAntiBotStrategy.recommendStrength(String clientId) Determines the recommended CAPTCHA strength for a client.Methods in cloud.opencode.base.captcha.security with parameters of type CaptchaStrengthModifier and TypeMethodDescriptionAntiBotStrategy.withBaseStrength(CaptchaStrength strength) Sets the base strength. -
Uses of CaptchaStrength in cloud.opencode.base.captcha.support
Subclasses with type arguments of type CaptchaStrength in cloud.opencode.base.captcha.supportModifier and TypeClassDescriptionenumCaptcha Strength - CAPTCHA difficulty levels 验证码强度 - 验证码难度级别Methods in cloud.opencode.base.captcha.support that return CaptchaStrengthModifier and TypeMethodDescriptionCaptchaDifficultyAdapter.getStrength(String clientId) Gets the recommended strength for a client.static CaptchaStrengthReturns the enum constant of this class with the specified name.static CaptchaStrength[]CaptchaStrength.values()Returns an array containing the constants of this enum class, in the order they are declared.