Uses of Class
cloud.opencode.base.captcha.store.RedisCaptchaStore.Builder
Packages that use RedisCaptchaStore.Builder
-
Uses of RedisCaptchaStore.Builder in cloud.opencode.base.captcha.store
Methods in cloud.opencode.base.captcha.store that return RedisCaptchaStore.BuilderModifier and TypeMethodDescriptionstatic RedisCaptchaStore.BuilderRedisCaptchaStore.builder()Creates a new builder.Sets the Redis deleter function.RedisCaptchaStore.Builder.existsChecker(Function<String, Boolean> existsChecker) Sets the Redis exists checker function.RedisCaptchaStore.Builder.getAndRemoveCommand(Function<String, String> getAndRemover) Sets the atomic get-and-remove command for CAPTCHA validation.Sets the Redis getter function.Sets the key prefix.RedisCaptchaStore.Builder.setter(RedisCaptchaStore.RedisSetter setter) Sets the Redis setter function.