类 HerodotusServerAuthenticationEntryPoint
java.lang.Object
cn.herodotus.stirrup.oauth2.authorization.reactive.HerodotusServerAuthenticationEntryPoint
- 所有已实现的接口:
org.springframework.security.web.server.ServerAuthenticationEntryPoint
public class HerodotusServerAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.server.ServerAuthenticationEntryPoint
Description: 自定义 Reactive 环境未认证处理
- 作者:
- : gengwei.zheng
- Date:
- : 2024/1/28 23:20
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
HerodotusServerAuthenticationEntryPoint
public HerodotusServerAuthenticationEntryPoint()
-
-
方法详细资料
-
commence
public reactor.core.publisher.Mono<Void> commence(org.springframework.web.server.ServerWebExchange exchange, org.springframework.security.core.AuthenticationException exception) - 指定者:
commence在接口中org.springframework.security.web.server.ServerAuthenticationEntryPoint
-