public class HttpBasicServerAuthenticationEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
| コンストラクターと説明 |
|---|
HttpBasicServerAuthenticationEntryPoint() |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> | commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException e) 認証フローを開始します |
void | setRealm(java.lang.String realm) 使用するレルムを設定します |
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange,
AuthenticationException e)ServerAuthenticationEntryPointServerAuthenticationEntryPoint 内の commence Mono<Void> public void setRealm(java.lang.String realm)
realm - レルム。デフォルトは「レルム」です