@Component public class UserTokenWebFilter extends Object implements org.springframework.web.server.WebFilter, org.springframework.beans.factory.config.BeanPostProcessor
| 构造器和说明 |
|---|
UserTokenWebFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.web.server.WebFilterChain chain) |
void |
handleUserSign(AuthorizationSuccessEvent event) |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
@NonNull public reactor.core.publisher.Mono<Void> filter(@NonNull org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)
filter 在接口中 org.springframework.web.server.WebFilter@EventListener public void handleUserSign(AuthorizationSuccessEvent event)
Copyright © 2016–2021. All rights reserved.