public class HttpStatusServerEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
HttpStatus をレスポンスとして送信する ServerAuthenticationEntryPoint。ブラウザーがレスポンスをインターセプトするため、基本認証を使用できない JavaScript クライアントに役立ちます。| コンストラクターと説明 |
|---|
HttpStatusServerEntryPoint(org.springframework.http.HttpStatus httpStatus) |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> | commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException authException) 認証フローを開始します |
public HttpStatusServerEntryPoint(org.springframework.http.HttpStatus httpStatus)
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange,
AuthenticationException authException)ServerAuthenticationEntryPointServerAuthenticationEntryPoint 内の commence Mono<Void>