ReactiveAuthorizationManager 实现接口重写check 方法, return 一段如下的代码,
mono.filter(Authentication::isAuthenticated) .flatMapIterable(Authentication::getAuthorities).map(GrantedAuthority::getAuthority)
此段代码是什么含义,流程是什么样的
关于 spring gateway鉴权ReactiveAuthorizationManager 代码分析 mono.filter
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-