类 EnableCaptchaHandler

java.lang.Object
io.github.mangocrisp.spring.taybct.gateway.handler.EnableCaptchaHandler
所有已实现的接口:
org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>

@AutoConfiguration public class EnableCaptchaHandler extends Object implements org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>
是否需要验证码
从以下版本开始:
1.0.0
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    (专用程序包) final io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse>
    handle(org.springframework.web.reactive.function.server.ServerRequest request)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • sysParamsObtainService

      final io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService sysParamsObtainService
  • 构造器详细资料

    • EnableCaptchaHandler

      public EnableCaptchaHandler()
  • 方法详细资料

    • handle

      public reactor.core.publisher.Mono<org.springframework.web.reactive.function.server.ServerResponse> handle(org.springframework.web.reactive.function.server.ServerRequest request)
      指定者:
      handle 在接口中 org.springframework.web.reactive.function.server.HandlerFunction<org.springframework.web.reactive.function.server.ServerResponse>