Interface ServerAuthFilter<C>

Type Parameters:
C -

public interface ServerAuthFilter<C>
Since:
1.0
Author:
CJ (power4j@outlook.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    处理请求,调用后续处理链
  • Method Details

    • filter

      reactor.core.publisher.Mono<Void> filter(C ctx, ServerAuthFilterChain<C> chain)
      处理请求,调用后续处理链
      Parameters:
      ctx - 上下文
      chain - 鉴权链
      Returns:
      Mono