Interface ServerAuthFilterChain<C>

Type Parameters:
C -
All Known Implementing Classes:
DefaultServerAuthFilterChain

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

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    filter(C context)
    调用下一个鉴权过滤器
  • Method Details

    • filter

      reactor.core.publisher.Mono<Void> filter(C context)
      调用下一个鉴权过滤器
      Parameters:
      context - 鉴权上下文
      Returns:
      返回 Mono 表示处理结束