Package cloud.opencode.base.captcha.store


package cloud.opencode.base.captcha.store
CAPTCHA Storage 验证码存储

This package contains CAPTCHA storage implementations.

此包包含验证码存储实现。

Since:
JDK 25, opencode-base-captcha V1.0.0
Author:
Leon Soo www.LeonSoo.com
See Also:
  • Class
    Description
    Captcha Store - Interface for CAPTCHA storage 验证码存储 - 验证码存储接口
    Hashed Captcha Store - Decorator that hashes answers before storage 哈希验证码存储 - 在存储前对答案进行哈希处理的装饰器
    Memory Captcha Store - In-memory CAPTCHA storage 内存验证码存储 - 内存中的验证码存储
    Redis Captcha Store - Redis-based CAPTCHA storage Redis验证码存储 - 基于Redis的验证码存储
    Builder for RedisCaptchaStore.
    Functional interface for Redis SET with TTL operation.