Uses of Class
cloud.opencode.base.captcha.store.HashedCaptchaStore
Packages that use HashedCaptchaStore
Package
Description
CAPTCHA Storage
验证码存储
CAPTCHA Validators
验证码验证器
-
Uses of HashedCaptchaStore in cloud.opencode.base.captcha.store
Methods in cloud.opencode.base.captcha.store that return HashedCaptchaStoreModifier and TypeMethodDescriptionstatic HashedCaptchaStoreCaptchaStore.hashed(CaptchaStore delegate) Wraps a store with answer hashing for defense in depth.static HashedCaptchaStoreHashedCaptchaStore.wrap(CaptchaStore delegate) Wraps aCaptchaStorewith hashing (case-insensitive).static HashedCaptchaStoreHashedCaptchaStore.wrap(CaptchaStore delegate, boolean caseSensitive) Wraps aCaptchaStorewith hashing and configurable case sensitivity. -
Uses of HashedCaptchaStore in cloud.opencode.base.captcha.validator
Methods in cloud.opencode.base.captcha.validator with parameters of type HashedCaptchaStoreModifier and TypeMethodDescriptionstatic CaptchaValidatorCaptchaValidator.hashed(HashedCaptchaStore store) Creates a validator for hashed stores.Constructors in cloud.opencode.base.captcha.validator with parameters of type HashedCaptchaStoreModifierConstructorDescriptionCreates a new validator with the specified hashed store.